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  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2023-02-01T05:29:49.042Z||main|||||INFO|500||The following profiles are active: basic
2023-02-01T05:30:00.006Z||main|||||INFO|500||Starting service [Tomcat]
2023-02-01T05:30:00.006Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-02-01T05:30:00.115Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-02-01T05:30:04.162Z||main|||||INFO|500||catdb-pool - Starting...
2023-02-01T05:30:04.561Z||main|||||INFO|500||catdb-pool - Start completed.
2023-02-01T05:30:05.060Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-02-01T05:30:05.268Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-02-01T05:30:05.823Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-02-01T05:30:07.797Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-01T05:30:08.387Z||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-01T05:30:11.208Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-01T05:30:11.353Z||main|||||INFO|500||reqdb-pool - Starting...
2023-02-01T05:30:11.369Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-02-01T05:30:11.382Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-02-01T05:30:11.995Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-02-01T05:30:12.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-02-01T05:30:13.414Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-02-01T05:30:13.432Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$3d37c175.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2023-02-01T05:30:13.433Z||main|||||WARN|500||The sdc end point is not alive
2023-02-01T05:30:16.488Z||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-01T05:30:19.352Z||main|||||WARN|500||---
2023-02-01T05:30:19.352Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-02-01T05:30:19.352Z||main|||||WARN|500||---
2023-02-01T05:30:19.719Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-02-01T05:30:24.929Z||main|||||INFO|500||Started Application in 38.908 seconds (JVM running for 41.214)
2023-02-01T05:30:24.942Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-02-01T05:30:24.943Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-02-01T05:30:24.949Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-02-01T05:30:24.995Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= d7d06ea8-79ba-4f83-b377-e5adae50803f url= /sdc/v1/artifactTypes
2023-02-01T05:30:25.001Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-02-01T05:30:25.260Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-01T05:30:25.309Z||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-01T05:30:25.310Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-02-01T05:30:25.311Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4b5d4fcf-79fe-45eb-bc10-fdfdcdbfb9e1 url= /sdc/v1/distributionKafkaData
2023-02-01T05:30:25.311Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-02-01T05:30:25.328Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-02-01T05:30:25.334Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@c31d7db
2023-02-01T05:30:25.411Z||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-3bf1364a-d7bd-4a56-b91c-91e36ea91f98
	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-01T05:30:25.462Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Instantiated an idempotent producer.
2023-02-01T05:30:25.551Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-02-01T05:30:25.607Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-01T05:30:25.607Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-01T05:30:25.607Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675229425604
2023-02-01T05:30:25.612Z||scheduling-1|||||INFO|500||start DistributionClient
2023-02-01T05:30:25.630Z||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-a8e08970-95e3-4e00-91ce-4865a15bebac
	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-01T05:30:25.703Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-01T05:30:25.703Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-01T05:30:25.703Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675229425703
2023-02-01T05:30:25.705Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:30:25.708Z||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-0785736a-8f67-45d3-bcb3-36148d5ef158
	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-01T05:30:25.708Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:30:25.726Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-02-01T05:30:25.726Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-02-01T05:30:25.726Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1675229425726
2023-02-01T05:30:25.727Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:30:25.728Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:30:25.736Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-02-01T05:30:26.447Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Cluster ID: hiSgsx_GTFqFedtRoYfPNw
2023-02-01T05:30:26.451Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] ProducerId set to 1005 with epoch 0
2023-02-01T05:30:27.201Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.202Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.203Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.203Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.204Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T05:30:27.207Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Cluster ID: hiSgsx_GTFqFedtRoYfPNw
2023-02-01T05:30:27.422Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-01T05:30:27.439Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] (Re-)joining group
2023-02-01T05:30:27.549Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514
2023-02-01T05:30:27.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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-01T05:30:27.550Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] (Re-)joining group
2023-02-01T05:30:28.561Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.562Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.562Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.562Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.563Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.563Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:28.564Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Cluster ID: hiSgsx_GTFqFedtRoYfPNw
2023-02-01T05:30:28.579Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-02-01T05:30:28.584Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] (Re-)joining group
2023-02-01T05:30:28.705Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c
2023-02-01T05:30:28.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-01T05:30:28.706Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] (Re-)joining group
2023-02-01T05:30:33.557Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c', protocol='range'}
2023-02-01T05:30:33.557Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514', protocol='range'}
2023-02-01T05:30:34.744Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.744Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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 Pibu4_dJRkaolSkXU8rxCg
2023-02-01T05:30:34.749Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c=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-01T05:30:34.928Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158-07b91f3a-194e-4928-9a73-beee885e9514', protocol='range'}
2023-02-01T05:30:34.929Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac-c4dd3079-01a5-453c-9458-b5e35c80953c', protocol='range'}
2023-02-01T05:30:34.929Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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-01T05:30:34.930Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-01T05:30:34.934Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, 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-01T05:30:34.934Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, 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-01T05:30:34.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-02-01T05:30:34.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-02-01T05:30:34.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-02-01T05:30:34.947Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-02-01T05:30:34.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-02-01T05:30:34.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-02-01T05:30:34.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-02-01T05:30:34.948Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-02-01T05:30:34.949Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-02-01T05:30:35.031Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.031Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.033Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.033Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-02-01T05:30:35.245Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.245Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:30:35.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:30:35.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.423Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-02-01T05:30:35.516Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:30:35.518Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-02-01T05:31:25.713Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:31:25.731Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:32:25.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:32:25.732Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:33:25.717Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:33:25.733Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:34:25.718Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:34:25.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:35:25.720Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:35:25.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:36:25.722Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:36:25.735Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:37:25.724Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:37:25.737Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:38:25.725Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:38:25.737Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:39:25.725Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:39:25.738Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:39:26.741Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Node -1 disconnected.
2023-02-01T05:39:27.444Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-0785736a-8f67-45d3-bcb3-36148d5ef158, groupId=so] Node -1 disconnected.
2023-02-01T05:39:28.838Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-a8e08970-95e3-4e00-91ce-4865a15bebac, groupId=so] Node -1 disconnected.
2023-02-01T05:40:25.726Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:40:25.739Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:40:34.057Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-02-01T05:41:25.727Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:41:25.740Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:42:25.728Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:42:25.740Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:43:25.729Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:43:25.742Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:44:25.732Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:44:25.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:45:25.733Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:45:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:46:25.734Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:46:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:47:25.736Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:47:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:48:25.737Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:48:25.744Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:49:25.739Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:49:25.745Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:50:25.741Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:50:25.746Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:51:25.742Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:51:25.747Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:52:25.744Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:52:25.747Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:53:25.744Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:53:25.748Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:54:25.746Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:54:25.748Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:55:25.747Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:55:25.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:56:25.749Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:56:25.751Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:57:25.751Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:57:25.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:58:25.752Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T05:58:25.753Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:59:25.754Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T05:59:25.754Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:00:25.754Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:00:25.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:01:25.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:01:25.757Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:02:25.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:02:25.757Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:03:25.757Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:03:25.759Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:04:25.760Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:04:25.760Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:05:25.762Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:05:25.762Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:06:25.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:06:25.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:07:25.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:07:25.763Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:08:25.764Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:08:25.764Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:09:25.765Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:09:25.766Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:10:25.767Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:10:25.767Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:11:25.769Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:11:25.770Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:12:25.771Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:12:25.771Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:13:25.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:13:25.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:14:25.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:14:25.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:15:25.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:15:25.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:16:25.776Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:16:25.776Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:17:25.777Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:17:25.778Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:18:25.779Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:18:25.779Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:19:25.781Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:19:25.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:20:25.783Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:20:25.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:21:25.785Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:21:25.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:22:25.786Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:22:25.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:23:25.786Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:23:25.787Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:24:25.788Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:24:25.788Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:25:25.789Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:25:25.789Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:26:25.789Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:26:25.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:27:25.790Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:27:25.790Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:28:25.794Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:28:25.794Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:29:25.795Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:29:25.795Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:30:25.797Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:30:25.796Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:31:25.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:31:25.800Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:32:25.800Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:32:25.801Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:33:25.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:33:25.802Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:34:25.802Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:34:25.803Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:35:25.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:35:25.806Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:36:25.805Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:36:25.810Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:37:25.810Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:37:25.812Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:38:25.811Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:38:25.813Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:39:25.813Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:39:25.814Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:40:25.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:40:25.815Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:41:25.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:41:25.815Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:42:25.817Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:42:25.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:43:25.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:43:25.819Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:44:25.820Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:44:25.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:45:25.823Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:45:25.824Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:46:25.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:46:25.825Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:47:25.825Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:47:25.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:48:25.827Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:48:25.827Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:49:25.829Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:49:25.828Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:50:25.832Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:50:25.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:51:25.832Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:51:25.832Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:52:25.833Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:52:25.833Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:53:25.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:53:25.834Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:54:25.834Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:54:25.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:55:25.835Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:55:25.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:56:25.837Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:56:25.836Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:57:25.838Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:57:25.838Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:58:25.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T06:58:25.840Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:59:25.841Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T06:59:25.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:00:25.842Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:00:25.842Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:01:25.843Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:01:25.845Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:02:25.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:02:25.845Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:03:25.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:03:25.847Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:04:25.845Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:04:25.847Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:05:25.847Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:05:25.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:06:25.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:06:25.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:07:25.849Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:07:25.849Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:08:25.850Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:08:25.851Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:09:25.851Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:09:25.852Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:10:25.853Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:10:25.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:11:25.854Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:11:25.854Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:12:25.854Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:12:25.855Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:13:25.855Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:13:25.856Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:14:25.855Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:14:25.856Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:15:25.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:15:25.856Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:16:25.856Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:16:25.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:17:25.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:17:25.858Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:18:25.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:18:25.859Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:19:25.861Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:19:25.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:20:25.862Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:20:25.862Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:21:25.863Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:21:25.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:22:25.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:22:25.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:23:25.864Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:23:25.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:24:25.865Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:24:25.865Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:25:25.867Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:25:25.867Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:26:25.868Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:26:25.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:27:25.869Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:27:25.868Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:28:25.870Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:28:25.870Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:29:25.872Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:29:25.872Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:30:25.874Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:30:25.874Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:31:25.875Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:31:25.875Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:32:25.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:32:25.877Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:33:25.877Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:33:25.877Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:34:25.878Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:34:25.879Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:35:25.879Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:35:25.879Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:36:25.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:36:25.880Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:37:25.881Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:37:25.881Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:38:25.881Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:38:25.881Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:39:25.883Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:39:25.883Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:40:25.887Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:40:25.887Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:41:25.888Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:41:25.888Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:42:25.889Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:42:25.889Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:43:25.890Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:43:25.890Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:44:25.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:44:25.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:45:25.892Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:45:25.892Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:46:25.894Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:46:25.894Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:47:25.895Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:47:25.895Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:48:25.895Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:48:25.896Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:49:25.896Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:49:25.896Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:50:25.898Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:50:25.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:51:25.901Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:51:25.901Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:52:25.902Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:52:25.902Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:53:25.903Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:53:25.903Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:54:25.904Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:54:25.904Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:55:25.905Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:55:25.905Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:56:25.905Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:56:25.906Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:57:25.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:57:25.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:58:25.907Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:58:25.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T07:59:25.907Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T07:59:25.907Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:00:25.909Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:00:25.909Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:01:25.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:01:25.911Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:02:25.912Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:02:25.912Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:03:25.913Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:03:25.914Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:04:25.915Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:04:25.916Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:05:25.916Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:05:25.916Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:06:25.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:06:25.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:07:25.918Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:07:25.919Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:08:25.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:08:25.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:09:25.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:09:25.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:10:25.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:10:25.922Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:11:25.923Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:11:25.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:12:25.924Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:12:25.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:13:04.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-01T08:13:04.235Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"e98037b8-7eb0-4d36-b1ad-092e8034255f","serviceName":"basic_onboard_pKQcsC","serviceVersion":"1.0","serviceUUID":"24a68d1a-520c-4d58-a374-44524535b1fe","serviceDescription":"service","serviceInvariantUUID":"a5cbd866-9659-4e2c-8313-97931908ba26","resources":[{"resourceInstanceName":"basic_onboard_pKQcsC 0","resourceName":"basic_onboard_pKQcsC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3699660-4f88-43bc-91f8-5bab214081e7","resourceInvariantUUID":"c660ae8e-4836-44a8-a1c3-436ec8323c60","resourceCustomizationUUID":"faafc32d-7c87-4c58-b374-413c9331d6bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml","artifactChecksum":"YWFlM2IyYjBjYzliYTdhMmRjZmRmMWU1N2M3OWZjZjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f1053c7b-8b37-48c4-ae49-e25662139516","artifactVersion":"1"},{"artifactName":"basic_onboard_pkqcsc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json","artifactChecksum":"N2Y4ZjBjZjhiMDE1ZWI4MGE5MzMwYzZiNzE0NGJlODM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4a21d8b5-25fd-4bf4-95f2-635d78a32c3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5d2126d-e9c8-4a7e-92e8-c81dac6cc895","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2bfe2090-7d75-49f6-b295-014c8051fe98","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"05e4d548-a035-4467-ad8f-baf9c8fcca3a","artifactVersion":"2","generatedFromUUID":"f5d2126d-e9c8-4a7e-92e8-c81dac6cc895"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPkqcsc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml","artifactChecksum":"YjU1NmQ4OWM3ZWZjYTM1ZjNjNzRjNzcwOTEzYzM0Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ccd06a60-06bf-4ca4-813e-2fcffffce4fc","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPkqcsc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar","artifactChecksum":"NmRjNzNiYTE4NGVkNzY2ZGQxZTM5YzI2ZmM2YjI2OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64e00681-d68b-4400-b85b-e5a92e155aa1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:13:04.252Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:04.261Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:04.262Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:04.262Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:04.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.309Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.310Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.311Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:13:04.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:13:04.513Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239174626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:13:04.540Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:13:05.340Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:05.341Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:05.341Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:05.341Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:06.343Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:06.344Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:06.344Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:06.344Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:07.345Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:07.346Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:07.347Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:07.347Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:08.349Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:08.350Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:08.351Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:08.351Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:09.352Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:09.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:09.354Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:09.354Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:10.355Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:13:10.356Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:10.357Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:10.357Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:11.359Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "serviceName": "basic_onboard_pKQcsC",
  "serviceVersion": "1.0",
  "serviceUUID": "24a68d1a-520c-4d58-a374-44524535b1fe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a5cbd866-9659-4e2c-8313-97931908ba26",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_pKQcsC 0",
      "resourceCustomizationUUID": "faafc32d-7c87-4c58-b374-413c9331d6bf",
      "resourceName": "basic_onboard_pKQcsC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3699660-4f88-43bc-91f8-5bab214081e7",
      "resourceInvariantUUID": "c660ae8e-4836-44a8-a1c3-436ec8323c60",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pkqcsc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
          "artifactChecksum": "N2Y4ZjBjZjhiMDE1ZWI4MGE5MzMwYzZiNzE0NGJlODM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4a21d8b5-25fd-4bf4-95f2-635d78a32c3c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f5d2126d-e9c8-4a7e-92e8-c81dac6cc895",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "05e4d548-a035-4467-ad8f-baf9c8fcca3a",
            "generatedFromUUID": "f5d2126d-e9c8-4a7e-92e8-c81dac6cc895"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "05e4d548-a035-4467-ad8f-baf9c8fcca3a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPkqcsc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
      "artifactChecksum": "NmRjNzNiYTE4NGVkNzY2ZGQxZTM5YzI2ZmM2YjI2OTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "64e00681-d68b-4400-b85b-e5a92e155aa1"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T08:13:11.364Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:13:11.365Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 24a68d1a-520c-4d58-a374-44524535b1fe ASDC
2023-02-01T08:13:11.491Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:e98037b8-7eb0-4d36-b1ad-092e8034255f
ServiceName:basic_onboard_pKQcsC
ServiceVersion:1.0
ServiceUUID:24a68d1a-520c-4d58-a374-44524535b1fe
ServiceInvariantUUID:a5cbd866-9659-4e2c-8313-97931908ba26
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPkqcsc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
ArtifactUUID:64e00681-d68b-4400-b85b-e5a92e155aa1
ArtifactChecksum:NmRjNzNiYTE4NGVkNzY2ZGQxZTM5YzI2ZmM2YjI2OTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pKQcsC 0
ResourceCustomizationUUID:faafc32d-7c87-4c58-b374-413c9331d6bf
ResourceInvariantUUID:c660ae8e-4836-44a8-a1c3-436ec8323c60
ResourceName:basic_onboard_pKQcsC
ResourceType:VF
ResourceUUID:a3699660-4f88-43bc-91f8-5bab214081e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pkqcsc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
ArtifactUUID:4a21d8b5-25fd-4bf4-95f2-635d78a32c3c
ArtifactChecksum:N2Y4ZjBjZjhiMDE1ZWI4MGE5MzMwYzZiNzE0NGJlODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f5d2126d-e9c8-4a7e-92e8-c81dac6cc895
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
ArtifactUUID:05e4d548-a035-4467-ad8f-baf9c8fcca3a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
ArtifactUUID:05e4d548-a035-4467-ad8f-baf9c8fcca3a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-01T08:13:11.491Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24a68d1a-520c-4d58-a374-44524535b1fe 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-01T08:13:11.779Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:13:11.781Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:13:11.782Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:13:11.782Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 64e00681-d68b-4400-b85b-e5a92e155aa1 from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:11.783Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:11.784Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:11.894Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:11.913Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar 64e00681-d68b-4400-b85b-e5a92e155aa1 75660
2023-02-01T08:13:11.914Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar ASDC sendASDCNotification
2023-02-01T08:13:11.914Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:11.915Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:11.916Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:11.916Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:11.917Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239191914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:12.918Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:13:12.919Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:13:12.920Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 64e00681-d68b-4400-b85b-e5a92e155aa1, URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:12.921Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:13.005Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:13.005Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:13.591Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6382175050150676949/Definitions/service-BasicOnboardPkqcsc-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-02-01T08:13:15.584Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:13:15.589Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:13:15.589Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.589Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pKQcsC 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-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.590Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.591Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||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-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:15.591Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:13:15.597Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.599Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.603Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.603Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:13:15.605Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:13:15.606Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.606Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.607Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is not matching search criteria
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-02-01T08:13:15.611Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.612Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:13:15.613Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.614Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:15.615Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is not matching search criteria
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T08:13:15.616Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebf57a32-efdb-4493-b606-feb1f7232c21
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.617Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:15.618Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_pKQcsC
Description:service
Model UUID:24a68d1a-520c-4d58-a374-44524535b1fe
Model Version:NULL
Model InvariantUuid:a5cbd866-9659-4e2c-8313-97931908ba26
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_pKQcsC
Model UUID:01647488-48d6-4f01-804c-23cc1390867f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c660ae8e-4836-44a8-a1c3-436ec8323c60
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:faafc32d-7c87-4c58-b374-413c9331d6bf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ef94eabb-a999-423d-8826-7aefbb14ea70
ModelName:BasicOnboardPkqcsc..base_ubuntu18..module-0
ModelUuid:340b18d5-8fd0-40ec-a02a-2c192396be06
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ebf57a32-efdb-4493-b606-feb1f7232c21
ModelInvariantUuid:290861de-1fc4-449a-b7fe-77b2fd09b52a
ModelName:basic_onboard_pKQcsC-nodes.ubuntu18Cvfc
ModelUuid:22873777-6794-474d-9e88-bf97f28884ff
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:959532b5-ccef-4cdc-8fbf-eaf762e569b1
ModelInvariantUuid:b1ca0a2b-3e57-42fb-bacb-671235bff3cd
ModelName:BasicOnboardPkqcsc.compute.nodes.heat.ubuntu18
ModelUuid:cf9cbe61-6207-40c0-8d27-0b7a9c31bb42
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-01T08:13:15.710Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a3699660-4f88-43bc-91f8-5bab214081e7
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-01T08:13:15.899Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||basic_onboard_pKQcsC 0
2023-02-01T08:13:15.909Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3699660-4f88-43bc-91f8-5bab214081e7
2023-02-01T08:13:15.909Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4a21d8b5-25fd-4bf4-95f2-635d78a32c3c from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:15.909Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:15.910Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:15.958Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:15.958Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json 4a21d8b5-25fd-4bf4-95f2-635d78a32c3c 798
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json ASDC sendASDCNotification
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:15.959Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:15.960Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:15.960Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239195959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:16.961Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPkqcsc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ef94eabb-a999-423d-8826-7aefbb14ea70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "340b18d5-8fd0-40ec-a02a-2c192396be06",
    "vfModuleModelCustomizationUUID": "4649775c-f812-44d9-895c-9a6cca5f4016",
    "isBase": true,
    "artifacts": [
      "f5d2126d-e9c8-4a7e-92e8-c81dac6cc895",
      "05e4d548-a035-4467-ad8f-baf9c8fcca3a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T08:13:16.977Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkqcsc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:340b18d5-8fd0-40ec-a02a-2c192396be06
VfModuleModelInvariantUUID:ef94eabb-a999-423d-8826-7aefbb14ea70
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5d2126d-e9c8-4a7e-92e8-c81dac6cc895
,
05e4d548-a035-4467-ad8f-baf9c8fcca3a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T08:13:16.981Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPkqcsc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "ef94eabb-a999-423d-8826-7aefbb14ea70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "340b18d5-8fd0-40ec-a02a-2c192396be06",
    "vfModuleModelCustomizationUUID": "4649775c-f812-44d9-895c-9a6cca5f4016",
    "isBase": true,
    "artifacts": [
      "f5d2126d-e9c8-4a7e-92e8-c81dac6cc895",
      "05e4d548-a035-4467-ad8f-baf9c8fcca3a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T08:13:16.982Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPkqcsc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:340b18d5-8fd0-40ec-a02a-2c192396be06
VfModuleModelInvariantUUID:ef94eabb-a999-423d-8826-7aefbb14ea70
VfModuleModelDescription:NULL
Artifacts UUID List:{
f5d2126d-e9c8-4a7e-92e8-c81dac6cc895
,
05e4d548-a035-4467-ad8f-baf9c8fcca3a

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T08:13:16.982Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5d2126d-e9c8-4a7e-92e8-c81dac6cc895 from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:16.982Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:16.983Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:17.037Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml f5d2126d-e9c8-4a7e-92e8-c81dac6cc895 5033
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:17.038Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:17.039Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:17.039Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:17.039Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239197038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:18.040Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 05e4d548-a035-4467-ad8f-baf9c8fcca3a from URL: /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:18.041Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:13:18.041Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:18.085Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:13:18.085Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env 05e4d548-a035-4467-ad8f-baf9c8fcca3a 909
2023-02-01T08:13:18.085Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:18.086Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:18.087Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239198085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:19.088Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 24a68d1a-520c-4d58-a374-44524535b1fe
2023-02-01T08:13:19.088Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pKQcsC 0 a3699660-4f88-43bc-91f8-5bab214081e7 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:13:19.243Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70a053a3, org.onap.sdc.toscaparser.api.parameters.Input@23788c2d, org.onap.sdc.toscaparser.api.parameters.Input@65c55775, org.onap.sdc.toscaparser.api.parameters.Input@122bbc95, org.onap.sdc.toscaparser.api.parameters.Input@60e4d838]
2023-02-01T08:13:19.249Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.249Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= faafc32d-7c87-4c58-b374-413c9331d6bf
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: faafc32d-7c87-4c58-b374-413c9331d6bf matches Tosca VF Customization UUID: faafc32d-7c87-4c58-b374-413c9331d6bf
2023-02-01T08:13:19.250Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: faafc32d-7c87-4c58-b374-413c9331d6bf  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-01T08:13:19.259Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.260Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id faafc32d-7c87-4c58-b374-413c9331d6bf: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a6a3af3
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.261Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:13:19.262Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4649775c-f812-44d9-895c-9a6cca5f4016
2023-02-01T08:13:19.263Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4649775c-f812-44d9-895c-9a6cca5f4016
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-01T08:13:19.273Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.273Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.274Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:19.274Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.275Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is not matching search criteria
2023-02-01T08:13:19.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-02-01T08:13:19.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-02-01T08:13:19.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ebf57a32-efdb-4493-b606-feb1f7232c21
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-01T08:13:19.352Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.353Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.353Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:13:19.354Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.354Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_pKQcsC 0 is matching search criteria
2023-02-01T08:13:19.354Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_pKQcsC 0] matching following query criteria: sdcType=VF, customizationUUID=faafc32d-7c87-4c58-b374-413c9331d6bf
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-01T08:13:19.396Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.396Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.397Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 24a68d1a-520c-4d58-a374-44524535b1fe: basic_onboard_pKQcsC
2023-02-01T08:13:19.397Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.397Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.398Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_pKQcsC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:13:19.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_pKQcsC 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T08:13:20.276Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pKQcsC a3699660-4f88-43bc-91f8-5bab214081e7 1 ASDC deployResourceStructure
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json ASDC sendASDCNotification
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:20.277Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:20.278Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:20.278Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239200277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:21.279Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-02-01T08:13:21.279Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml
2023-02-01T08:13:21.280Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:21.280Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:21.280Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:21.281Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239201279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:22.283Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-02-01T08:13:22.284Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env
2023-02-01T08:13:22.284Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:22.285Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:22.285Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:22.285Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239202283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:23.286Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar ASDC sendASDCNotification
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:13:23.287Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239203286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:24.289Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:13:24.334Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:13:24.338Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:13:24.339Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:13:24.339Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:13:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:13:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:13:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239165008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:13:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:13:54.339Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:13:54.361Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:13:54.365Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:13:54.366Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:13:54.366Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:14:24.366Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:14:24.396Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:14:24.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:14:24.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:14:24.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:14:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:14:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239150829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239157468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239165008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239174626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239150829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239157468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239174626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239165008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239150829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239157468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239174626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239165008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239150829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239157468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239174626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239165008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239150829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239157468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239174626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239165008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239150829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239188692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239157468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239174626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239165008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239188692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239145924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239150829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239157468,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239188692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239191116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239192865,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239191914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239188692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239192131,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239193901,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-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-01T08:14:25.782Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:14:25.783Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-01T08:14:25.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239192793,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239188692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "policy-distribution",
  "timestamp": 1675239193134,
  "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-01T08:14:25.805Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:14:25.805Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-01T08:14:25.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.817Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239193924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239188692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.818Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239195108,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239188692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239195959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.819Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239196226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.820Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239196907,
  "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-01T08:14:25.826Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:14:25.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239197038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.834Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239197911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239198085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.835Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239200277,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239201279,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239202283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-02-01T08:14:25.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:25.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:14:25.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239203286,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:14:25.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:14:54.399Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:14:54.417Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:14:54.420Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:14:54.420Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:14:54.421Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:15:24.421Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:15:24.431Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:15:24.434Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:15:24.434Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:15:24.434Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:15:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:15:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239203459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239203459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/basic_onboard_pkqcsc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239203459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239203459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239203459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/resourceInstances/basic_onboard_pkqcsc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239203459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239203459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239212943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239217680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239218685,
  "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-01T08:15:25.759Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:15:25.759Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239231310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPkqcsc/1.0/artifacts/service-BasicOnboardPkqcsc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:15:25.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239232323,
  "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-01T08:15:25.780Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e98037b8-7eb0-4d36-b1ad-092e8034255f
2023-02-01T08:15:25.781Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e98037b8-7eb0-4d36-b1ad-092e8034255f 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-01T08:15:54.436Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:15:54.475Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f
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-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:15:54.479Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:15:54.480Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:15:54.480Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:15:54.480Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:15:54.487Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:16:24.487Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e98037b8-7eb0-4d36-b1ad-092e8034255f 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-01T08:16:24.512Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e98037b8-7eb0-4d36-b1ad-092e8034255f and serviceModelVersionId: 24a68d1a-520c-4d58-a374-44524535b1fe
2023-02-01T08:16:24.512Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5cbd866-9659-4e2c-8313-97931908ba26
2023-02-01T08:16:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:16:40.100Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0
2023-02-01T08:16:40.223Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:16:40.771Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|INFO|500||Invoke
2023-02-01T08:16:40.776Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e98037b8-7eb0-4d36-b1ad-092e8034255f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e3f6229-0232-41e3-a538-d909263939d5], X-ECOMP-RequestID=[e98037b8-7eb0-4d36-b1ad-092e8034255f], X-TransactionId=[], X-ONAP-RequestID=[e98037b8-7eb0-4d36-b1ad-092e8034255f], Content-Type=[application/merge-patch+json]}
2023-02-01T08:16:40.904Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T08:16:41.133Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:16:40 GMT], content-length=[0], vertex-id=[213048], x-aai-txid=[2-aai-resources-230201-08:16:40:919-75236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:16:41.136Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:16:41.137Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5cbd866-9659-4e2c-8313-97931908ba26/model-vers/model-ver/24a68d1a-520c-4d58-a374-44524535b1fe?depth=0|INFO|500||InvokeReturn
2023-02-01T08:16:41.141Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:16:41.142Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:16:41.178Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T08:16:41.179Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e98037b8-7eb0-4d36-b1ad-092e8034255f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:16:41.181Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:16:41.182Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:16:41.182Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:16:41.182Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239401180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:16:41.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T08:16:41.359Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e98037b8-7eb0-4d36-b1ad-092e8034255f",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239401180,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:16:41.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T08:16:42.227Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:17:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:17:42.228Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:18:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:18:42.229Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:19:25.730Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:19:42.230Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:20:25.730Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:20:42.232Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:21:25.731Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:21:42.233Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:22:25.732Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:22:42.234Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:23:25.733Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:23:28.747Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Node 1 disconnected.
2023-02-01T08:23:42.235Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:24:25.734Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:24:42.236Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:25:04.853Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-01T08:25:04.854Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"7f51f4ed-372d-4e40-8381-27bdacde4457","serviceName":"vFW 2023-02-01 08-22-24","serviceVersion":"1.0","serviceUUID":"90d2a609-27d9-4029-890a-527eefd80e92","serviceDescription":"catalog service description","serviceInvariantUUID":"88fe9425-4168-4d17-8ff0-1fed0434df42","resources":[{"resourceInstanceName":"vFW 1f81e4be-0238 0","resourceName":"vFW 1f81e4be-0238","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0c7c371-d4f7-4cee-9b5a-c658080e2d71","resourceInvariantUUID":"9db039b5-0f33-4638-948a-23ae691ecba5","resourceCustomizationUUID":"0feb4743-6b97-4c4b-ba74-93a9dc5ed393","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml","artifactChecksum":"Yjg2OWI5MjZmMDEyOWQyZTFlNmRhZWVlNjRiZjI0Zjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"93203fca-d10f-4ff6-bc6d-88a1e55a9983","artifactVersion":"1"},{"artifactName":"vfw1f81e4be02380_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json","artifactChecksum":"OTczZjkxMjhiZGVjZDQ0NmRkZWU5YjkyZDBjYzlhMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83999d5c-958a-45e6-9a6b-a2381d88249d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"131e74e5-e4d7-4923-8f30-daef3fe25f0c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml","artifactChecksum":"MWY2NGM3MDlhNTNmNWI4YjdmNDQ3OGQxM2MwODNjZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0acdecbb-bdb3-46cc-b72d-112ac504253c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eabc1883-6afb-4c89-bda0-d8efbba056bf","artifactVersion":"2","generatedFromUUID":"131e74e5-e4d7-4923-8f30-daef3fe25f0c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230201082224-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml","artifactChecksum":"MGU1ODQ2MGEzZTEzNWE2MzE2ZmNiMWQxYjFjNWZhNzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"13a4f0ed-9b84-42b4-836e-fd797a5f2225","artifactVersion":"1"},{"artifactName":"service-Vfw20230201082224-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar","artifactChecksum":"MDZlODAwMDZiOGY5OTRiOTA1MjM4N2VhZDJjNzYwZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db210935-1c6b-4691-a4bf-e7e268fb3b3e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:25:04.857Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:04.862Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:04.862Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:04.862Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:05.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:25:05.235Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239884155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:25:05.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:25:05.961Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:05.962Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:05.962Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:05.963Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:06.963Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:06.964Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:06.964Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:06.964Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:07.965Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:07.966Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:07.966Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:07.966Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:08.967Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:08.968Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:08.968Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:08.968Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:09.969Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:09.970Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:09.970Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:09.970Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:10.971Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:25:10.971Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:10.971Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:10.972Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:11.973Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "serviceName": "vFW 2023-02-01 08-22-24",
  "serviceVersion": "1.0",
  "serviceUUID": "90d2a609-27d9-4029-890a-527eefd80e92",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "88fe9425-4168-4d17-8ff0-1fed0434df42",
  "resources": [
    {
      "resourceInstanceName": "vFW 1f81e4be-0238 0",
      "resourceCustomizationUUID": "0feb4743-6b97-4c4b-ba74-93a9dc5ed393",
      "resourceName": "vFW 1f81e4be-0238",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c0c7c371-d4f7-4cee-9b5a-c658080e2d71",
      "resourceInvariantUUID": "9db039b5-0f33-4638-948a-23ae691ecba5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw1f81e4be02380_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
          "artifactChecksum": "OTczZjkxMjhiZGVjZDQ0NmRkZWU5YjkyZDBjYzlhMjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83999d5c-958a-45e6-9a6b-a2381d88249d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "131e74e5-e4d7-4923-8f30-daef3fe25f0c",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eabc1883-6afb-4c89-bda0-d8efbba056bf",
            "generatedFromUUID": "131e74e5-e4d7-4923-8f30-daef3fe25f0c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eabc1883-6afb-4c89-bda0-d8efbba056bf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230201082224-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
      "artifactChecksum": "MDZlODAwMDZiOGY5OTRiOTA1MjM4N2VhZDJjNzYwZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db210935-1c6b-4691-a4bf-e7e268fb3b3e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T08:25:11.973Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:25:11.974Z|e98037b8-7eb0-4d36-b1ad-092e8034255f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 90d2a609-27d9-4029-890a-527eefd80e92 ASDC
2023-02-01T08:25:11.975Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7f51f4ed-372d-4e40-8381-27bdacde4457
ServiceName:vFW 2023-02-01 08-22-24
ServiceVersion:1.0
ServiceUUID:90d2a609-27d9-4029-890a-527eefd80e92
ServiceInvariantUUID:88fe9425-4168-4d17-8ff0-1fed0434df42
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230201082224-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
ArtifactUUID:db210935-1c6b-4691-a4bf-e7e268fb3b3e
ArtifactChecksum:MDZlODAwMDZiOGY5OTRiOTA1MjM4N2VhZDJjNzYwZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 1f81e4be-0238 0
ResourceCustomizationUUID:0feb4743-6b97-4c4b-ba74-93a9dc5ed393
ResourceInvariantUUID:9db039b5-0f33-4638-948a-23ae691ecba5
ResourceName:vFW 1f81e4be-0238
ResourceType:VF
ResourceUUID:c0c7c371-d4f7-4cee-9b5a-c658080e2d71
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw1f81e4be02380_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
ArtifactUUID:83999d5c-958a-45e6-9a6b-a2381d88249d
ArtifactChecksum:OTczZjkxMjhiZGVjZDQ0NmRkZWU5YjkyZDBjYzlhMjQ=
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/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
ArtifactUUID:131e74e5-e4d7-4923-8f30-daef3fe25f0c
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/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
ArtifactUUID:eabc1883-6afb-4c89-bda0-d8efbba056bf
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/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
ArtifactUUID:eabc1883-6afb-4c89-bda0-d8efbba056bf
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-01T08:25:11.976Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 90d2a609-27d9-4029-890a-527eefd80e92 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-01T08:25:12.058Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:25:12.059Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:25:12.059Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:25:12.060Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: db210935-1c6b-4691-a4bf-e7e268fb3b3e from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:12.060Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:12.060Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:12.177Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar db210935-1c6b-4691-a4bf-e7e268fb3b3e 101492
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar ASDC sendASDCNotification
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:12.182Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:12.183Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:12.183Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:12.183Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239912182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:13.459Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:25:13.459Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:25:13.459Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: db210935-1c6b-4691-a4bf-e7e268fb3b3e, URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar to file: /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.460Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.460Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.460Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:13.646Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16960868429234312415/Definitions/service-Vfw20230201082224-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-02-01T08:25:15.819Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-02-01T08:25:15.821Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.822Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 1f81e4be-0238 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-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.822Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.822Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||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-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.823Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:15.824Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:25:15.825Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.825Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.826Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.826Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:25:15.827Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:25:15.827Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.827Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.828Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.828Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:25:15.828Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:25:15.829Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.829Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.829Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.830Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.830Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.830Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.831Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:15.832Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.832Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:15.832Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:15.833Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.833Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.833Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.834Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T08:25:15.835Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.835Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:25:15.836Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.836Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.836Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:15.837Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.838Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:15.838Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:15.838Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.839Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.839Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.839Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:15.840Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.841Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.841Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:15.841Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.842Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:15.842Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.842Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6f1da4f-8d8e-40b7-863f-3132bb038773
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.843Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:15.844Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.844Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.844Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-01T08:25:15.845Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:15.846Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.846Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:15.846Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.847Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c64e9cd-33ba-4a91-92fb-234530933d6b
2023-02-01T08:25:15.847Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.847Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:15.848Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:15.848Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:15.848Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.849Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.849Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.849Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:15.850Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:15.851Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:15.851Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-01T08:25:15.851Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39ab0748-92c2-4626-913d-1cd97d246b18
2023-02-01T08:25:15.852Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.852Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.852Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.853Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:15.854Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:15.854Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-02-01 08-22-24
Description:catalog service description
Model UUID:90d2a609-27d9-4029-890a-527eefd80e92
Model Version:NULL
Model InvariantUuid:88fe9425-4168-4d17-8ff0-1fed0434df42
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 1f81e4be-0238
Model UUID:4089aec4-4979-46ed-b896-60f36d52f3b9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9db039b5-0f33-4638-948a-23ae691ecba5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0feb4743-6b97-4c4b-ba74-93a9dc5ed393
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:fb95f2ec-4573-439d-bfc1-2a53015d3954
ModelName:Vfw1f81e4be0238..base_vfw..module-0
ModelUuid:371458a6-6e94-4515-80f1-6146443ee9fd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c6f1da4f-8d8e-40b7-863f-3132bb038773
ModelInvariantUuid:0df2b1ac-9b2f-4845-95b9-1403c2764007
ModelName:vFW 1f81e4be-0238-nodes.vfwCvfc
ModelUuid:82cf71a9-9f0c-46f2-a128-79047ffd5434
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8c25137c-c1d4-4f90-a553-89ba393c2a11
ModelInvariantUuid:3206cdca-59d7-4cf9-ba17-cf3e9fe72a9e
ModelName:Vfw1f81e4be0238.compute.nodes.heat.vfw
ModelUuid:da72fa08-5fc3-48ab-88a0-5e8a3c6ae079
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7c64e9cd-33ba-4a91-92fb-234530933d6b
ModelInvariantUuid:fa5aa020-ddff-4079-8e56-3170d891c828
ModelName:vFW 1f81e4be-0238-nodes.vsnCvfc
ModelUuid:19556adc-3f4b-4ace-8752-467aa5c34729
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:642217c5-1988-4fe8-a58d-65576c1851aa
ModelInvariantUuid:0e440bec-dce2-4641-b616-e11a209eb2df
ModelName:Vfw1f81e4be0238.compute.nodes.heat.vsn
ModelUuid:e6c49e3c-df56-49d2-ae45-d0693e4fb004
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:39ab0748-92c2-4626-913d-1cd97d246b18
ModelInvariantUuid:0de1cb52-efed-4de2-94c1-24422190918f
ModelName:vFW 1f81e4be-0238-nodes.vpgCvfc
ModelUuid:cdb68706-8f97-4817-a677-4bc4321a68fe
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:59193cfd-e223-466e-94f8-42340feb1878
ModelInvariantUuid:10f6210d-31c6-43c5-94c3-ffa822b18058
ModelName:Vfw1f81e4be0238.compute.nodes.heat.vpg
ModelUuid:2e4f4506-5de3-423b-a7e2-f7c4e5838401
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-01T08:25:15.915Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c0c7c371-d4f7-4cee-9b5a-c658080e2d71
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-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||vFW 1f81e4be-0238 0
2023-02-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0c7c371-d4f7-4cee-9b5a-c658080e2d71
2023-02-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 83999d5c-958a-45e6-9a6b-a2381d88249d from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:15.934Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:15.935Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:15.990Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json 83999d5c-958a-45e6-9a6b-a2381d88249d 785
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json ASDC sendASDCNotification
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:15.991Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:15.992Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:15.992Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:15.992Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239915991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:16.993Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1f81e4be0238..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fb95f2ec-4573-439d-bfc1-2a53015d3954",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "371458a6-6e94-4515-80f1-6146443ee9fd",
    "vfModuleModelCustomizationUUID": "592c4aeb-d6f8-4ffa-8ed7-fe957edeed34",
    "isBase": true,
    "artifacts": [
      "131e74e5-e4d7-4923-8f30-daef3fe25f0c",
      "eabc1883-6afb-4c89-bda0-d8efbba056bf"
    ],
    "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-01T08:25:16.999Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f81e4be0238..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:371458a6-6e94-4515-80f1-6146443ee9fd
VfModuleModelInvariantUUID:fb95f2ec-4573-439d-bfc1-2a53015d3954
VfModuleModelDescription:NULL
Artifacts UUID List:{
131e74e5-e4d7-4923-8f30-daef3fe25f0c
,
eabc1883-6afb-4c89-bda0-d8efbba056bf

}
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-01T08:25:17.000Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw1f81e4be0238..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "fb95f2ec-4573-439d-bfc1-2a53015d3954",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "371458a6-6e94-4515-80f1-6146443ee9fd",
    "vfModuleModelCustomizationUUID": "592c4aeb-d6f8-4ffa-8ed7-fe957edeed34",
    "isBase": true,
    "artifacts": [
      "131e74e5-e4d7-4923-8f30-daef3fe25f0c",
      "eabc1883-6afb-4c89-bda0-d8efbba056bf"
    ],
    "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-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw1f81e4be0238..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:371458a6-6e94-4515-80f1-6146443ee9fd
VfModuleModelInvariantUUID:fb95f2ec-4573-439d-bfc1-2a53015d3954
VfModuleModelDescription:NULL
Artifacts UUID List:{
131e74e5-e4d7-4923-8f30-daef3fe25f0c
,
eabc1883-6afb-4c89-bda0-d8efbba056bf

}
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-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 131e74e5-e4d7-4923-8f30-daef3fe25f0c from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:17.001Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:17.052Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:17.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml 131e74e5-e4d7-4923-8f30-daef3fe25f0c 20368
2023-02-01T08:25:17.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-01T08:25:17.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:17.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239917053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:18.055Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eabc1883-6afb-4c89-bda0-d8efbba056bf from URL: /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:18.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:25:18.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:18.102Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:25:18.102Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env eabc1883-6afb-4c89-bda0-d8efbba056bf 2098
2023-02-01T08:25:18.103Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-01T08:25:18.103Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:18.104Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:25:18.104Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:18.104Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:18.105Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239918103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:19.106Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 90d2a609-27d9-4029-890a-527eefd80e92
2023-02-01T08:25:19.106Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 1f81e4be-0238 0 c0c7c371-d4f7-4cee-9b5a-c658080e2d71 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:25:19.194Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a3bffc9, org.onap.sdc.toscaparser.api.parameters.Input@7ab0f25e, org.onap.sdc.toscaparser.api.parameters.Input@42447e37, org.onap.sdc.toscaparser.api.parameters.Input@4ba3a180, org.onap.sdc.toscaparser.api.parameters.Input@4ee3ca8a]
2023-02-01T08:25:19.195Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.195Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.195Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2023-02-01T08:25:19.196Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0feb4743-6b97-4c4b-ba74-93a9dc5ed393
2023-02-01T08:25:19.196Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0feb4743-6b97-4c4b-ba74-93a9dc5ed393 matches Tosca VF Customization UUID: 0feb4743-6b97-4c4b-ba74-93a9dc5ed393
2023-02-01T08:25:19.196Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0feb4743-6b97-4c4b-ba74-93a9dc5ed393  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-01T08:25:19.218Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.219Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0feb4743-6b97-4c4b-ba74-93a9dc5ed393: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49192e0
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.220Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:25:19.221Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 592c4aeb-d6f8-4ffa-8ed7-fe957edeed34
2023-02-01T08:25:19.221Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 592c4aeb-d6f8-4ffa-8ed7-fe957edeed34
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-01T08:25:19.246Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.247Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.247Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.247Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.248Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:19.249Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:19.250Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.251Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:19.251Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.251Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c6f1da4f-8d8e-40b7-863f-3132bb038773
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-01T08:25:19.266Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.267Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.267Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:19.268Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.269Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-02-01T08:25:19.270Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.271Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2023-02-01T08:25:19.271Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.271Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7c64e9cd-33ba-4a91-92fb-234530933d6b
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-01T08:25:19.277Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.277Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.277Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.280Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is not matching search criteria
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-02-01T08:25:19.281Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2023-02-01T08:25:19.282Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-02-01T08:25:19.283Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-02-01T08:25:19.284Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=39ab0748-92c2-4626-913d-1cd97d246b18
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-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:25:19.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Node template vFW 1f81e4be-0238 0 is matching search criteria
2023-02-01T08:25:19.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 1f81e4be-0238 0] matching following query criteria: sdcType=VF, customizationUUID=0feb4743-6b97-4c4b-ba74-93a9dc5ed393
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-01T08:25:19.306Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.306Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.306Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 90d2a609-27d9-4029-890a-527eefd80e92: vFW 1f81e4be-0238
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.307Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Service vFW 2023-02-01 08-22-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:25:19.308Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2023-02-01 08-22-24 
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-01T08:25:20.286Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 1f81e4be-0238 c0c7c371-d4f7-4cee-9b5a-c658080e2d71 1 ASDC deployResourceStructure
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json ASDC sendASDCNotification
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:20.287Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:20.288Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239920287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:21.289Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:21.290Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239921288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:22.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env ASDC sendASDCNotification
2023-02-01T08:25:22.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env
2023-02-01T08:25:22.291Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:22.292Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:22.292Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:22.292Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239922291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar ASDC sendASDCNotification
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:25:23.293Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:25:23.294Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:25:23.294Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239923293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:24.295Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:25:24.329Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:25:24.331Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:25:24.331Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:25:24.331Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:25:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:25:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:25:25.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239854927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:25:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:25:54.332Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:25:54.355Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:25:54.360Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:25:54.360Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:25:54.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:26:24.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:26:24.382Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:26:24.384Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:26:24.385Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:26:24.385Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:26:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:26:25.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.737Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239890251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.738Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239889368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239890251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.739Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239854927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239884155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239889368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239890251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.741Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239884155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239854927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.742Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239889368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239890251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239884155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239854927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239889368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.745Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239890251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239884155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.746Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239854927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.747Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239908692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239889368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.748Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239890251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239884155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.749Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239854927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239908692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239882236,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239908692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675239890251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239884155,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239889368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239854927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.752Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239908692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239912182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239889368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.753Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239908692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239912928,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239914768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239908692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.755Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675239915778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-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-01T08:26:25.778Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:26:25.778Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-01T08:26:25.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239913934,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239915079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239915991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239908692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.812Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "policy-distribution",
  "timestamp": 1675239915852,
  "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-01T08:26:25.818Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:26:25.818Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-01T08:26:25.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239916337,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239917053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239917171,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239918231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.845Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239918103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:26:25.846Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.846Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.846Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239919730,
  "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-01T08:26:25.851Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:26:25.851Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-01T08:26:25.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.858Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239920287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675239920739,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.859Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239921288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239922291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675239923293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:26:25.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:26:54.385Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:26:54.510Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:26:54.521Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:26:54.521Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:26:54.522Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:27:24.522Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:27:24.557Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:27:24.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:27:24.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:27:24.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:27:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:27:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239923459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239923459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vfw1f81e4be02380_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239923459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239923459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239923459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/resourceInstances/vfw1f81e4be02380/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239923459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:27:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239923459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239933310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239937240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675239938244,
  "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-01T08:27:25.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:27:25.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-01T08:27:25.822Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.822Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239948952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230201082224/1.0/artifacts/service-Vfw20230201082224-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:27:25.823Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:27:25.823Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:27:25.823Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "aai-model-loader",
  "timestamp": 1675239949961,
  "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-01T08:27:25.840Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f51f4ed-372d-4e40-8381-27bdacde4457
2023-02-01T08:27:25.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f51f4ed-372d-4e40-8381-27bdacde4457 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-01T08:27:54.565Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:27:54.616Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457
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-01T08:27:54.621Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:27:54.622Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:27:54.623Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:27:54.623Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:27:54.641Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:28:24.641Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f51f4ed-372d-4e40-8381-27bdacde4457 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-01T08:28:24.673Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f51f4ed-372d-4e40-8381-27bdacde4457 and serviceModelVersionId: 90d2a609-27d9-4029-890a-527eefd80e92
2023-02-01T08:28:24.673Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88fe9425-4168-4d17-8ff0-1fed0434df42
2023-02-01T08:28:24.675Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0
2023-02-01T08:28:24.683Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:28:24.749Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|INFO|500||Invoke
2023-02-01T08:28:24.749Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7f51f4ed-372d-4e40-8381-27bdacde4457], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bb0c7af-1e3b-4ede-9b89-1b27b169481f], X-ECOMP-RequestID=[7f51f4ed-372d-4e40-8381-27bdacde4457], X-TransactionId=[], X-ONAP-RequestID=[7f51f4ed-372d-4e40-8381-27bdacde4457], Content-Type=[application/merge-patch+json]}
2023-02-01T08:28:24.808Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T08:28:24.974Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:28:24 GMT], content-length=[0], vertex-id=[192752], x-aai-txid=[1-aai-resources-230201-08:28:24:847-34900], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:28:24.975Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:28:24.976Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88fe9425-4168-4d17-8ff0-1fed0434df42/model-vers/model-ver/90d2a609-27d9-4029-890a-527eefd80e92?depth=0|INFO|500||InvokeReturn
2023-02-01T08:28:24.977Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:28:24.977Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:28:24.982Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T08:28:24.983Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f51f4ed-372d-4e40-8381-27bdacde4457 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:28:24.983Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:28:24.984Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:28:24.984Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:28:24.984Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240104983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:28:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:28:25.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:28:25.761Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "7f51f4ed-372d-4e40-8381-27bdacde4457",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240104983,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:28:25.762Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T08:28:26.045Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:29:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:29:26.047Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:30:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:30:26.048Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:31:25.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:31:26.050Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:32:25.730Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:32:26.050Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:33:25.732Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:33:26.051Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:34:25.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:34:26.051Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:35:25.733Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:35:26.052Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:36:25.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:36:26.053Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:37:25.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:37:26.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:38:25.738Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:38:26.054Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:39:25.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:39:26.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:40:25.741Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:26.056Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:40:29.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-02-01T08:40:29.361Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"998dcb7a-3e71-4118-95a4-398a223d3445","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7a330a73-2bc1-4d28-8247-56975f7b137c","serviceDescription":"service","serviceInvariantUUID":"ad1b86fd-6d0f-455b-8c41-71b12ef92403","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"13a12bae-53d9-40f1-858d-a2fae41e94ef","resourceInvariantUUID":"dfa29541-35fb-4eff-8c82-1ba05b67b45e","resourceCustomizationUUID":"649147e0-29c4-4629-90fa-d54e6fc7b13f","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"OTliNTIzNWMxNGY3MmU1NjM4MWZlYmYxYmY4ZTYzODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7fdfe9f-2939-40a0-b0b6-7605a4c1e374","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YmMzNDRjNzY3Yzg4ZTQ2YTViMmJlMjBiZGFiZDcxZjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bb1c7061-8c79-4589-8cdd-4d478d674000","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:40:29.383Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:40:29.383Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:29.384Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:29.384Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240826056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:29.411Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.411Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.412Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T08:40:29.525Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:40:29.526Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "policy-distribution",
  "timestamp": 1675240816882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:40:29.527Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:40:30.421Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:40:30.422Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:30.422Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:30.422Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240826056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:31.423Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7a330a73-2bc1-4d28-8247-56975f7b137c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ad1b86fd-6d0f-455b-8c41-71b12ef92403",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "649147e0-29c4-4629-90fa-d54e6fc7b13f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "13a12bae-53d9-40f1-858d-a2fae41e94ef",
      "resourceInvariantUUID": "dfa29541-35fb-4eff-8c82-1ba05b67b45e",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "YmMzNDRjNzY3Yzg4ZTQ2YTViMmJlMjBiZGFiZDcxZjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bb1c7061-8c79-4589-8cdd-4d478d674000"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T08:40:31.424Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:40:31.424Z|7f51f4ed-372d-4e40-8381-27bdacde4457|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a330a73-2bc1-4d28-8247-56975f7b137c ASDC
2023-02-01T08:40:31.429Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:998dcb7a-3e71-4118-95a4-398a223d3445
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7a330a73-2bc1-4d28-8247-56975f7b137c
ServiceInvariantUUID:ad1b86fd-6d0f-455b-8c41-71b12ef92403
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:bb1c7061-8c79-4589-8cdd-4d478d674000
ArtifactChecksum:YmMzNDRjNzY3Yzg4ZTQ2YTViMmJlMjBiZGFiZDcxZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:649147e0-29c4-4629-90fa-d54e6fc7b13f
ResourceInvariantUUID:dfa29541-35fb-4eff-8c82-1ba05b67b45e
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:13a12bae-53d9-40f1-858d-a2fae41e94ef
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-02-01T08:40:31.429Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a330a73-2bc1-4d28-8247-56975f7b137c 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-01T08:40:31.496Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bb1c7061-8c79-4589-8cdd-4d478d674000 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-02-01T08:40:31.498Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:31.570Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bb1c7061-8c79-4589-8cdd-4d478d674000 57793
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:31.573Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:40:31.574Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:31.574Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:31.574Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240831573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:32.575Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:40:32.579Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-02-01T08:40:32.579Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: bb1c7061-8c79-4589-8cdd-4d478d674000, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:32.579Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-02-01T08:40:32.580Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:32.580Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:32.761Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4802767498656517003/Definitions/service-BasicNetwork-template.yml
2023-02-01T08:40:33.422Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.423Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.424Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-02-01T08:40:33.425Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.426Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.427Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7a330a73-2bc1-4d28-8247-56975f7b137c
Model Version:NULL
Model InvariantUuid:ad1b86fd-6d0f-455b-8c41-71b12ef92403
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:dfa29541-35fb-4eff-8c82-1ba05b67b45e
Model UUID:4af329cb-1b21-41ae-b650-f3fc413552f9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:649147e0-29c4-4629-90fa-d54e6fc7b13f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2023-02-01T08:40:33.442Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 13a12bae-53d9-40f1-858d-a2fae41e94ef
2023-02-01T08:40:33.442Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||No resources found for Service: 7a330a73-2bc1-4d28-8247-56975f7b137c
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-01T08:40:33.450Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||
2023-02-01T08:40:33.451Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7a330a73-2bc1-4d28-8247-56975f7b137c
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7a330a73-2bc1-4d28-8247-56975f7b137c
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-02-01T08:40:33.452Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:40:33.459Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24c5c5cf, org.onap.sdc.toscaparser.api.parameters.Input@3e23d6ae, org.onap.sdc.toscaparser.api.parameters.Input@2c4c9ebc, org.onap.sdc.toscaparser.api.parameters.Input@82ad444, org.onap.sdc.toscaparser.api.parameters.Input@24b9333]
2023-02-01T08:40:33.460Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.460Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7a330a73-2bc1-4d28-8247-56975f7b137c: Generic NeutronNet
2023-02-01T08:40:33.461Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.462Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.462Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.462Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-02-01T08:40:33.512Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.514Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.514Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:40:33.515Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-02-01T08:40:33.609Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:40:33.610Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:40:33.611Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240833609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:40:34.613Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:40:34.671Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:40:34.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:40:34.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:40:34.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:41:04.679Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:41:04.697Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:41:04.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:41:04.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:41:04.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:41:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:41:25.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:41:25.730Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240812226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240826056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:41:25.731Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:41:34.699Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:41:34.720Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:41:34.722Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:41:34.722Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:41:34.722Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:42:04.723Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:42:04.743Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:42:04.746Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:42:04.746Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:42:04.746Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:42:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:42:25.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.731Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240822305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240817570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.732Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "policy-distribution",
  "timestamp": 1675240816882,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240812226,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.733Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240826056,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.734Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240817570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240822305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240823459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:42:25.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "policy-distribution",
  "timestamp": 1675240831210,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240831573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240832981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240831180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "policy-distribution",
  "timestamp": 1675240832214,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.739Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240833989,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:42:25.763Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.763Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-01T08:42:25.793Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.793Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "policy-distribution",
  "timestamp": 1675240833216,
  "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-01T08:42:25.800Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.800Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-01T08:42:25.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.828Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240833609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240832934,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:42:25.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.830Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.830Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240833939,
  "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-01T08:42:25.837Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.837Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-01T08:42:25.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.856Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240838693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:42:25.856Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240838693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240841063,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240849180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:42:25.858Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240850192,
  "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-01T08:42:25.865Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 998dcb7a-3e71-4118-95a4-398a223d3445
2023-02-01T08:42:25.865Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 998dcb7a-3e71-4118-95a4-398a223d3445 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-01T08:42:34.747Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:42:34.785Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445
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-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:42:34.789Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:42:34.790Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:42:34.790Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:42:34.808Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:43:04.808Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 998dcb7a-3e71-4118-95a4-398a223d3445 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-01T08:43:04.816Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 998dcb7a-3e71-4118-95a4-398a223d3445 and serviceModelVersionId: 7a330a73-2bc1-4d28-8247-56975f7b137c
2023-02-01T08:43:04.816Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad1b86fd-6d0f-455b-8c41-71b12ef92403
2023-02-01T08:43:04.818Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0
2023-02-01T08:43:04.823Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:43:04.882Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|INFO|500||Invoke
2023-02-01T08:43:04.883Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[998dcb7a-3e71-4118-95a4-398a223d3445], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[89eae77e-e5ea-4a76-a2d2-e6f59afdfa3d], X-ECOMP-RequestID=[998dcb7a-3e71-4118-95a4-398a223d3445], X-TransactionId=[], X-ONAP-RequestID=[998dcb7a-3e71-4118-95a4-398a223d3445], Content-Type=[application/merge-patch+json]}
2023-02-01T08:43:04.928Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T08:43:05.045Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:43:04 GMT], content-length=[0], vertex-id=[192640], x-aai-txid=[0-aai-resources-230201-08:43:04:958-54758], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:43:05.045Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:43:05.046Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad1b86fd-6d0f-455b-8c41-71b12ef92403/model-vers/model-ver/7a330a73-2bc1-4d28-8247-56975f7b137c?depth=0|INFO|500||InvokeReturn
2023-02-01T08:43:05.046Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:43:05.047Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:43:05.053Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 998dcb7a-3e71-4118-95a4-398a223d3445 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:05.054Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:05.055Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240985054,
  "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-01T08:43:06.105Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:43:06.119Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T08:43:06.120Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"57f149ce-0b72-4dab-bd91-2a9682ffd0cd","serviceName":"Demo_pNF_SnclZ4PzYnhGKjkWZknD","serviceVersion":"1.0","serviceUUID":"2f61b715-cb08-436f-bcc7-d115abded0cb","serviceDescription":"catalog service description","serviceInvariantUUID":"d27c3f56-3554-4dca-9238-98156cd228c0","resources":[{"resourceInstanceName":"pNF 3e5e7e51-6297 0","resourceName":"pNF 3e5e7e51-6297","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8974f26b-77da-4f98-b414-a60b8b29a9df","resourceInvariantUUID":"1c41d83b-3841-466e-a996-1ce2f584afa5","resourceCustomizationUUID":"c05cfa7b-5245-4486-90ed-8497b1a2a0e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml","artifactChecksum":"ZjQ1YjU2MTQyMTE2OTQyNmE1MzAwMTFiMjAxMzg4MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aed1aae3-3ec6-463c-aaf0-a2e12a588311","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar","artifactChecksum":"NzNhYmI2MGVjNzUyMDVlNTM0MzUyYjAyZWI5ZWIzNTg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9eb0bbc2-c78d-43c4-8f72-57aedca1b5a7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"079caa90-b0c2-4238-9c70-b013eb674d24","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml","artifactChecksum":"MjZhYzhiNjJkYjQ1MTU0ZGM2N2Y0ZDA3M2UzMWYwODc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80e0260f-49f2-4d66-885d-aac9d3e7bd3e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0e2f08bf-e854-49ad-b6f4-2c145b1c401e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0f1b305-3aaa-4818-8c11-22a5049cd11f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml","artifactChecksum":"YjRmNTllOWJmZjU0MGUzYTBkZjFmNGQyMjgwM2I1M2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab4ed1b3-cea8-4ec3-a216-be59a9a35415","artifactVersion":"1"},{"artifactName":"service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar","artifactChecksum":"MGIxNzNiYTg5NDQzM2RjNDg3Zjk2Y2FhYjFhMTU0MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e1fca086-03ab-4159-9cd8-106b3b5e041e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:06.122Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:07.123Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:07.124Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:07.124Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:07.124Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:08.124Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:08.125Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:08.125Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:08.125Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:09.126Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:09.127Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:09.127Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:09.127Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:10.128Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:10.129Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:10.129Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:10.129Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:11.130Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:11.130Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:11.130Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:11.131Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:12.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:12.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:12.133Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:12.133Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:13.134Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:43:13.134Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:13.135Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:13.135Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:14.136Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "serviceName": "Demo_pNF_SnclZ4PzYnhGKjkWZknD",
  "serviceVersion": "1.0",
  "serviceUUID": "2f61b715-cb08-436f-bcc7-d115abded0cb",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d27c3f56-3554-4dca-9238-98156cd228c0",
  "resources": [
    {
      "resourceInstanceName": "pNF 3e5e7e51-6297 0",
      "resourceCustomizationUUID": "c05cfa7b-5245-4486-90ed-8497b1a2a0e7",
      "resourceName": "pNF 3e5e7e51-6297",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8974f26b-77da-4f98-b414-a60b8b29a9df",
      "resourceInvariantUUID": "1c41d83b-3841-466e-a996-1ce2f584afa5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
      "artifactChecksum": "MGIxNzNiYTg5NDQzM2RjNDg3Zjk2Y2FhYjFhMTU0MDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e1fca086-03ab-4159-9cd8-106b3b5e041e"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T08:43:14.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:43:14.136Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2f61b715-cb08-436f-bcc7-d115abded0cb ASDC
2023-02-01T08:43:14.137Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:57f149ce-0b72-4dab-bd91-2a9682ffd0cd
ServiceName:Demo_pNF_SnclZ4PzYnhGKjkWZknD
ServiceVersion:1.0
ServiceUUID:2f61b715-cb08-436f-bcc7-d115abded0cb
ServiceInvariantUUID:d27c3f56-3554-4dca-9238-98156cd228c0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
ArtifactUUID:e1fca086-03ab-4159-9cd8-106b3b5e041e
ArtifactChecksum:MGIxNzNiYTg5NDQzM2RjNDg3Zjk2Y2FhYjFhMTU0MDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3e5e7e51-6297 0
ResourceCustomizationUUID:c05cfa7b-5245-4486-90ed-8497b1a2a0e7
ResourceInvariantUUID:1c41d83b-3841-466e-a996-1ce2f584afa5
ResourceName:pNF 3e5e7e51-6297
ResourceType:PNF
ResourceUUID:8974f26b-77da-4f98-b414-a60b8b29a9df
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-01T08:43:14.137Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2f61b715-cb08-436f-bcc7-d115abded0cb 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-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:43:14.256Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1fca086-03ab-4159-9cd8-106b3b5e041e from URL: /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:14.257Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:43:14.257Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:14.328Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar e1fca086-03ab-4159-9cd8-106b3b5e041e 88020
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar ASDC sendASDCNotification
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:14.332Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:43:14.333Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:14.333Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:14.333Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240994332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:15.334Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:43:15.334Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:43:15.335Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e1fca086-03ab-4159-9cd8-106b3b5e041e, URL: /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar to file: /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.335Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.336Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.336Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:15.442Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13241643945921758080/Definitions/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml
2023-02-01T08:43:16.217Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:43:16.217Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:43:16.217Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3e5e7e51-6297 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-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.218Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Node template pNF 3e5e7e51-6297 0 is matching search criteria
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:43:16.219Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3e5e7e51-6297 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Node template pNF 3e5e7e51-6297 0 is matching search criteria
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 3e5e7e51-6297 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.220Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.221Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.222Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.222Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.222Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SnclZ4PzYnhGKjkWZknD
Description:catalog service description
Model UUID:2f61b715-cb08-436f-bcc7-d115abded0cb
Model Version:NULL
Model InvariantUuid:d27c3f56-3554-4dca-9238-98156cd228c0
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-01T08:43:16.246Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8974f26b-77da-4f98-b414-a60b8b29a9df
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-01T08:43:16.251Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||pNF 3e5e7e51-6297 0
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8974f26b-77da-4f98-b414-a60b8b29a9df
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2f61b715-cb08-436f-bcc7-d115abded0cb
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2f61b715-cb08-436f-bcc7-d115abded0cb
2023-02-01T08:43:16.252Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3e5e7e51-6297 0 8974f26b-77da-4f98-b414-a60b8b29a9df 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-01T08:43:16.264Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@684efe4c, org.onap.sdc.toscaparser.api.parameters.Input@7bebbd10, org.onap.sdc.toscaparser.api.parameters.Input@44f72b0, org.onap.sdc.toscaparser.api.parameters.Input@506e7dc9, org.onap.sdc.toscaparser.api.parameters.Input@4fcd5516]
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2f61b715-cb08-436f-bcc7-d115abded0cb: pNF 3e5e7e51-6297
2023-02-01T08:43:16.265Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Processing PNF resource: 8974f26b-77da-4f98-b414-a60b8b29a9df
2023-02-01T08:43:16.266Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:43:16.266Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_SnclZ4PzYnhGKjkWZknD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:43:16.266Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Resource customization UUID: c05cfa7b-5245-4486-90ed-8497b1a2a0e7 is the same as notified resource customizationUUID: c05cfa7b-5245-4486-90ed-8497b1a2a0e7
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-01T08:43:16.357Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3e5e7e51-6297 8974f26b-77da-4f98-b414-a60b8b29a9df 0 ASDC deployResourceStructure
2023-02-01T08:43:16.358Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar ASDC sendASDCNotification
2023-02-01T08:43:16.358Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar
2023-02-01T08:43:16.358Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:43:16.359Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:43:16.359Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:43:16.359Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240996358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:17.360Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
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-01T08:43:17.383Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
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-01T08:43:17.386Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:43:17.386Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T08:43:17.386Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T08:43:25.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:43:25.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.735Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.735Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.737Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.739Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.740Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.742Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.743Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.746Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.747Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.748Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240864218,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240870356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240834992,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240868692,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240861774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.751Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240895137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240894473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240897120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.752Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240895515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240883459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240896141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.754Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240898135,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-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-01T08:43:25.768Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
2023-02-01T08:43:25.768Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57f149ce-0b72-4dab-bd91-2a9682ffd0cd 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-01T08:43:25.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.778Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240895666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:25.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.779Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240895610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.779Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "policy-distribution",
  "timestamp": 1675240897143,
  "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-01T08:43:25.785Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
2023-02-01T08:43:25.785Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57f149ce-0b72-4dab-bd91-2a9682ffd0cd 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-01T08:43:25.800Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.800Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240896669,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:43:25.813Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
2023-02-01T08:43:25.813Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57f149ce-0b72-4dab-bd91-2a9682ffd0cd and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T08:43:25.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.824Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240897582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:25.825Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.825Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240898587,
  "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-01T08:43:25.831Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
2023-02-01T08:43:25.831Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57f149ce-0b72-4dab-bd91-2a9682ffd0cd 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-01T08:43:25.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.842Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.843Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.844Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.845Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.846Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.849Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.850Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240909163,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.852Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.852Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.852Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240910179,
  "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-01T08:43:25.858Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
2023-02-01T08:43:25.858Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 57f149ce-0b72-4dab-bd91-2a9682ffd0cd 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-01T08:43:25.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240897671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240898145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240899139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.874Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240895958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240911521,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.875Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240913302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240912585,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240912524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:25.876Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.877Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.877Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240914308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T08:43:25.904Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c824a10b-72bf-4409-858f-0eea259d1026
2023-02-01T08:43:25.905Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c824a10b-72bf-4409-858f-0eea259d1026 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-01T08:43:25.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.933Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240913663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.933Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.934Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "policy-distribution",
  "timestamp": 1675240913525,
  "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-01T08:43:25.943Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c824a10b-72bf-4409-858f-0eea259d1026
2023-02-01T08:43:25.943Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c824a10b-72bf-4409-858f-0eea259d1026 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-01T08:43:25.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240914768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240915877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.965Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.965Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240917167,
  "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-01T08:43:25.971Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c824a10b-72bf-4409-858f-0eea259d1026
2023-02-01T08:43:25.972Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c824a10b-72bf-4409-858f-0eea259d1026 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-01T08:43:25.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240918177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240911182,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240920326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240910737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240919188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240915311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.989Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240914526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240913459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240914526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240910737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.990Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240915311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240919188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240923575,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.991Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240915311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240914526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240910737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240919188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.992Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240910737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240914526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240915311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240919188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240926032,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240910737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240914526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240915311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:25.994Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.995Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240919188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-01T08:43:25.995Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:25.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:25.995Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240927035,
  "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-01T08:43:26.011Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c824a10b-72bf-4409-858f-0eea259d1026
2023-02-01T08:43:26.011Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c824a10b-72bf-4409-858f-0eea259d1026 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-01T08:43:26.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240910737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:26.025Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.025Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.025Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240914526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240915311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240919188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.026Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240914526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675240910737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240915311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.027Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240919188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240930323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240932105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240931379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240931327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:26.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.029Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675240933112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T08:43:26.053Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0469bca0-251f-464d-9d4c-f5bc56c63e4b
2023-02-01T08:43:26.053Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0469bca0-251f-464d-9d4c-f5bc56c63e4b 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-01T08:43:26.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.078Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240932649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:26.078Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.078Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.078Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "policy-distribution",
  "timestamp": 1675240932330,
  "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-01T08:43:26.087Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0469bca0-251f-464d-9d4c-f5bc56c63e4b
2023-02-01T08:43:26.088Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0469bca0-251f-464d-9d4c-f5bc56c63e4b 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-01T08:43:26.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.122Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240933774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:43:26.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.122Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240935102,
  "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-01T08:43:26.151Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0469bca0-251f-464d-9d4c-f5bc56c63e4b
2023-02-01T08:43:26.151Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0469bca0-251f-464d-9d4c-f5bc56c63e4b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-01T08:43:26.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675240936177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:26.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.179Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240943286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:43:26.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.180Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240944289,
  "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-01T08:43:26.197Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c824a10b-72bf-4409-858f-0eea259d1026
2023-02-01T08:43:26.197Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c824a10b-72bf-4409-858f-0eea259d1026 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-01T08:43:26.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.240Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240943459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:26.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:26.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-02-01T08:43:26.241Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240945293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:43:26.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:43:47.387Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
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-01T08:43:47.477Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 57f149ce-0b72-4dab-bd91-2a9682ffd0cd
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-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:43:47.483Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:43:47.484Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:43:47.484Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:43:47.484Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:43:47.492Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:44:17.492Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 57f149ce-0b72-4dab-bd91-2a9682ffd0cd 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-01T08:44:17.511Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 57f149ce-0b72-4dab-bd91-2a9682ffd0cd and serviceModelVersionId: 2f61b715-cb08-436f-bcc7-d115abded0cb
2023-02-01T08:44:17.511Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d27c3f56-3554-4dca-9238-98156cd228c0
2023-02-01T08:44:17.512Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0
2023-02-01T08:44:17.516Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:44:17.569Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0|INFO|500||Invoke
2023-02-01T08:44:17.570Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[57f149ce-0b72-4dab-bd91-2a9682ffd0cd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b014df2-7dc4-4687-a891-222e4918ab7e], X-ECOMP-RequestID=[57f149ce-0b72-4dab-bd91-2a9682ffd0cd], X-TransactionId=[], X-ONAP-RequestID=[57f149ce-0b72-4dab-bd91-2a9682ffd0cd], Content-Type=[application/merge-patch+json]}
2023-02-01T08:44:17.625Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T08:44:17.725Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:44:17 GMT], content-length=[0], vertex-id=[348248], x-aai-txid=[2-aai-resources-230201-08:44:17:643-24466], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:44:17.725Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:44:17.726Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d27c3f56-3554-4dca-9238-98156cd228c0/model-vers/model-ver/2f61b715-cb08-436f-bcc7-d115abded0cb?depth=0|INFO|500||InvokeReturn
2023-02-01T08:44:17.727Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:44:17.727Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:44:17.742Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T08:44:17.742Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 57f149ce-0b72-4dab-bd91-2a9682ffd0cd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:44:17.743Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:44:17.743Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:17.743Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:17.743Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241057742,
  "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-01T08:44:23.964Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T08:44:23.965Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"c824a10b-72bf-4409-858f-0eea259d1026","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"85f8fac2-3321-4afc-92ea-b65dc11f98d4","serviceDescription":"service","serviceInvariantUUID":"9bf186a1-4c70-4a06-ae47-db135e1fe74b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c865764-da42-4a7c-b744-dc36be44492c","resourceInvariantUUID":"54462f09-2add-4f69-895c-7bf5f8e0073b","resourceCustomizationUUID":"48f1c6a3-0513-463f-bec8-dc2e72f04565","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"ZDU5YTVmZGQ0MTZjODdiNjdiOTc1MWZjYThhMzRkMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6424e74e-c0ba-48e4-8e7c-b15742d70493","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70e52b28-eb75-4364-9b51-cc457481ebe7","artifactVersion":"2","generatedFromUUID":"acfd9122-cfe7-46f7-b5f5-e35eb21c13ae"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"acfd9122-cfe7-46f7-b5f5-e35eb21c13ae","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MTNjMTliZTBiMzg3MWVjMWFkMzA0MzY0MmM3NGFiZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a54d1ca-0f20-45f8-adc4-ac2a8d1aba36","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9d393e3e-f125-4ebf-8d2d-7760de4a3cfd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2052adc2-a2a8-41c1-97c7-e5f9cf216331","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b","artifactVersion":"2","generatedFromUUID":"9d393e3e-f125-4ebf-8d2d-7760de4a3cfd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWE0N2NkZDAyZjU3ZWI0NTdlOGE1NTExY2U0OTUwZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e9067888-28aa-4e5c-bcff-ba65960800ad","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmQ3YjQwOGIxZjBmNTI3YzY0YjA3ZjE1YmVjOTc1ZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1ae54aa0-0fb7-417c-aa93-a16e869da589","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:44:23.965Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:23.966Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:23.966Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:23.966Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:24.969Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:24.970Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:24.970Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:24.970Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240945293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240943459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240943459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240945293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240943459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240945293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240945293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240943459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240945293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240943459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240943459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240945293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:44:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240952470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:44:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240951399,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:44:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240953790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:44:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675240954809,
  "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-01T08:44:25.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0469bca0-251f-464d-9d4c-f5bc56c63e4b
2023-02-01T08:44:25.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0469bca0-251f-464d-9d4c-f5bc56c63e4b 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-01T08:44:25.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.797Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240970112,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:44:25.797Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.798Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1675240971116,
  "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-01T08:44:25.825Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0469bca0-251f-464d-9d4c-f5bc56c63e4b
2023-02-01T08:44:25.826Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0469bca0-251f-464d-9d4c-f5bc56c63e4b 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-01T08:44:25.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.875Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "998dcb7a-3e71-4118-95a4-398a223d3445",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240985054,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:44:25.875Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.876Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.876Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.877Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.877Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.878Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.878Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.879Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.879Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.880Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/resourceInstances/pnf3e5e7e5162970/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.881Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:44:25.881Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.881Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:44:25.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.882Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240994332,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:44:25.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:44:25.883Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240996358,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSnclz4pzynhgkjkwzknd/1.0/artifacts/service-DemoPnfSnclz4pzynhgkjkwzknd-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:44:25.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:44:25.971Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:25.971Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:25.972Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:25.972Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:26.972Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:26.973Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:26.973Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:26.973Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:27.974Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:27.974Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:27.974Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:27.975Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:28.975Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:28.976Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:28.976Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:28.976Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:29.977Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:29.977Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:29.977Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:29.977Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:30.978Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:30.979Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:30.979Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:30.979Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:31.980Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:44:31.980Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:31.981Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:31.981Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:32.983Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "85f8fac2-3321-4afc-92ea-b65dc11f98d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9bf186a1-4c70-4a06-ae47-db135e1fe74b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "48f1c6a3-0513-463f-bec8-dc2e72f04565",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c865764-da42-4a7c-b744-dc36be44492c",
      "resourceInvariantUUID": "54462f09-2add-4f69-895c-7bf5f8e0073b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "nginx_cloudtech_k8s_charts.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "70e52b28-eb75-4364-9b51-cc457481ebe7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "nginx_cloudtech_k8s_charts.tgz",
          "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
          "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "acfd9122-cfe7-46f7-b5f5-e35eb21c13ae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "basic_cnf0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
          "artifactChecksum": "MTNjMTliZTBiMzg3MWVjMWFkMzA0MzY0MmM3NGFiZjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6a54d1ca-0f20-45f8-adc4-ac2a8d1aba36",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
          "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9d393e3e-f125-4ebf-8d2d-7760de4a3cfd",
          "generatedArtifact": {
            "artifactName": "base_dummy.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
            "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b",
            "generatedFromUUID": "9d393e3e-f125-4ebf-8d2d-7760de4a3cfd"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_dummy.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
          "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YmQ3YjQwOGIxZjBmNTI3YzY0YjA3ZjE1YmVjOTc1ZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1ae54aa0-0fb7-417c-aa93-a16e869da589"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T08:44:32.983Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:44:32.983Z|57f149ce-0b72-4dab-bd91-2a9682ffd0cd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 85f8fac2-3321-4afc-92ea-b65dc11f98d4 ASDC
2023-02-01T08:44:32.983Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c824a10b-72bf-4409-858f-0eea259d1026
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:85f8fac2-3321-4afc-92ea-b65dc11f98d4
ServiceInvariantUUID:9bf186a1-4c70-4a06-ae47-db135e1fe74b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
ArtifactUUID:1ae54aa0-0fb7-417c-aa93-a16e869da589
ArtifactChecksum:YmQ3YjQwOGIxZjBmNTI3YzY0YjA3ZjE1YmVjOTc1ZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:48f1c6a3-0513-463f-bec8-dc2e72f04565
ResourceInvariantUUID:54462f09-2add-4f69-895c-7bf5f8e0073b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:6c865764-da42-4a7c-b744-dc36be44492c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
ArtifactUUID:70e52b28-eb75-4364-9b51-cc457481ebe7
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:nginx_cloudtech_k8s_charts.tgz
ArtifactVersion:1
ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
ArtifactUUID:acfd9122-cfe7-46f7-b5f5-e35eb21c13ae
ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:basic_cnf0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
ArtifactUUID:6a54d1ca-0f20-45f8-adc4-ac2a8d1aba36
ArtifactChecksum:MTNjMTliZTBiMzg3MWVjMWFkMzA0MzY0MmM3NGFiZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
ArtifactUUID:9d393e3e-f125-4ebf-8d2d-7760de4a3cfd
ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_dummy.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
ArtifactUUID:c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-01T08:44:32.984Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85f8fac2-3321-4afc-92ea-b65dc11f98d4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T08:44:33.125Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:44:33.126Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:44:33.126Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:44:33.126Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1ae54aa0-0fb7-417c-aa93-a16e869da589 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-01T08:44:33.126Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:44:33.126Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-01T08:44:33.192Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:44:33.196Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1ae54aa0-0fb7-417c-aa93-a16e869da589 73999
2023-02-01T08:44:33.196Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-01T08:44:33.196Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-01T08:44:33.196Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:44:33.197Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:33.197Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:33.197Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241073196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:34.200Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:44:34.200Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:44:34.201Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 1ae54aa0-0fb7-417c-aa93-a16e869da589, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:34.201Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-02-01T08:44:34.201Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:34.201Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:34.354Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9344116908357985886/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-02-01T08:44:35.452Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:44:35.452Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:44:35.452Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:35.452Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:35.453Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:35.454Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:44:35.454Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:44:35.454Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.454Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:35.454Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:35.454Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:44:35.454Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T08:44:35.455Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.456Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:44:35.456Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.456Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:35.456Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:44:35.456Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.456Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-01T08:44:35.457Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=52e15873-a966-4645-bb77-6e30b591bcc5
2023-02-01T08:44:35.458Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.458Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:35.458Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.458Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:35.458Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.458Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:35.459Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:35.459Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:35.459Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:85f8fac2-3321-4afc-92ea-b65dc11f98d4
Model Version:NULL
Model InvariantUuid:9bf186a1-4c70-4a06-ae47-db135e1fe74b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f031f20f-5a72-4d5a-aa51-3c55e74f2b86
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:54462f09-2add-4f69-895c-7bf5f8e0073b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:48f1c6a3-0513-463f-bec8-dc2e72f04565
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:05843e03-8061-4f17-8578-98b3b6e64b3b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:73d68989-5d4a-43e2-a858-8731efb70537
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52e15873-a966-4645-bb77-6e30b591bcc5
ModelInvariantUuid:e45fab6a-bd2b-4bbd-bd50-6de42b488320
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:6553ba71-a485-4fe1-bdba-06979e84a8dc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:86d2bff3-7db1-401d-a536-58fb7d4df63d
ModelInvariantUuid:11d8618f-681f-48ed-a7b7-eff48a8f92ac
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:54c91687-7ece-4056-818b-e23a024d02f9
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-01T08:44:35.496Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c865764-da42-4a7c-b744-dc36be44492c
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-01T08:44:35.499Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||basic_cnf 0
2023-02-01T08:44:35.499Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c865764-da42-4a7c-b744-dc36be44492c
2023-02-01T08:44:35.500Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 70e52b28-eb75-4364-9b51-cc457481ebe7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-01T08:44:35.500Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:44:35.500Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-01T08:44:35.550Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:44:35.551Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 70e52b28-eb75-4364-9b51-cc457481ebe7 12
2023-02-01T08:44:35.551Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-01T08:44:35.551Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-02-01T08:44:35.551Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:44:35.551Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:35.551Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:35.551Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241075551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:36.552Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: acfd9122-cfe7-46f7-b5f5-e35eb21c13ae from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-01T08:44:36.553Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:44:36.553Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-01T08:44:36.600Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:44:36.600Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz acfd9122-cfe7-46f7-b5f5-e35eb21c13ae 2688
2023-02-01T08:44:36.600Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-01T08:44:36.601Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-02-01T08:44:36.601Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:44:36.601Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:36.601Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:36.601Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241076600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:37.602Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6a54d1ca-0f20-45f8-adc4-ac2a8d1aba36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-01T08:44:37.602Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:44:37.603Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-01T08:44:37.645Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:44:37.646Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6a54d1ca-0f20-45f8-adc4-ac2a8d1aba36 828
2023-02-01T08:44:37.646Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-01T08:44:37.646Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-01T08:44:37.647Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:44:37.647Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:37.647Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:37.647Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241077646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:38.648Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "05843e03-8061-4f17-8578-98b3b6e64b3b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73d68989-5d4a-43e2-a858-8731efb70537",
    "vfModuleModelCustomizationUUID": "59ddc4a6-9c9a-4be6-8e58-accc0b7fa84e",
    "isBase": true,
    "artifacts": [
      "9d393e3e-f125-4ebf-8d2d-7760de4a3cfd",
      "acfd9122-cfe7-46f7-b5f5-e35eb21c13ae",
      "c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T08:44:38.653Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73d68989-5d4a-43e2-a858-8731efb70537
VfModuleModelInvariantUUID:05843e03-8061-4f17-8578-98b3b6e64b3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d393e3e-f125-4ebf-8d2d-7760de4a3cfd
,
acfd9122-cfe7-46f7-b5f5-e35eb21c13ae
,
c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T08:44:38.654Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "05843e03-8061-4f17-8578-98b3b6e64b3b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73d68989-5d4a-43e2-a858-8731efb70537",
    "vfModuleModelCustomizationUUID": "59ddc4a6-9c9a-4be6-8e58-accc0b7fa84e",
    "isBase": true,
    "artifacts": [
      "9d393e3e-f125-4ebf-8d2d-7760de4a3cfd",
      "acfd9122-cfe7-46f7-b5f5-e35eb21c13ae",
      "c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T08:44:38.655Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73d68989-5d4a-43e2-a858-8731efb70537
VfModuleModelInvariantUUID:05843e03-8061-4f17-8578-98b3b6e64b3b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9d393e3e-f125-4ebf-8d2d-7760de4a3cfd
,
acfd9122-cfe7-46f7-b5f5-e35eb21c13ae
,
c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T08:44:38.655Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9d393e3e-f125-4ebf-8d2d-7760de4a3cfd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-01T08:44:38.655Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:44:38.656Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-01T08:44:38.701Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:44:38.701Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9d393e3e-f125-4ebf-8d2d-7760de4a3cfd 1164
2023-02-01T08:44:38.702Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-01T08:44:38.702Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-01T08:44:38.702Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:44:38.703Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:38.703Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:38.703Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241078702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:39.705Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-01T08:44:39.705Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:44:39.705Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-01T08:44:39.750Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:44:39.751Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c845fcd6-cd63-4f31-85b9-e4da3d9e4e2b 200
2023-02-01T08:44:39.751Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-01T08:44:39.752Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-01T08:44:39.752Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:44:39.752Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:39.752Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:39.753Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241079751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:40.755Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 85f8fac2-3321-4afc-92ea-b65dc11f98d4
2023-02-01T08:44:40.755Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6c865764-da42-4a7c-b744-dc36be44492c ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2023-02-01T08:44:40.805Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:44:40.819Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@11ef93f5, org.onap.sdc.toscaparser.api.parameters.Input@77492b2c, org.onap.sdc.toscaparser.api.parameters.Input@30ca7317, org.onap.sdc.toscaparser.api.parameters.Input@44aabbfe, org.onap.sdc.toscaparser.api.parameters.Input@29b7f8a5]
2023-02-01T08:44:40.820Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.820Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.821Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-01T08:44:40.821Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 48f1c6a3-0513-463f-bec8-dc2e72f04565
2023-02-01T08:44:40.821Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 48f1c6a3-0513-463f-bec8-dc2e72f04565 matches Tosca VF Customization UUID: 48f1c6a3-0513-463f-bec8-dc2e72f04565
2023-02-01T08:44:40.821Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 48f1c6a3-0513-463f-bec8-dc2e72f04565  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-01T08:44:40.825Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.825Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.826Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 48f1c6a3-0513-463f-bec8-dc2e72f04565: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T08:44:40.826Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@654c1deb
2023-02-01T08:44:40.826Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.826Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:44:40.826Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59ddc4a6-9c9a-4be6-8e58-accc0b7fa84e
2023-02-01T08:44:40.827Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59ddc4a6-9c9a-4be6-8e58-accc0b7fa84e
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-01T08:44:40.830Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.830Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:40.831Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:44:40.831Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.831Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:40.831Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:44:40.832Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.832Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-02-01T08:44:40.832Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-02-01T08:44:40.832Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=52e15873-a966-4645-bb77-6e30b591bcc5
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-01T08:44:40.836Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.836Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:40.836Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:44:40.837Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.837Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-02-01T08:44:40.837Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=48f1c6a3-0513-463f-bec8-dc2e72f04565
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-01T08:44:40.839Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.839Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.840Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 85f8fac2-3321-4afc-92ea-b65dc11f98d4: basic_cnf
2023-02-01T08:44:40.840Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.840Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.840Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.840Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.841Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.841Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.841Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.841Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.842Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:44:40.842Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:44:40.842Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T08:44:41.040Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6c865764-da42-4a7c-b744-dc36be44492c 1 ASDC deployResourceStructure
2023-02-01T08:44:41.041Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-02-01T08:44:41.041Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-02-01T08:44:41.041Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-01T08:44:41.042Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:41.042Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:41.042Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241081040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:42.043Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-02-01T08:44:42.043Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-01T08:44:42.043Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-01T08:44:42.044Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:42.044Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:42.044Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241082043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:43.045Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-02-01T08:44:43.045Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-02-01T08:44:43.045Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:44:43.045Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:43.045Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:43.045Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241083045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:44.046Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-02-01T08:44:44.046Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-02-01T08:44:44.047Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:44:44.047Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:44.047Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:44.047Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241084046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:45.048Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-02-01T08:44:45.049Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-02-01T08:44:45.049Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:44:45.049Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:45.049Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:45.050Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241085048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:46.053Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-02-01T08:44:46.053Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-02-01T08:44:46.053Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:44:46.054Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:44:46.054Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:44:46.054Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241086053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:44:47.056Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c824a10b-72bf-4409-858f-0eea259d1026
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-01T08:44:47.073Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c824a10b-72bf-4409-858f-0eea259d1026
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-01T08:44:47.076Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:44:47.076Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:44:47.076Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:44:47.076Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:44:47.076Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:44:47.076Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:44:47.077Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:44:47.077Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:44:47.077Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:44:47.077Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:44:47.096Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:45:17.096Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c824a10b-72bf-4409-858f-0eea259d1026 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-01T08:45:17.121Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c824a10b-72bf-4409-858f-0eea259d1026 and serviceModelVersionId: 85f8fac2-3321-4afc-92ea-b65dc11f98d4
2023-02-01T08:45:17.121Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9bf186a1-4c70-4a06-ae47-db135e1fe74b
2023-02-01T08:45:17.121Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9bf186a1-4c70-4a06-ae47-db135e1fe74b/model-vers/model-ver/85f8fac2-3321-4afc-92ea-b65dc11f98d4?depth=0
2023-02-01T08:45:17.125Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:45:17.168Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf186a1-4c70-4a06-ae47-db135e1fe74b/model-vers/model-ver/85f8fac2-3321-4afc-92ea-b65dc11f98d4?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-01T08:45:17.179Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf186a1-4c70-4a06-ae47-db135e1fe74b/model-vers/model-ver/85f8fac2-3321-4afc-92ea-b65dc11f98d4?depth=0|INFO|500||Invoke
2023-02-01T08:45:17.229Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf186a1-4c70-4a06-ae47-db135e1fe74b/model-vers/model-ver/85f8fac2-3321-4afc-92ea-b65dc11f98d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T08:45:17.331Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf186a1-4c70-4a06-ae47-db135e1fe74b/model-vers/model-ver/85f8fac2-3321-4afc-92ea-b65dc11f98d4?depth=0|INFO|500||InvokeReturn
2023-02-01T08:45:17.332Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf186a1-4c70-4a06-ae47-db135e1fe74b/model-vers/model-ver/85f8fac2-3321-4afc-92ea-b65dc11f98d4?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:45:17 GMT], content-length=[0], vertex-id=[368728], x-aai-txid=[1-aai-resources-230201-08:45:17:250-30540], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:45:17.332Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:45:17.333Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:45:17.333Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:45:17.342Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T08:45:17.343Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c824a10b-72bf-4409-858f-0eea259d1026 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:45:17.343Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:45:17.343Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:17.343Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:17.344Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241117343,
  "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-01T08:45:18.363Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T08:45:18.363Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"0469bca0-251f-464d-9d4c-f5bc56c63e4b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c8964d41-9d1e-49af-a949-cf3451dbfdd0","serviceDescription":"service","serviceInvariantUUID":"c14382e3-4968-4c82-9897-59e57ba7321b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b522bdd2-52d4-4fb4-8ccd-dd2ba0ee2696","resourceInvariantUUID":"e210fd75-1555-4fb6-910e-c87b1fce23d4","resourceCustomizationUUID":"f86dc84d-90e7-4bb8-a716-fb23f29a184e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MWVkNGYyZjEyNzdjYzY0MGJiNWZjODQwMDI5NGMyMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0a13f996-47e4-4c90-be8b-be4e5904b1d0","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"YzY2NzVhOGJjOGE3NjBhNGQzMGJiNTQzZmZhMmMyYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bca20463-914b-4606-be24-5bcffff0d1b5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b4a9a741-6430-4e09-8e0c-7fc24f6723a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a5075b9-6fa9-4519-b3cd-e416e70e7725","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a61a28d-d866-45f1-9087-94ee5b99b255","artifactVersion":"2","generatedFromUUID":"b4a9a741-6430-4e09-8e0c-7fc24f6723a2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWI0OTZiODlmN2ZlZjRkY2E1ZjI3NWI0M2I1NTU1MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"907afdbc-e216-4f12-a8f8-434a971ac3d2","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTQxYTNiZjQyY2U5NGE3YjYyZTliMjlkNjAwMTZlZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ce69378-a397-4340-a547-7bdc57296bb5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T08:45:18.363Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:45:18.364Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:18.364Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:18.364Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:19.365Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:45:19.365Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:19.365Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:19.365Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:20.366Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:45:20.366Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:20.367Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:20.367Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:21.367Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:45:21.368Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:21.368Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:21.368Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:22.369Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:45:22.369Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:22.370Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:22.370Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:23.371Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:45:23.371Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:23.371Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:23.371Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:24.372Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T08:45:24.372Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:24.373Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:24.373Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:25.374Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "c8964d41-9d1e-49af-a949-cf3451dbfdd0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c14382e3-4968-4c82-9897-59e57ba7321b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f86dc84d-90e7-4bb8-a716-fb23f29a184e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b522bdd2-52d4-4fb4-8ccd-dd2ba0ee2696",
      "resourceInvariantUUID": "e210fd75-1555-4fb6-910e-c87b1fce23d4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "YzY2NzVhOGJjOGE3NjBhNGQzMGJiNTQzZmZhMmMyYWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bca20463-914b-4606-be24-5bcffff0d1b5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b4a9a741-6430-4e09-8e0c-7fc24f6723a2",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3a61a28d-d866-45f1-9087-94ee5b99b255",
            "generatedFromUUID": "b4a9a741-6430-4e09-8e0c-7fc24f6723a2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3a61a28d-d866-45f1-9087-94ee5b99b255",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YTQxYTNiZjQyY2U5NGE3YjYyZTliMjlkNjAwMTZlZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ce69378-a397-4340-a547-7bdc57296bb5"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T08:45:25.374Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T08:45:25.374Z|c824a10b-72bf-4409-858f-0eea259d1026|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8964d41-9d1e-49af-a949-cf3451dbfdd0 ASDC
2023-02-01T08:45:25.375Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:0469bca0-251f-464d-9d4c-f5bc56c63e4b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:c8964d41-9d1e-49af-a949-cf3451dbfdd0
ServiceInvariantUUID:c14382e3-4968-4c82-9897-59e57ba7321b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:5ce69378-a397-4340-a547-7bdc57296bb5
ArtifactChecksum:YTQxYTNiZjQyY2U5NGE3YjYyZTliMjlkNjAwMTZlZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f86dc84d-90e7-4bb8-a716-fb23f29a184e
ResourceInvariantUUID:e210fd75-1555-4fb6-910e-c87b1fce23d4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b522bdd2-52d4-4fb4-8ccd-dd2ba0ee2696
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:bca20463-914b-4606-be24-5bcffff0d1b5
ArtifactChecksum:YzY2NzVhOGJjOGE3NjBhNGQzMGJiNTQzZmZhMmMyYWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:b4a9a741-6430-4e09-8e0c-7fc24f6723a2
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3a61a28d-d866-45f1-9087-94ee5b99b255
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:3a61a28d-d866-45f1-9087-94ee5b99b255
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-01T08:45:25.375Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8964d41-9d1e-49af-a949-cf3451dbfdd0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T08:45:25.447Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:45:25.448Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:45:25.449Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:45:25.449Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ce69378-a397-4340-a547-7bdc57296bb5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-01T08:45:25.449Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:45:25.449Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-01T08:45:25.588Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:45:25.592Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5ce69378-a397-4340-a547-7bdc57296bb5 75198
2023-02-01T08:45:25.592Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-01T08:45:25.592Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-01T08:45:25.592Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:45:25.593Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:25.593Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:25.593Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241125592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:45:25.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "57f149ce-0b72-4dab-bd91-2a9682ffd0cd",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241057742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:45:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:45:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:45:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:45:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:45:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:45:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-02-01T08:45:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:45:26.594Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T08:45:26.595Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T08:45:26.595Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5ce69378-a397-4340-a547-7bdc57296bb5, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:26.595Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-02-01T08:45:26.596Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:26.596Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:26.704Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16654353288301291719/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-01T08:45:27.849Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T08:45:27.850Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:45:27.850Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.850Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T08:45:27.850Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.850Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.850Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.851Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.851Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.851Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.851Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-02-01T08:45:27.851Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T08:45:27.852Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.852Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:27.852Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:27.852Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:45:27.853Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:45:27.853Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.853Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:27.853Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:27.853Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T08:45:27.854Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T08:45:27.854Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.854Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:27.854Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.855Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-01T08:45:27.855Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-01T08:45:27.855Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-01T08:45:27.855Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-01T08:45:27.855Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-01T08:45:27.856Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T08:45:27.856Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.856Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:45:27.856Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.856Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:27.857Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:45:27.857Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.857Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:27.857Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:45:27.858Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.858Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:27.858Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:45:27.858Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.858Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-01T08:45:27.859Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-01T08:45:27.859Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-01T08:45:27.859Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39f37b35-1d99-4d67-974f-00a1c88f8394
2023-02-01T08:45:27.859Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.859Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:27.860Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.860Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:27.860Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.860Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:27.861Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:27.861Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:27.861Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:c8964d41-9d1e-49af-a949-cf3451dbfdd0
Model Version:NULL
Model InvariantUuid:c14382e3-4968-4c82-9897-59e57ba7321b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:327ea9a1-f807-4298-81bb-4640f6ab9c8f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e210fd75-1555-4fb6-910e-c87b1fce23d4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f86dc84d-90e7-4bb8-a716-fb23f29a184e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66eb22e1-5e0c-482a-95d1-37c21c6b793d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:3cf38cfe-0135-4d16-be74-cbafe52ec139
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:39f37b35-1d99-4d67-974f-00a1c88f8394
ModelInvariantUuid:d315c95b-76cd-4658-ae77-81c919d48c39
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9a08d3fe-5867-43b7-a11d-5a4a665757ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a2cbb3ed-a2be-4b9a-b0a9-bb9cead22607
ModelInvariantUuid:77993b49-e72b-4bd7-bacc-ca1d94338d1d
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:27255498-c7de-434a-b62a-fb3ae6f27cfe
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-01T08:45:27.881Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b522bdd2-52d4-4fb4-8ccd-dd2ba0ee2696
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-01T08:45:27.887Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||basic_vm 0
2023-02-01T08:45:27.887Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b522bdd2-52d4-4fb4-8ccd-dd2ba0ee2696
2023-02-01T08:45:27.888Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bca20463-914b-4606-be24-5bcffff0d1b5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-01T08:45:27.888Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:45:27.888Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-01T08:45:27.933Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:45:27.934Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bca20463-914b-4606-be24-5bcffff0d1b5 787
2023-02-01T08:45:27.934Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-01T08:45:27.934Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-01T08:45:27.935Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:45:27.935Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:27.935Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:27.935Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241127934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:28.936Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66eb22e1-5e0c-482a-95d1-37c21c6b793d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3cf38cfe-0135-4d16-be74-cbafe52ec139",
    "vfModuleModelCustomizationUUID": "5dd795f5-a4e2-4eac-98a2-2661389bc60e",
    "isBase": true,
    "artifacts": [
      "b4a9a741-6430-4e09-8e0c-7fc24f6723a2",
      "3a61a28d-d866-45f1-9087-94ee5b99b255"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T08:45:28.939Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3cf38cfe-0135-4d16-be74-cbafe52ec139
VfModuleModelInvariantUUID:66eb22e1-5e0c-482a-95d1-37c21c6b793d
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4a9a741-6430-4e09-8e0c-7fc24f6723a2
,
3a61a28d-d866-45f1-9087-94ee5b99b255

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T08:45:28.942Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "66eb22e1-5e0c-482a-95d1-37c21c6b793d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3cf38cfe-0135-4d16-be74-cbafe52ec139",
    "vfModuleModelCustomizationUUID": "5dd795f5-a4e2-4eac-98a2-2661389bc60e",
    "isBase": true,
    "artifacts": [
      "b4a9a741-6430-4e09-8e0c-7fc24f6723a2",
      "3a61a28d-d866-45f1-9087-94ee5b99b255"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T08:45:28.942Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3cf38cfe-0135-4d16-be74-cbafe52ec139
VfModuleModelInvariantUUID:66eb22e1-5e0c-482a-95d1-37c21c6b793d
VfModuleModelDescription:NULL
Artifacts UUID List:{
b4a9a741-6430-4e09-8e0c-7fc24f6723a2
,
3a61a28d-d866-45f1-9087-94ee5b99b255

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T08:45:28.942Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b4a9a741-6430-4e09-8e0c-7fc24f6723a2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-01T08:45:28.942Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:45:28.942Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-01T08:45:28.999Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:45:29.000Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b4a9a741-6430-4e09-8e0c-7fc24f6723a2 5033
2023-02-01T08:45:29.001Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-01T08:45:29.001Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-01T08:45:29.001Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:45:29.001Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:29.001Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:29.002Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241129000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:30.002Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3a61a28d-d866-45f1-9087-94ee5b99b255 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-01T08:45:30.004Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T08:45:30.005Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-01T08:45:30.087Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T08:45:30.088Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3a61a28d-d866-45f1-9087-94ee5b99b255 903
2023-02-01T08:45:30.088Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-01T08:45:30.088Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-01T08:45:30.088Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T08:45:30.088Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:30.088Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:30.089Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241130088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:31.089Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c8964d41-9d1e-49af-a949-cf3451dbfdd0
2023-02-01T08:45:31.089Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b522bdd2-52d4-4fb4-8ccd-dd2ba0ee2696 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:45:31.133Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12776927, org.onap.sdc.toscaparser.api.parameters.Input@1116b598, org.onap.sdc.toscaparser.api.parameters.Input@6e37e97, org.onap.sdc.toscaparser.api.parameters.Input@15b2757e, org.onap.sdc.toscaparser.api.parameters.Input@3ca508be]
2023-02-01T08:45:31.134Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.134Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.135Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-01T08:45:31.135Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= f86dc84d-90e7-4bb8-a716-fb23f29a184e
2023-02-01T08:45:31.135Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f86dc84d-90e7-4bb8-a716-fb23f29a184e matches Tosca VF Customization UUID: f86dc84d-90e7-4bb8-a716-fb23f29a184e
2023-02-01T08:45:31.135Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: f86dc84d-90e7-4bb8-a716-fb23f29a184e  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-01T08:45:31.138Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.138Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.139Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id f86dc84d-90e7-4bb8-a716-fb23f29a184e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-02-01T08:45:31.139Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32e8edc
2023-02-01T08:45:31.139Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.140Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T08:45:31.140Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5dd795f5-a4e2-4eac-98a2-2661389bc60e
2023-02-01T08:45:31.140Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5dd795f5-a4e2-4eac-98a2-2661389bc60e
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-01T08:45:31.144Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.144Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:31.144Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:45:31.144Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.145Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:31.145Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:45:31.145Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.145Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-02-01T08:45:31.145Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-01T08:45:31.145Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-01T08:45:31.145Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=39f37b35-1d99-4d67-974f-00a1c88f8394
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-01T08:45:31.148Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.148Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:31.148Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T08:45:31.151Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.151Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-02-01T08:45:31.151Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f86dc84d-90e7-4bb8-a716-fb23f29a184e
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-01T08:45:31.153Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.154Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.154Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c8964d41-9d1e-49af-a949-cf3451dbfdd0: basic_vm
2023-02-01T08:45:31.154Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.154Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.154Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.154Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.154Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.155Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.155Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.155Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.155Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T08:45:31.155Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T08:45:31.155Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T08:45:31.354Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b522bdd2-52d4-4fb4-8ccd-dd2ba0ee2696 1 ASDC deployResourceStructure
2023-02-01T08:45:31.355Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-02-01T08:45:31.355Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-02-01T08:45:31.355Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:45:31.356Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:31.356Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:31.356Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241131355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:32.357Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-01T08:45:32.358Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-02-01T08:45:32.358Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:45:32.358Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:32.359Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:32.359Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241132357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:33.360Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-01T08:45:33.360Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-02-01T08:45:33.361Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:45:33.361Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:33.362Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:33.362Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241133360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:34.363Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-02-01T08:45:34.364Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-02-01T08:45:34.364Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T08:45:34.364Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:45:34.365Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:45:34.365Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241134363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:45:35.366Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0469bca0-251f-464d-9d4c-f5bc56c63e4b
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-01T08:45:35.382Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0469bca0-251f-464d-9d4c-f5bc56c63e4b
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-01T08:45:35.384Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T08:45:35.385Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T08:45:35.385Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T08:45:35.385Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T08:45:35.385Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:45:35.385Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:45:35.386Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:45:35.386Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:45:35.386Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T08:45:35.386Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T08:45:35.393Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T08:46:05.393Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0469bca0-251f-464d-9d4c-f5bc56c63e4b 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-01T08:46:05.417Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0469bca0-251f-464d-9d4c-f5bc56c63e4b and serviceModelVersionId: c8964d41-9d1e-49af-a949-cf3451dbfdd0
2023-02-01T08:46:05.417Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c14382e3-4968-4c82-9897-59e57ba7321b
2023-02-01T08:46:05.417Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0
2023-02-01T08:46:05.421Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T08:46:05.467Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0|INFO|500||Invoke
2023-02-01T08:46:05.468Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0469bca0-251f-464d-9d4c-f5bc56c63e4b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6707d205-c1ff-404c-9e20-ea700888921e], X-ECOMP-RequestID=[0469bca0-251f-464d-9d4c-f5bc56c63e4b], X-TransactionId=[], X-ONAP-RequestID=[0469bca0-251f-464d-9d4c-f5bc56c63e4b], Content-Type=[application/merge-patch+json]}
2023-02-01T08:46:05.500Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T08:46:05.594Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 08:46:05 GMT], content-length=[0], vertex-id=[204952], x-aai-txid=[1-aai-resources-230201-08:46:05:508-77468], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T08:46:05.595Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T08:46:05.596Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c14382e3-4968-4c82-9897-59e57ba7321b/model-vers/model-ver/c8964d41-9d1e-49af-a949-cf3451dbfdd0?depth=0|INFO|500||InvokeReturn
2023-02-01T08:46:05.596Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T08:46:05.596Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T08:46:05.602Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T08:46:05.602Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0469bca0-251f-464d-9d4c-f5bc56c63e4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T08:46:05.603Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T08:46:05.603Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T08:46:05.603Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T08:46:05.603Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241165603,
  "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-01T08:46:06.686Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:46:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:46:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241073196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241075551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:46:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241076600,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241077646,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241078702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.734Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241079751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241081040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241082043,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241083045,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241084046,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T08:46:25.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241085048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241086053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "c824a10b-72bf-4409-858f-0eea259d1026",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241117343,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.736Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T08:46:25.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.738Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675240986105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T08:46:25.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:46:25.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:46:25.739Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241125592,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:46:25.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:06.687Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:47:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:47:25.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.730Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241127934,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:47:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:25.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.731Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241129000,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:47:25.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241130088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241131355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241132357,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.732Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241133360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-01T08:47:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241134363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T08:47:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:47:25.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-02-01T08:47:25.733Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "0469bca0-251f-464d-9d4c-f5bc56c63e4b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675241165603,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T08:47:25.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T08:48:06.688Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:48:25.728Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:49:06.689Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:49:25.729Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:50:06.690Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:50:25.730Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:51:06.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:51:25.730Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:52:06.693Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:52:25.731Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:53:06.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:53:25.731Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:54:06.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:54:25.732Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:55:06.695Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:55:25.734Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:56:06.696Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:56:25.735Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:57:06.697Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:57:25.737Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:58:06.698Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:58:25.738Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T08:59:06.699Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T08:59:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:00:06.701Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:00:25.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:01:06.702Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:01:25.746Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:02:06.704Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:02:25.746Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:03:06.708Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:03:25.746Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:04:06.708Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:04:25.747Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:05:06.710Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:05:25.749Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:06:06.710Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:06:25.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:07:06.712Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:07:25.750Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:08:06.712Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:08:25.752Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:09:06.714Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:09:25.752Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:10:06.715Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:10:25.754Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:11:06.716Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:11:25.755Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:12:06.716Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:12:25.757Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:13:06.718Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:13:25.757Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:14:06.719Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:14:25.758Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:15:06.720Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:15:25.758Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:16:06.721Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:16:25.759Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:17:06.723Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:17:25.760Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:18:06.723Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:18:25.762Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:19:06.724Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:19:25.762Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:20:06.725Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:20:25.762Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:21:06.726Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:21:25.764Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:22:06.727Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:22:25.765Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:23:06.729Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:23:25.766Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:24:06.729Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:24:25.766Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:25:06.729Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:25:25.767Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:26:06.731Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:26:25.767Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:27:06.731Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:27:25.768Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:28:06.733Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:28:25.771Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:29:06.734Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:29:25.772Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:30:06.736Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:30:25.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:31:06.736Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:31:25.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:32:06.736Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:32:25.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:33:06.738Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:33:25.777Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:34:06.739Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:34:25.777Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:35:06.740Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:35:25.778Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:36:06.741Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:36:25.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:37:06.742Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:37:25.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:06.743Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:38:25.782Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:35.374Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T09:38:35.375Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"223c6b31-db26-4426-83ea-bb8a2691851e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"24156c20-135f-42a0-a6aa-6c0e8ac5c8cd","serviceDescription":"service","serviceInvariantUUID":"88e52427-9ea4-4732-b1e1-47eac71b98f0","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f33bbb67-36f5-43df-99f5-3eca570310de","resourceInvariantUUID":"c6c0a97f-972a-4146-b318-a66fafe9f1d6","resourceCustomizationUUID":"74cf52f6-fc3b-4e6a-821b-51889a731180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"OWY1ZGEwODUwYzk4NTJkOWRkNTI3NTRmZjlmMDc1MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b34e3940-f3b6-404b-a899-9bb37b10c089","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"ZTE5M2ExZGM3MWIwMWU5ODExZjNhYmMzNGIwNDg4NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"971852df-87f1-4f65-b182-a4629d61dd6d","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c16b5813-ccf3-41c3-ac0b-e3c475a50dab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f0ae3574-6e56-4f86-ae8c-0a63b5512865","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0dd8a7f6-2d7b-4c54-bee2-46ccbb300325","artifactVersion":"2","generatedFromUUID":"cf32e107-bcdf-49ce-955e-99ec200cd059"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3203992a-3dbe-46c0-8304-2ca866fbb62e","artifactVersion":"2","generatedFromUUID":"c16b5813-ccf3-41c3-ac0b-e3c475a50dab"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cf32e107-bcdf-49ce-955e-99ec200cd059","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"28d90467-1164-43f2-88a5-c41527f13b98","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZWJiZjE1ODU5NTk1NGUwYTVjODQ3NzgxMDBkZDc3OGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f8e6667-4220-4ac8-8785-241163f896cd","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Yjk3Y2MxYTgxY2M0NDk2MTY4NDdmYjU3Y2I3MzRiZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cf7c5cbb-43f9-400c-ab70-0fe5665253f2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T09:38:35.379Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:35.379Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:35.380Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:35.380Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:35.441Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T09:38:35.442Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T09:38:35.442Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T09:38:35.442Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T09:38:35.442Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T09:38:35.443Z||kafka-producer-network-thread | SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-3bf1364a-d7bd-4a56-b91c-91e36ea91f98] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to Jv8pgyIvQjm-cDeaOFsVcg
2023-02-01T09:38:35.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:38:35.571Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:38:35.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:38:36.446Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:36.446Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:36.446Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:36.447Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:37.449Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:37.450Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:37.450Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:37.450Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:38.451Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:38.452Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:38.452Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:38.452Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:39.453Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:39.453Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:39.453Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:39.454Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:40.454Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:40.455Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:40.455Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:40.455Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:41.456Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:41.456Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:41.456Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:41.457Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:42.457Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:42.458Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:42.458Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:42.458Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:43.459Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:43.460Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:43.460Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:43.460Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:44.461Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:38:44.461Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:44.461Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:44.462Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:45.463Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "24156c20-135f-42a0-a6aa-6c0e8ac5c8cd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "88e52427-9ea4-4732-b1e1-47eac71b98f0",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "74cf52f6-fc3b-4e6a-821b-51889a731180",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f33bbb67-36f5-43df-99f5-3eca570310de",
      "resourceInvariantUUID": "c6c0a97f-972a-4146-b318-a66fafe9f1d6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "ZTE5M2ExZGM3MWIwMWU5ODExZjNhYmMzNGIwNDg4NzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "971852df-87f1-4f65-b182-a4629d61dd6d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c16b5813-ccf3-41c3-ac0b-e3c475a50dab",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3203992a-3dbe-46c0-8304-2ca866fbb62e",
            "generatedFromUUID": "c16b5813-ccf3-41c3-ac0b-e3c475a50dab"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0dd8a7f6-2d7b-4c54-bee2-46ccbb300325",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3203992a-3dbe-46c0-8304-2ca866fbb62e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cf32e107-bcdf-49ce-955e-99ec200cd059",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Yjk3Y2MxYTgxY2M0NDk2MTY4NDdmYjU3Y2I3MzRiZTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cf7c5cbb-43f9-400c-ab70-0fe5665253f2"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T09:38:45.465Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T09:38:45.465Z|0469bca0-251f-464d-9d4c-f5bc56c63e4b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 24156c20-135f-42a0-a6aa-6c0e8ac5c8cd ASDC
2023-02-01T09:38:45.467Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:223c6b31-db26-4426-83ea-bb8a2691851e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:24156c20-135f-42a0-a6aa-6c0e8ac5c8cd
ServiceInvariantUUID:88e52427-9ea4-4732-b1e1-47eac71b98f0
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:cf7c5cbb-43f9-400c-ab70-0fe5665253f2
ArtifactChecksum:Yjk3Y2MxYTgxY2M0NDk2MTY4NDdmYjU3Y2I3MzRiZTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:74cf52f6-fc3b-4e6a-821b-51889a731180
ResourceInvariantUUID:c6c0a97f-972a-4146-b318-a66fafe9f1d6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f33bbb67-36f5-43df-99f5-3eca570310de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:971852df-87f1-4f65-b182-a4629d61dd6d
ArtifactChecksum:ZTE5M2ExZGM3MWIwMWU5ODExZjNhYmMzNGIwNDg4NzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:c16b5813-ccf3-41c3-ac0b-e3c475a50dab
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3203992a-3dbe-46c0-8304-2ca866fbb62e
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:0dd8a7f6-2d7b-4c54-bee2-46ccbb300325
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:3203992a-3dbe-46c0-8304-2ca866fbb62e
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:cf32e107-bcdf-49ce-955e-99ec200cd059
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-01T09:38:45.467Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 24156c20-135f-42a0-a6aa-6c0e8ac5c8cd 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-01T09:38:45.752Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T09:38:45.753Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:38:45.753Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:38:45.754Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cf7c5cbb-43f9-400c-ab70-0fe5665253f2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:45.754Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:38:45.754Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:45.836Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:38:45.844Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar cf7c5cbb-43f9-400c-ab70-0fe5665253f2 163295
2023-02-01T09:38:45.844Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-01T09:38:45.844Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:45.845Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:38:45.845Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:45.845Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:45.845Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244325844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:46.847Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T09:38:46.848Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:38:46.848Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: cf7c5cbb-43f9-400c-ab70-0fe5665253f2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:46.849Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-02-01T09:38:46.849Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:46.850Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:47.059Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13368644444788836627/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-02-01T09:38:48.242Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T09:38:48.243Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T09:38:48.243Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:48.243Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-02-01T09:38:48.243Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:48.243Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:48.244Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:48.244Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:48.244Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T09:38:48.244Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.244Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:48.244Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:48.245Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T09:38:48.245Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T09:38:48.245Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.245Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:48.245Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:48.246Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T09:38:48.246Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T09:38:48.246Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.246Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:48.246Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.247Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-01T09:38:48.247Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-02-01T09:38:48.247Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-02-01T09:38:48.247Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T09:38:48.247Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.247Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T09:38:48.247Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.248Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:48.248Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:38:48.248Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.248Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:48.248Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:38:48.248Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-02-01T09:38:48.249Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=45aa7533-ccb7-4363-a96b-baed26a42c92
2023-02-01T09:38:48.250Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.250Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:48.250Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.250Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:48.250Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.250Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:48.251Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:48.251Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:48.251Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:24156c20-135f-42a0-a6aa-6c0e8ac5c8cd
Model Version:NULL
Model InvariantUuid:88e52427-9ea4-4732-b1e1-47eac71b98f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:40b6e8f6-1d4e-4d57-8686-54eea3d521e8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c6c0a97f-972a-4146-b318-a66fafe9f1d6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:74cf52f6-fc3b-4e6a-821b-51889a731180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:59f8eee0-e4a3-4771-9c13-b652d7bc17c3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:24be2704-60e5-4df7-ac98-eb162c22cd70
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:25fb500e-64da-48f0-92bc-fcebcb204c6f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:a83880b3-61e0-4303-8128-b1a5e150c27a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:45aa7533-ccb7-4363-a96b-baed26a42c92
ModelInvariantUuid:1041c97d-f774-43f0-b760-943d9355308a
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b6724d63-5eac-48bf-8b1f-3fe799893360
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:99bb0d28-ec3a-4a4b-87c6-5ceb3e9646d5
ModelInvariantUuid:b47c990f-2e82-4a01-ab86-6046d9999627
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:442da1fe-65fe-4b88-a706-150aa8b81fa9
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-01T09:38:48.266Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f33bbb67-36f5-43df-99f5-3eca570310de
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-01T09:38:48.271Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2023-02-01T09:38:48.272Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f33bbb67-36f5-43df-99f5-3eca570310de
2023-02-01T09:38:48.272Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 971852df-87f1-4f65-b182-a4629d61dd6d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-01T09:38:48.272Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:38:48.273Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-01T09:38:48.319Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:38:48.320Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 971852df-87f1-4f65-b182-a4629d61dd6d 1565
2023-02-01T09:38:48.320Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-01T09:38:48.320Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-01T09:38:48.321Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:38:48.321Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:48.321Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:48.321Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244328320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:49.323Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "25fb500e-64da-48f0-92bc-fcebcb204c6f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a83880b3-61e0-4303-8128-b1a5e150c27a",
    "vfModuleModelCustomizationUUID": "0094d5d9-90f5-49b0-a149-8926b1865613",
    "isBase": true,
    "artifacts": [
      "c16b5813-ccf3-41c3-ac0b-e3c475a50dab",
      "3203992a-3dbe-46c0-8304-2ca866fbb62e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "59f8eee0-e4a3-4771-9c13-b652d7bc17c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24be2704-60e5-4df7-ac98-eb162c22cd70",
    "vfModuleModelCustomizationUUID": "e3521bdd-1da5-4b27-a74e-360faeecaca7",
    "isBase": false,
    "artifacts": [
      "cf32e107-bcdf-49ce-955e-99ec200cd059"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T09:38:49.330Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a83880b3-61e0-4303-8128-b1a5e150c27a
VfModuleModelInvariantUUID:25fb500e-64da-48f0-92bc-fcebcb204c6f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c16b5813-ccf3-41c3-ac0b-e3c475a50dab
,
3203992a-3dbe-46c0-8304-2ca866fbb62e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:24be2704-60e5-4df7-ac98-eb162c22cd70
VfModuleModelInvariantUUID:59f8eee0-e4a3-4771-9c13-b652d7bc17c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf32e107-bcdf-49ce-955e-99ec200cd059

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

isBase:false


}

2023-02-01T09:38:49.333Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "25fb500e-64da-48f0-92bc-fcebcb204c6f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a83880b3-61e0-4303-8128-b1a5e150c27a",
    "vfModuleModelCustomizationUUID": "0094d5d9-90f5-49b0-a149-8926b1865613",
    "isBase": true,
    "artifacts": [
      "c16b5813-ccf3-41c3-ac0b-e3c475a50dab",
      "3203992a-3dbe-46c0-8304-2ca866fbb62e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "59f8eee0-e4a3-4771-9c13-b652d7bc17c3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "24be2704-60e5-4df7-ac98-eb162c22cd70",
    "vfModuleModelCustomizationUUID": "e3521bdd-1da5-4b27-a74e-360faeecaca7",
    "isBase": false,
    "artifacts": [
      "cf32e107-bcdf-49ce-955e-99ec200cd059"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T09:38:49.334Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a83880b3-61e0-4303-8128-b1a5e150c27a
VfModuleModelInvariantUUID:25fb500e-64da-48f0-92bc-fcebcb204c6f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c16b5813-ccf3-41c3-ac0b-e3c475a50dab
,
3203992a-3dbe-46c0-8304-2ca866fbb62e

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:24be2704-60e5-4df7-ac98-eb162c22cd70
VfModuleModelInvariantUUID:59f8eee0-e4a3-4771-9c13-b652d7bc17c3
VfModuleModelDescription:NULL
Artifacts UUID List:{
cf32e107-bcdf-49ce-955e-99ec200cd059

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

isBase:false


}

2023-02-01T09:38:49.334Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c16b5813-ccf3-41c3-ac0b-e3c475a50dab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-01T09:38:49.334Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:38:49.335Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-01T09:38:49.386Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:38:49.387Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml c16b5813-ccf3-41c3-ac0b-e3c475a50dab 914
2023-02-01T09:38:49.387Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-01T09:38:49.387Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-01T09:38:49.387Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:38:49.388Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:49.388Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:49.388Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244329387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:50.389Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0dd8a7f6-2d7b-4c54-bee2-46ccbb300325 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-01T09:38:50.389Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:38:50.389Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-01T09:38:50.435Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:38:50.435Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0dd8a7f6-2d7b-4c54-bee2-46ccbb300325 12
2023-02-01T09:38:50.436Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-01T09:38:50.436Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-02-01T09:38:50.436Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:38:50.436Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:50.436Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:50.436Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244330435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:51.437Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3203992a-3dbe-46c0-8304-2ca866fbb62e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-01T09:38:51.437Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:38:51.437Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-01T09:38:51.487Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:38:51.488Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3203992a-3dbe-46c0-8304-2ca866fbb62e 96
2023-02-01T09:38:51.488Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-01T09:38:51.488Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-01T09:38:51.488Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:38:51.489Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:51.489Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:51.489Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244331488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:52.489Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cf32e107-bcdf-49ce-955e-99ec200cd059 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-01T09:38:52.490Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:38:52.490Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-01T09:38:52.536Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:38:52.537Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cf32e107-bcdf-49ce-955e-99ec200cd059 20206
2023-02-01T09:38:52.537Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-01T09:38:52.538Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-02-01T09:38:52.538Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:38:52.538Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:52.538Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:52.538Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244332537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:53.542Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 24156c20-135f-42a0-a6aa-6c0e8ac5c8cd
2023-02-01T09:38:53.542Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f33bbb67-36f5-43df-99f5-3eca570310de ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T09:38:53.551Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f2a362, org.onap.sdc.toscaparser.api.parameters.Input@16eb03da, org.onap.sdc.toscaparser.api.parameters.Input@585e28ea, org.onap.sdc.toscaparser.api.parameters.Input@7099afba, org.onap.sdc.toscaparser.api.parameters.Input@60e0fb78]
2023-02-01T09:38:53.552Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.552Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.552Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-01T09:38:53.553Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 74cf52f6-fc3b-4e6a-821b-51889a731180
2023-02-01T09:38:53.553Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74cf52f6-fc3b-4e6a-821b-51889a731180 matches Tosca VF Customization UUID: 74cf52f6-fc3b-4e6a-821b-51889a731180
2023-02-01T09:38:53.553Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 74cf52f6-fc3b-4e6a-821b-51889a731180  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-01T09:38:53.555Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.555Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.555Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 74cf52f6-fc3b-4e6a-821b-51889a731180: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2023-02-01T09:38:53.556Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ab23e1c
2023-02-01T09:38:53.556Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.556Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T09:38:53.556Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e3521bdd-1da5-4b27-a74e-360faeecaca7
2023-02-01T09:38:53.556Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e3521bdd-1da5-4b27-a74e-360faeecaca7
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-01T09:38:53.558Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.559Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:53.559Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:38:53.559Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.559Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:53.559Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:38:53.559Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.560Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-02-01T09:38:53.560Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=74cf52f6-fc3b-4e6a-821b-51889a731180
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-01T09:38:53.562Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.562Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.562Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 24156c20-135f-42a0-a6aa-6c0e8ac5c8cd: basic_cnf_macro
2023-02-01T09:38:53.562Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.562Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.563Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.563Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.563Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.563Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.563Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.563Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.564Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:38:53.564Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:38:53.564Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T09:38:53.810Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f33bbb67-36f5-43df-99f5-3eca570310de 2 ASDC deployResourceStructure
2023-02-01T09:38:53.811Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-02-01T09:38:53.811Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-02-01T09:38:53.811Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:38:53.811Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:53.811Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:53.812Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244333811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:54.813Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-02-01T09:38:54.815Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-02-01T09:38:54.816Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:38:54.816Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:54.816Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:54.817Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244334813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:55.818Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-02-01T09:38:55.818Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-02-01T09:38:55.819Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-01T09:38:55.819Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:55.819Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:55.819Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244335818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:56.820Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-02-01T09:38:56.821Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-02-01T09:38:56.821Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:38:56.821Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:56.821Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:56.822Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244336820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:57.823Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-02-01T09:38:57.823Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-02-01T09:38:57.823Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-02-01T09:38:57.824Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:57.824Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:57.824Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244337823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:58.825Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-02-01T09:38:58.826Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-02-01T09:38:58.826Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:38:58.826Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:38:58.827Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:38:58.827Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244338825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:38:59.828Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:38:59.900Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:38:59.912Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T09:38:59.912Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T09:38:59.912Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T09:39:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:39:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:39:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:39:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:39:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:39:29.913Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:39:30.032Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:39:30.054Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T09:39:30.054Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T09:39:30.054Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T09:40:00.055Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:40:00.142Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:40:00.157Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T09:40:00.157Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T09:40:00.158Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T09:40:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:40:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.740Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.741Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.741Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.742Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.742Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.743Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.743Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.744Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.745Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.747Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.747Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.748Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.748Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.749Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.749Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.750Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.750Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.751Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.751Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.752Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.752Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.753Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.753Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.754Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.754Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.755Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.755Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.756Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.756Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.757Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.758Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.758Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244309641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244293401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244294251,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.761Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.761Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244286743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.761Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244298010,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.762Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.762Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.762Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244325245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.763Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244327384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.763Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244325844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.764Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244326578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.765Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244326257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:25.765Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.766Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244327670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.766Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.766Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.767Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "policy-distribution",
  "timestamp": 1675244327259,
  "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-01T09:40:25.820Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 223c6b31-db26-4426-83ea-bb8a2691851e
2023-02-01T09:40:25.820Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223c6b31-db26-4426-83ea-bb8a2691851e 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-01T09:40:25.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.849Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244318692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.850Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244328320,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.850Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.850Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244328756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244328935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244329387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244330171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244330435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.853Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.854Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.854Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.854Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244333281,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-01T09:40:25.884Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 223c6b31-db26-4426-83ea-bb8a2691851e
2023-02-01T09:40:25.884Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223c6b31-db26-4426-83ea-bb8a2691851e 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-01T09:40:25.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.918Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244331488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.919Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.919Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.919Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244332333,
  "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-01T09:40:25.932Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 223c6b31-db26-4426-83ea-bb8a2691851e
2023-02-01T09:40:25.932Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223c6b31-db26-4426-83ea-bb8a2691851e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-01T09:40:25.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.943Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.943Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244332537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.943Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244333367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.944Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.945Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244333811,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.946Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244334813,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.947Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244324536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244328260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244335818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244336460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:25.949Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244336820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.950Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244337463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244337823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.951Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:25.952Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "policy-distribution",
  "timestamp": 1675244338464,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T09:40:26.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
2023-02-01T09:40:26.051Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91954ea2-b70b-45f5-98a2-4f5cfc5b20de 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-01T09:40:26.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.091Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244338825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:26.091Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.091Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.092Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.092Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.092Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244334283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.093Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.093Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.093Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.093Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244342485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.094Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.094Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244334386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.095Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.095Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244342696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.097Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244345412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-01T09:40:26.121Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
2023-02-01T09:40:26.121Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91954ea2-b70b-45f5-98a2-4f5cfc5b20de 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-01T09:40:26.200Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.201Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244344182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.201Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.201Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.201Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.201Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.202Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.202Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.202Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.202Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.203Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244345647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.204Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.205Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244344951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.206Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.206Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.206Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244347016,
  "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-01T09:40:26.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
2023-02-01T09:40:26.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91954ea2-b70b-45f5-98a2-4f5cfc5b20de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-02-01T09:40:26.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.280Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.280Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.280Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.281Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.281Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.281Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.282Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244348038,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:26.282Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.282Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.282Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.283Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.283Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.283Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.283Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.284Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244347588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:26.284Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.284Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.284Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.285Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.285Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.285Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.286Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.286Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244348594,
  "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-01T09:40:26.336Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 223c6b31-db26-4426-83ea-bb8a2691851e
2023-02-01T09:40:26.337Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223c6b31-db26-4426-83ea-bb8a2691851e 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-01T09:40:26.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.393Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.393Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.393Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.393Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.394Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.394Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.394Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244339466,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244352059,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244352423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.397Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244346414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.398Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244353062,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:26.399Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.399Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.399Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244353428,
  "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-01T09:40:26.449Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 223c6b31-db26-4426-83ea-bb8a2691851e
2023-02-01T09:40:26.449Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 223c6b31-db26-4426-83ea-bb8a2691851e 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-01T09:40:26.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244344536,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244355522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.557Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.558Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "policy-distribution",
  "timestamp": 1675244354068,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T09:40:26.684Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7cf571c-8332-4db1-821d-201d4c1256ae
2023-02-01T09:40:26.685Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7cf571c-8332-4db1-821d-201d4c1256ae 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-01T09:40:26.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.719Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244353723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.720Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.720Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.721Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.721Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.722Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244354752,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:26.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.722Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.723Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.724Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1675244358301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-01T09:40:26.761Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7cf571c-8332-4db1-821d-201d4c1256ae
2023-02-01T09:40:26.761Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7cf571c-8332-4db1-821d-201d4c1256ae 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-01T09:40:26.794Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.795Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.795Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.796Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1675244355753,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T09:40:26.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e7cf571c-8332-4db1-821d-201d4c1256ae
2023-02-01T09:40:26.849Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7cf571c-8332-4db1-821d-201d4c1256ae and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T09:40:26.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.977Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.978Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.978Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "multicloud-k8s",
  "timestamp": 1675244349043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.978Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.979Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.979Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.979Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244333459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.980Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.981Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244357686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:26.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.981Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.982Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:26.982Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.982Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244360119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:40:26.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.983Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:40:26.983Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:26.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:26.984Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244361122,
  "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-01T09:40:27.006Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
2023-02-01T09:40:27.006Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91954ea2-b70b-45f5-98a2-4f5cfc5b20de 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-01T09:40:27.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:27.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244362596,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:40:27.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:27.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:40:27.127Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:40:27.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:40:30.158Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:40:30.198Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e
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-01T09:40:30.205Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T09:40:30.205Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T09:40:30.205Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T09:40:30.205Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T09:40:30.206Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:40:30.206Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:40:30.206Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:40:30.206Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:40:30.206Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:40:30.207Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T09:40:30.233Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T09:41:00.233Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 223c6b31-db26-4426-83ea-bb8a2691851e 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-01T09:41:00.279Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 223c6b31-db26-4426-83ea-bb8a2691851e and serviceModelVersionId: 24156c20-135f-42a0-a6aa-6c0e8ac5c8cd
2023-02-01T09:41:00.280Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88e52427-9ea4-4732-b1e1-47eac71b98f0
2023-02-01T09:41:00.283Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0
2023-02-01T09:41:00.299Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T09:41:00.397Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0|INFO|500||Invoke
2023-02-01T09:41:00.397Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[223c6b31-db26-4426-83ea-bb8a2691851e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7ecdc110-a688-4dd4-b8b0-cab6fdd5ab52], X-ECOMP-RequestID=[223c6b31-db26-4426-83ea-bb8a2691851e], X-TransactionId=[], X-ONAP-RequestID=[223c6b31-db26-4426-83ea-bb8a2691851e], Content-Type=[application/merge-patch+json]}
2023-02-01T09:41:00.449Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T09:41:00.565Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 09:41:00 GMT], content-length=[0], vertex-id=[290872], x-aai-txid=[2-aai-resources-230201-09:41:00:464-7023], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T09:41:00.565Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T09:41:00.566Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88e52427-9ea4-4732-b1e1-47eac71b98f0/model-vers/model-ver/24156c20-135f-42a0-a6aa-6c0e8ac5c8cd?depth=0|INFO|500||InvokeReturn
2023-02-01T09:41:00.571Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T09:41:00.571Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T09:41:00.589Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T09:41:00.590Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 223c6b31-db26-4426-83ea-bb8a2691851e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T09:41:00.591Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T09:41:00.591Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:00.592Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:00.593Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244460590,
  "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-01T09:41:01.607Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:41:01.613Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T09:41:01.614Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"91954ea2-b70b-45f5-98a2-4f5cfc5b20de","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e7fac008-7cfb-4325-be25-17f690f8b1ad","serviceDescription":"service","serviceInvariantUUID":"7a02e311-7b58-437a-ad30-6c61a03a5ffa","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"acacb6ea-eb4e-45ef-baba-6b65cd7a708f","resourceInvariantUUID":"a6707095-89c5-4035-a9e5-8edf24e9d5fb","resourceCustomizationUUID":"54424f75-f926-4ed9-9247-342197e4aa18","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YzA4NGQzY2FjZDBkODI5YjdhMTMwOGE0YWU3MjA5NDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"210c90b1-2e9c-4045-9c3f-0de965134395","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"NjBhNmVlNTQ4ZWY4NjdiMTFhM2U1YWQwNGFlODlhY2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"446261cf-e6b8-4c1c-a75d-0b55d78ffddd","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a31f2f0e-b710-4cd1-9524-d207ece71a60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13614a57-a74c-4b73-9fcf-8f9d6621933c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5b9f2968-9458-4aff-951c-fea020121ad0","artifactVersion":"2","generatedFromUUID":"a31f2f0e-b710-4cd1-9524-d207ece71a60"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"ZDQwOGIwZmQwYWI3ZWY2NzRmZDQ5MzlkYThkODViNDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"92a10a6a-5f1c-4a31-8ac1-275f91290ccc","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"YzIxMzBlNmIxMTI4ZDRiM2YwODllMGU4N2Y5NTdmZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0700fa98-8e21-453f-8ff5-fec099dc352c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTU0NGQ0Y2ZhNjY2YWMwYWU5MzEwMGQyMmE1MDJiNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36426aac-58f1-4b25-ab44-82ae746c7b23","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T09:41:01.617Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:01.617Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:01.618Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:01.618Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:02.619Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:02.619Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:02.619Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:02.620Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:03.621Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:03.622Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:03.622Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:03.622Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:04.624Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:04.625Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:04.625Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:04.625Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:05.626Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:05.627Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:05.627Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:05.627Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:06.628Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:06.628Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:06.628Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:06.628Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:07.629Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:07.630Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:07.630Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:07.630Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:08.631Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:41:08.632Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:08.632Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:08.632Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:09.633Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e7fac008-7cfb-4325-be25-17f690f8b1ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7a02e311-7b58-437a-ad30-6c61a03a5ffa",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "54424f75-f926-4ed9-9247-342197e4aa18",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "acacb6ea-eb4e-45ef-baba-6b65cd7a708f",
      "resourceInvariantUUID": "a6707095-89c5-4035-a9e5-8edf24e9d5fb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
          "artifactChecksum": "NjBhNmVlNTQ4ZWY4NjdiMTFhM2U1YWQwNGFlODlhY2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "446261cf-e6b8-4c1c-a75d-0b55d78ffddd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a31f2f0e-b710-4cd1-9524-d207ece71a60",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5b9f2968-9458-4aff-951c-fea020121ad0",
            "generatedFromUUID": "a31f2f0e-b710-4cd1-9524-d207ece71a60"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5b9f2968-9458-4aff-951c-fea020121ad0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTU0NGQ0Y2ZhNjY2YWMwYWU5MzEwMGQyMmE1MDJiNTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "36426aac-58f1-4b25-ab44-82ae746c7b23"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T09:41:09.634Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T09:41:09.634Z|223c6b31-db26-4426-83ea-bb8a2691851e|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e7fac008-7cfb-4325-be25-17f690f8b1ad ASDC
2023-02-01T09:41:09.634Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:91954ea2-b70b-45f5-98a2-4f5cfc5b20de
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e7fac008-7cfb-4325-be25-17f690f8b1ad
ServiceInvariantUUID:7a02e311-7b58-437a-ad30-6c61a03a5ffa
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVmMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
ArtifactUUID:36426aac-58f1-4b25-ab44-82ae746c7b23
ArtifactChecksum:NTU0NGQ0Y2ZhNjY2YWMwYWU5MzEwMGQyMmE1MDJiNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:54424f75-f926-4ed9-9247-342197e4aa18
ResourceInvariantUUID:a6707095-89c5-4035-a9e5-8edf24e9d5fb
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:acacb6ea-eb4e-45ef-baba-6b65cd7a708f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
ArtifactUUID:446261cf-e6b8-4c1c-a75d-0b55d78ffddd
ArtifactChecksum:NjBhNmVlNTQ4ZWY4NjdiMTFhM2U1YWQwNGFlODlhY2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
ArtifactUUID:a31f2f0e-b710-4cd1-9524-d207ece71a60
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:5b9f2968-9458-4aff-951c-fea020121ad0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
ArtifactUUID:5b9f2968-9458-4aff-951c-fea020121ad0
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-02-01T09:41:09.635Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7fac008-7cfb-4325-be25-17f690f8b1ad ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T09:41:09.691Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T09:41:09.691Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:41:09.691Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:41:09.692Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 36426aac-58f1-4b25-ab44-82ae746c7b23 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-01T09:41:09.692Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:41:09.692Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-01T09:41:09.768Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:41:09.772Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 36426aac-58f1-4b25-ab44-82ae746c7b23 83012
2023-02-01T09:41:09.772Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-01T09:41:09.772Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-01T09:41:09.772Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:41:09.772Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:09.772Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:09.773Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244469772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:10.773Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T09:41:10.774Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:41:10.774Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 36426aac-58f1-4b25-ab44-82ae746c7b23, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:10.774Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-02-01T09:41:10.775Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:10.775Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:10.999Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10451868089480595920/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2023-02-01T09:41:12.407Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T09:41:12.408Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T09:41:12.408Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.408Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T09:41:12.408Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.408Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.409Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:12.410Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:12.410Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T09:41:12.410Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T09:41:12.410Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.410Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:12.410Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:12.411Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T09:41:12.411Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T09:41:12.411Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.411Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:12.411Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.411Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-01T09:41:12.411Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-02-01T09:41:12.412Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-02-01T09:41:12.412Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-02-01T09:41:12.412Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-01T09:41:12.412Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-02-01T09:41:12.412Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.412Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T09:41:12.412Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.413Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:12.413Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:41:12.413Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.413Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:12.413Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:41:12.413Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.414Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:12.414Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:41:12.414Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.414Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-01T09:41:12.414Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-01T09:41:12.414Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-01T09:41:12.414Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c84a3d68-4162-4e53-996a-ead8aa4a7c2a
2023-02-01T09:41:12.415Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.415Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:12.415Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.415Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:12.415Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.415Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:12.415Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:12.416Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:12.416Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e7fac008-7cfb-4325-be25-17f690f8b1ad
Model Version:NULL
Model InvariantUuid:7a02e311-7b58-437a-ad30-6c61a03a5ffa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d2661461-2817-4c57-9610-043aa5bd8e34
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6707095-89c5-4035-a9e5-8edf24e9d5fb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:54424f75-f926-4ed9-9247-342197e4aa18
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:839be55e-ee9d-4314-9bdd-cfb5188d0a16
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2cd4fb34-39c7-40bb-b685-f1529cfc0949
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c84a3d68-4162-4e53-996a-ead8aa4a7c2a
ModelInvariantUuid:cc20f7fe-92ef-4399-80d2-a61c0b011d5d
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f4f93bdf-35e5-4447-85b6-2f59cecead77
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:5147b861-a09a-4e6d-9029-c98c9cdaa6b0
ModelInvariantUuid:eb4db26c-e033-4fae-99a4-af48959a11b4
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7e3fa68b-7ea1-48e7-869e-8534ae31784e
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-01T09:41:12.422Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: acacb6ea-eb4e-45ef-baba-6b65cd7a708f
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-01T09:41:12.424Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2023-02-01T09:41:12.424Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: acacb6ea-eb4e-45ef-baba-6b65cd7a708f
2023-02-01T09:41:12.424Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 446261cf-e6b8-4c1c-a75d-0b55d78ffddd from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-01T09:41:12.424Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:41:12.425Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-01T09:41:12.475Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:41:12.476Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 446261cf-e6b8-4c1c-a75d-0b55d78ffddd 792
2023-02-01T09:41:12.476Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-01T09:41:12.476Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-01T09:41:12.476Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:41:12.476Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:12.477Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:12.477Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244472476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:13.477Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "839be55e-ee9d-4314-9bdd-cfb5188d0a16",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2cd4fb34-39c7-40bb-b685-f1529cfc0949",
    "vfModuleModelCustomizationUUID": "19e708b9-331a-41dc-8d1e-7a59d951451f",
    "isBase": true,
    "artifacts": [
      "a31f2f0e-b710-4cd1-9524-d207ece71a60",
      "5b9f2968-9458-4aff-951c-fea020121ad0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T09:41:13.481Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2cd4fb34-39c7-40bb-b685-f1529cfc0949
VfModuleModelInvariantUUID:839be55e-ee9d-4314-9bdd-cfb5188d0a16
VfModuleModelDescription:NULL
Artifacts UUID List:{
a31f2f0e-b710-4cd1-9524-d207ece71a60
,
5b9f2968-9458-4aff-951c-fea020121ad0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T09:41:13.483Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "839be55e-ee9d-4314-9bdd-cfb5188d0a16",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2cd4fb34-39c7-40bb-b685-f1529cfc0949",
    "vfModuleModelCustomizationUUID": "19e708b9-331a-41dc-8d1e-7a59d951451f",
    "isBase": true,
    "artifacts": [
      "a31f2f0e-b710-4cd1-9524-d207ece71a60",
      "5b9f2968-9458-4aff-951c-fea020121ad0"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2023-02-01T09:41:13.483Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2cd4fb34-39c7-40bb-b685-f1529cfc0949
VfModuleModelInvariantUUID:839be55e-ee9d-4314-9bdd-cfb5188d0a16
VfModuleModelDescription:NULL
Artifacts UUID List:{
a31f2f0e-b710-4cd1-9524-d207ece71a60
,
5b9f2968-9458-4aff-951c-fea020121ad0

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2023-02-01T09:41:13.483Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a31f2f0e-b710-4cd1-9524-d207ece71a60 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-01T09:41:13.483Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:41:13.483Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-01T09:41:13.535Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:41:13.536Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a31f2f0e-b710-4cd1-9524-d207ece71a60 5033
2023-02-01T09:41:13.536Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-01T09:41:13.536Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-01T09:41:13.536Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:41:13.536Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:13.537Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:13.537Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244473536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:14.537Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5b9f2968-9458-4aff-951c-fea020121ad0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-01T09:41:14.538Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:41:14.538Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-01T09:41:14.582Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:41:14.583Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 5b9f2968-9458-4aff-951c-fea020121ad0 903
2023-02-01T09:41:14.583Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-01T09:41:14.583Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-01T09:41:14.583Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:41:14.583Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:14.584Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:14.584Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244474583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:15.584Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e7fac008-7cfb-4325-be25-17f690f8b1ad
2023-02-01T09:41:15.585Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 acacb6ea-eb4e-45ef-baba-6b65cd7a708f 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-01T09:41:15.597Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ae71dd6, org.onap.sdc.toscaparser.api.parameters.Input@10650114, org.onap.sdc.toscaparser.api.parameters.Input@72f6b117, org.onap.sdc.toscaparser.api.parameters.Input@1ba0bb99, org.onap.sdc.toscaparser.api.parameters.Input@291b0c96]
2023-02-01T09:41:15.599Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.599Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.599Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2023-02-01T09:41:15.599Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 54424f75-f926-4ed9-9247-342197e4aa18
2023-02-01T09:41:15.600Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 54424f75-f926-4ed9-9247-342197e4aa18 matches Tosca VF Customization UUID: 54424f75-f926-4ed9-9247-342197e4aa18
2023-02-01T09:41:15.600Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 54424f75-f926-4ed9-9247-342197e4aa18  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-01T09:41:15.602Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.603Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.603Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 54424f75-f926-4ed9-9247-342197e4aa18: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2023-02-01T09:41:15.603Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4895b513
2023-02-01T09:41:15.604Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.604Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-02-01T09:41:15.604Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19e708b9-331a-41dc-8d1e-7a59d951451f
2023-02-01T09:41:15.604Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19e708b9-331a-41dc-8d1e-7a59d951451f
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-01T09:41:15.607Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.607Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:15.608Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:41:15.608Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.608Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:15.609Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:41:15.609Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.609Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-02-01T09:41:15.609Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-02-01T09:41:15.610Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-02-01T09:41:15.610Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c84a3d68-4162-4e53-996a-ead8aa4a7c2a
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-01T09:41:15.613Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.613Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:15.613Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-02-01T09:41:15.614Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.614Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-02-01T09:41:15.614Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=54424f75-f926-4ed9-9247-342197e4aa18
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-01T09:41:15.616Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.616Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.617Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e7fac008-7cfb-4325-be25-17f690f8b1ad: basic_vm_macro
2023-02-01T09:41:15.617Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.617Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.617Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.617Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.618Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.618Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.618Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.618Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.619Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:41:15.619Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:41:15.619Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-02-01T09:41:15.744Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro acacb6ea-eb4e-45ef-baba-6b65cd7a708f 1 ASDC deployResourceStructure
2023-02-01T09:41:15.745Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-02-01T09:41:15.745Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-02-01T09:41:15.745Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:41:15.746Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:15.746Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:15.746Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244475745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:16.747Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-02-01T09:41:16.747Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-02-01T09:41:16.747Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:41:16.748Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:16.748Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:16.748Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244476747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:17.749Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-02-01T09:41:17.749Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-02-01T09:41:17.749Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:41:17.750Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:17.750Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:17.750Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244477749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:18.751Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-02-01T09:41:18.751Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-02-01T09:41:18.751Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:41:18.751Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:41:18.752Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:41:18.752Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244478751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:19.753Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
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-01T09:41:19.794Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
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-01T09:41:19.807Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T09:41:19.807Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-02-01T09:41:19.807Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-02-01T09:41:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:41:25.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244363459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:41:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244373416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:41:25.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.736Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244375396,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:41:25.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.736Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1675244376400,
  "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-01T09:41:25.746Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7cf571c-8332-4db1-821d-201d4c1256ae
2023-02-01T09:41:25.746Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7cf571c-8332-4db1-821d-201d4c1256ae 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-01T09:41:25.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.759Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244381301,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:41:25.760Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.760Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244382305,
  "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-01T09:41:25.773Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
2023-02-01T09:41:25.773Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91954ea2-b70b-45f5-98a2-4f5cfc5b20de 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-01T09:41:25.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.797Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.798Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.798Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.799Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.800Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.801Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:41:25.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.801Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244354431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:41:25.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244392401,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:41:25.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.802Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244403393,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:41:25.802Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:41:25.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:41:25.803Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "aai-model-loader",
  "timestamp": 1675244404403,
  "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-01T09:41:25.809Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7cf571c-8332-4db1-821d-201d4c1256ae
2023-02-01T09:41:25.809Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7cf571c-8332-4db1-821d-201d4c1256ae 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-01T09:41:49.808Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
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-01T09:41:49.895Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91954ea2-b70b-45f5-98a2-4f5cfc5b20de
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-01T09:41:49.900Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T09:41:49.900Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T09:41:49.901Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T09:41:49.901Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T09:41:49.901Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:41:49.901Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:41:49.901Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:41:49.901Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:41:49.902Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:41:49.902Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T09:41:49.918Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T09:42:19.918Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91954ea2-b70b-45f5-98a2-4f5cfc5b20de 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-01T09:42:19.957Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91954ea2-b70b-45f5-98a2-4f5cfc5b20de and serviceModelVersionId: e7fac008-7cfb-4325-be25-17f690f8b1ad
2023-02-01T09:42:19.958Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a02e311-7b58-437a-ad30-6c61a03a5ffa
2023-02-01T09:42:19.958Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a02e311-7b58-437a-ad30-6c61a03a5ffa/model-vers/model-ver/e7fac008-7cfb-4325-be25-17f690f8b1ad?depth=0
2023-02-01T09:42:19.963Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T09:42:20.005Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a02e311-7b58-437a-ad30-6c61a03a5ffa/model-vers/model-ver/e7fac008-7cfb-4325-be25-17f690f8b1ad?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-01T09:42:20.007Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a02e311-7b58-437a-ad30-6c61a03a5ffa/model-vers/model-ver/e7fac008-7cfb-4325-be25-17f690f8b1ad?depth=0|INFO|500||Invoke
2023-02-01T09:42:20.037Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a02e311-7b58-437a-ad30-6c61a03a5ffa/model-vers/model-ver/e7fac008-7cfb-4325-be25-17f690f8b1ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T09:42:20.141Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a02e311-7b58-437a-ad30-6c61a03a5ffa/model-vers/model-ver/e7fac008-7cfb-4325-be25-17f690f8b1ad?depth=0|INFO|500||InvokeReturn
2023-02-01T09:42:20.142Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a02e311-7b58-437a-ad30-6c61a03a5ffa/model-vers/model-ver/e7fac008-7cfb-4325-be25-17f690f8b1ad?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 09:42:20 GMT], content-length=[0], vertex-id=[446552], x-aai-txid=[1-aai-resources-230201-09:42:20:051-90912], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T09:42:20.142Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-02-01T09:42:20.143Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T09:42:20.143Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T09:42:20.147Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T09:42:20.147Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91954ea2-b70b-45f5-98a2-4f5cfc5b20de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T09:42:20.147Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T09:42:20.148Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:20.148Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:20.148Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244540147,
  "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-01T09:42:21.218Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-02-01T09:42:21.219Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"e7cf571c-8332-4db1-821d-201d4c1256ae","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ca0b5200-710c-48c2-ad6a-5b32448a269d","serviceDescription":"service","serviceInvariantUUID":"2ec31400-0be7-4139-b082-3ab649e1025a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a77ecbe8-9a49-4f2c-8233-4545a9fb3d03","resourceInvariantUUID":"f0389c8f-9f6c-458e-a71c-ef1a0fa1e346","resourceCustomizationUUID":"7d2dc51d-7d13-4c4b-9b5c-d519bebefd08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"YjM1MzZlMDc0MDYzMDBkMWQ2ZTUzMjhiOWY3ZGUzMmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"679fd1ae-7daa-41cd-8a47-feddc893326e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"34bf0926-3b78-4734-96a5-e11fb6f98f45","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97c8af8b-c404-4350-b32f-01f1baee2071","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"YWRhZmNlMzVlNDA5Zjg2NjQ2MDg0NzIwODA1OTVhZDU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"729e09ca-d71d-4d62-aaec-6d956e4b8b4f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9944a883-0f0b-4d7e-9ef9-872a226125fe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"78c38d5d-0d7b-48d4-8857-9869a3080e15","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2f0fa300-0d51-4a28-b241-5dc4f74fd6d6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MjQ4ZjJiM2JiNzlmMTVkODZjMDk0NzI4NmFkNjY0Y2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9dfb398f-d03b-4c85-900d-64242126f559","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Yjc3Njg2NGJlZjc4MDg1YThhYzBiYjhhY2QxNWM5MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d52b625-a0e4-4838-988d-698c866db9d1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-02-01T09:42:21.219Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:21.220Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:21.220Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:21.220Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:22.222Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:22.223Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:22.223Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:22.223Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:23.225Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:23.225Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:23.225Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:23.226Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:24.227Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:24.227Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:24.227Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:24.228Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:25.228Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:25.229Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:25.229Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:25.229Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:25.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "223c6b31-db26-4426-83ea-bb8a2691851e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244460590,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T09:42:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:42:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-02-01T09:42:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-02-01T09:42:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.732Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.733Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:42:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:42:25.734Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.734Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244469772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:42:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244472476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:42:25.735Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.735Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244473536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:42:25.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.736Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244474583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:42:25.736Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.736Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244475745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-02-01T09:42:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244476747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-02-01T09:42:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.737Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244477749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-02-01T09:42:25.737Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:25.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:42:25.738Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244478751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:42:25.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:42:26.230Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:26.231Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:26.231Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:26.231Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:27.232Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:27.232Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:27.232Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:27.232Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:28.233Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:28.234Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:28.234Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:28.234Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:29.235Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-02-01T09:42:29.235Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:29.235Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:29.235Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:30.236Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ca0b5200-710c-48c2-ad6a-5b32448a269d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ec31400-0be7-4139-b082-3ab649e1025a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7d2dc51d-7d13-4c4b-9b5c-d519bebefd08",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a77ecbe8-9a49-4f2c-8233-4545a9fb3d03",
      "resourceInvariantUUID": "f0389c8f-9f6c-458e-a71c-ef1a0fa1e346",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-TestPnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
      "artifactChecksum": "Yjc3Njg2NGJlZjc4MDg1YThhYzBiYjhhY2QxNWM5MTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2d52b625-a0e4-4838-988d-698c866db9d1"
    }
  ],
  "workloadContext": "Production"
}
2023-02-01T09:42:30.237Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-02-01T09:42:30.237Z|91954ea2-b70b-45f5-98a2-4f5cfc5b20de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ca0b5200-710c-48c2-ad6a-5b32448a269d ASDC
2023-02-01T09:42:30.237Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e7cf571c-8332-4db1-821d-201d4c1256ae
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ca0b5200-710c-48c2-ad6a-5b32448a269d
ServiceInvariantUUID:2ec31400-0be7-4139-b082-3ab649e1025a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-TestPnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
ArtifactUUID:2d52b625-a0e4-4838-988d-698c866db9d1
ArtifactChecksum:Yjc3Njg2NGJlZjc4MDg1YThhYzBiYjhhY2QxNWM5MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7d2dc51d-7d13-4c4b-9b5c-d519bebefd08
ResourceInvariantUUID:f0389c8f-9f6c-458e-a71c-ef1a0fa1e346
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a77ecbe8-9a49-4f2c-8233-4545a9fb3d03
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-02-01T09:42:30.237Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ca0b5200-710c-48c2-ad6a-5b32448a269d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-02-01T09:42:30.315Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T09:42:30.315Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:42:30.316Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:42:30.316Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2d52b625-a0e4-4838-988d-698c866db9d1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-01T09:42:30.316Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-02-01T09:42:30.316Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-01T09:42:30.482Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-02-01T09:42:30.487Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2d52b625-a0e4-4838-988d-698c866db9d1 111097
2023-02-01T09:42:30.487Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-01T09:42:30.487Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-01T09:42:30.487Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-02-01T09:42:30.488Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:30.488Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:30.488Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244550487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:31.488Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-02-01T09:42:31.489Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-02-01T09:42:31.490Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2d52b625-a0e4-4838-988d-698c866db9d1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:31.490Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-02-01T09:42:31.491Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:31.491Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:31.596Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17598437167217073406/Definitions/service-TestPnfMacro-template.yml
2023-02-01T09:42:32.319Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-02-01T09:42:32.320Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T09:42:32.320Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.320Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-02-01T09:42:32.321Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.321Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.321Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.321Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.322Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.322Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.322Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.322Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-02-01T09:42:32.323Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.323Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.324Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-01T09:42:32.324Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T09:42:32.324Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T09:42:32.325Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.325Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.325Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-02-01T09:42:32.325Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-02-01T09:42:32.326Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-02-01T09:42:32.326Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.326Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.327Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.327Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.327Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.328Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.328Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.328Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.329Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.329Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.329Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ca0b5200-710c-48c2-ad6a-5b32448a269d
Model Version:NULL
Model InvariantUuid:2ec31400-0be7-4139-b082-3ab649e1025a
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-01T09:42:32.335Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: a77ecbe8-9a49-4f2c-8233-4545a9fb3d03
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-01T09:42:32.338Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||test-pnf 0
2023-02-01T09:42:32.338Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a77ecbe8-9a49-4f2c-8233-4545a9fb3d03
2023-02-01T09:42:32.339Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ca0b5200-710c-48c2-ad6a-5b32448a269d
2023-02-01T09:42:32.339Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ca0b5200-710c-48c2-ad6a-5b32448a269d
2023-02-01T09:42:32.339Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a77ecbe8-9a49-4f2c-8233-4545a9fb3d03 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-01T09:42:32.344Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6688c849, org.onap.sdc.toscaparser.api.parameters.Input@61e886d5, org.onap.sdc.toscaparser.api.parameters.Input@6a150920, org.onap.sdc.toscaparser.api.parameters.Input@542d4d15, org.onap.sdc.toscaparser.api.parameters.Input@74470d59]
2023-02-01T09:42:32.344Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.345Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.345Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ca0b5200-710c-48c2-ad6a-5b32448a269d: test-pnf
2023-02-01T09:42:32.345Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Processing PNF resource: a77ecbe8-9a49-4f2c-8233-4545a9fb3d03
2023-02-01T09:42:32.346Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-02-01T09:42:32.346Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-02-01T09:42:32.347Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Resource customization UUID: 7d2dc51d-7d13-4c4b-9b5c-d519bebefd08 is the same as notified resource customizationUUID: 7d2dc51d-7d13-4c4b-9b5c-d519bebefd08
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-01T09:42:32.496Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a77ecbe8-9a49-4f2c-8233-4545a9fb3d03 0 ASDC deployResourceStructure
2023-02-01T09:42:32.496Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-02-01T09:42:32.497Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-02-01T09:42:32.497Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-02-01T09:42:32.497Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:42:32.498Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:42:32.498Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244552496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:42:33.499Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7cf571c-8332-4db1-821d-201d4c1256ae
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-01T09:42:33.552Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7cf571c-8332-4db1-821d-201d4c1256ae
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-01T09:42:33.565Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-02-01T09:42:33.565Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-02-01T09:42:33.565Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-02-01T09:42:33.566Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-02-01T09:42:33.566Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:42:33.566Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:42:33.566Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:42:33.567Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:42:33.567Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:42:33.567Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-02-01T09:42:33.567Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-02-01T09:42:33.583Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-02-01T09:43:03.584Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7cf571c-8332-4db1-821d-201d4c1256ae 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-01T09:43:03.607Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7cf571c-8332-4db1-821d-201d4c1256ae and serviceModelVersionId: ca0b5200-710c-48c2-ad6a-5b32448a269d
2023-02-01T09:43:03.607Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ec31400-0be7-4139-b082-3ab649e1025a
2023-02-01T09:43:03.607Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0
2023-02-01T09:43:03.611Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-02-01T09:43:03.650Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0|INFO|500||Invoke
2023-02-01T09:43:03.653Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7cf571c-8332-4db1-821d-201d4c1256ae], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f449ce03-1e9d-4337-8d5a-a6d8d9d16070], X-ECOMP-RequestID=[e7cf571c-8332-4db1-821d-201d4c1256ae], X-TransactionId=[], X-ONAP-RequestID=[e7cf571c-8332-4db1-821d-201d4c1256ae], Content-Type=[application/merge-patch+json]}
2023-02-01T09:43:03.689Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-02-01T09:43:03.779Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0 has http status code:200 and response headers:{date=[Wed, 01 Feb 2023 09:43:03 GMT], content-length=[0], vertex-id=[299064], x-aai-txid=[1-aai-resources-230201-09:43:03:709-81692], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-02-01T09:43:03.780Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-02-01T09:43:03.780Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ec31400-0be7-4139-b082-3ab649e1025a/model-vers/model-ver/ca0b5200-710c-48c2-ad6a-5b32448a269d?depth=0|INFO|500||InvokeReturn
2023-02-01T09:43:03.781Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-02-01T09:43:03.782Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-02-01T09:43:03.814Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-02-01T09:43:03.814Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7cf571c-8332-4db1-821d-201d4c1256ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-02-01T09:43:03.814Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-02-01T09:43:03.814Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-02-01T09:43:03.815Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-02-01T09:43:03.815Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244583814,
  "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-01T09:43:04.913Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:43:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:43:25.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:43:25.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "91954ea2-b70b-45f5-98a2-4f5cfc5b20de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244540147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T09:43:25.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:43:25.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:43:25.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:43:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:44:04.915Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:44:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:44:25.729Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:44:25.729Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:44:25.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:44:25.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:44:25.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:44:25.730Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:44:25.730Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:44:25.730Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244461607,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244550487,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244552496,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-02-01T09:44:25.731Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "e7cf571c-8332-4db1-821d-201d4c1256ae",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1675244583814,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-02-01T09:44:25.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-02-01T09:45:04.916Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:45:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:46:04.916Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:46:25.728Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:47:04.918Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:47:25.729Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:48:04.919Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:48:25.729Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:49:04.920Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:49:25.730Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:50:04.921Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:50:25.731Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:51:04.922Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:51:25.731Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:52:04.925Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:52:25.732Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:53:04.925Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:53:25.734Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:54:04.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:54:25.735Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:55:04.927Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:55:25.736Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:56:04.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:56:25.737Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:57:04.928Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:57:25.737Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:58:04.930Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:58:25.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T09:59:04.931Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T09:59:25.739Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:00:04.932Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:00:25.740Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:01:04.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:01:25.742Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:02:04.934Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:02:25.743Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:03:04.935Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:03:25.744Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:04:04.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:04:25.745Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:05:04.938Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:05:25.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:06:04.940Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:06:25.746Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:07:04.941Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:07:25.747Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:08:04.941Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:08:25.748Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:09:04.943Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:09:25.749Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:10:04.943Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:10:25.751Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:11:04.944Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:11:25.751Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:12:04.945Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:12:25.752Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:13:04.946Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:13:25.754Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:14:04.947Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:14:25.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:15:04.947Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:15:25.755Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:16:04.949Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:16:25.756Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:17:04.950Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:17:25.757Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:18:04.951Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:18:25.758Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:19:04.952Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:19:25.760Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:20:04.953Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:20:25.761Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:21:04.955Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:21:25.762Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:22:04.957Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:22:25.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:23:04.958Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:23:25.763Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:24:04.958Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:24:25.765Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:25:04.958Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:25:25.765Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:26:04.960Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:26:25.767Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:27:04.961Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:27:25.768Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:28:04.962Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:28:25.769Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:29:04.963Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:29:25.770Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:30:04.963Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:30:25.771Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:31:04.965Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:31:25.772Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:32:04.966Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:32:25.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:33:04.968Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:33:25.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:34:04.969Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:34:25.775Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:35:04.971Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:35:25.776Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:36:04.972Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:36:25.778Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:37:04.973Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:37:25.779Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:38:04.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:38:25.779Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:39:04.974Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:39:25.780Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:40:04.975Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:40:25.781Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:41:04.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:41:25.783Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:42:04.976Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:42:25.784Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:43:04.977Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:43:25.784Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:44:04.978Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:44:25.785Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:45:04.980Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:45:25.786Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:46:04.980Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:46:25.788Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:47:04.982Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:47:25.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:48:04.982Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:48:25.790Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:49:04.983Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:49:25.792Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:50:04.984Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:50:25.793Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:51:04.985Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:51:25.793Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:52:04.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:52:25.793Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:53:04.986Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:53:25.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:54:04.988Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:54:25.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:55:04.989Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:55:25.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:56:04.990Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:56:25.796Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:57:04.990Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:57:25.798Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:58:04.992Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:58:25.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T10:59:04.992Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T10:59:25.800Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:00:04.994Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:00:25.802Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:01:04.995Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:01:25.802Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:02:04.997Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:02:25.804Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:03:04.998Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:03:25.804Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:04:04.999Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:04:25.804Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:05:04.999Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:05:25.805Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:06:04.999Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:06:25.806Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:07:05.000Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:07:25.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:08:05.001Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:08:25.807Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:09:05.001Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:09:25.809Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:10:05.002Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:10:25.809Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:11:05.004Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:11:25.810Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:12:05.004Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:12:25.811Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:13:05.005Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:13:25.812Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:14:05.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:14:25.813Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:15:05.007Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:15:25.814Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:16:05.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:16:25.816Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:17:05.010Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:17:25.817Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:18:05.011Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:18:25.817Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:19:05.011Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:19:25.819Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:20:05.011Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:20:25.819Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:21:05.012Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:21:25.821Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:22:05.012Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:22:25.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:23:05.014Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:23:25.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:24:05.015Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:24:25.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:25:05.015Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:25:25.823Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:26:05.016Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:26:25.823Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:27:05.017Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:27:25.824Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:28:05.018Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:28:25.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:29:05.020Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:29:25.826Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:30:05.021Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:30:25.827Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:31:05.023Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:31:25.829Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:32:05.023Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:32:25.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:33:05.024Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:33:25.831Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:34:05.025Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:34:25.832Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:35:05.026Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:35:25.833Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:36:05.026Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:36:25.834Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:37:05.027Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:37:25.834Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:38:05.028Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:38:25.835Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:39:05.030Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:39:25.836Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:40:05.031Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:40:25.836Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:41:05.032Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:41:25.837Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:42:05.034Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:42:25.839Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:43:05.034Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:43:25.840Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:44:05.035Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:44:25.842Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:45:05.036Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:45:25.843Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:46:05.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:46:25.845Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:47:05.037Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:47:25.845Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:48:05.039Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:48:25.847Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:49:05.039Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:49:25.848Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:50:05.040Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:50:25.849Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:51:05.041Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:51:25.849Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:52:05.041Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:52:25.850Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:53:05.043Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:53:25.850Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:54:05.044Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:54:25.852Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:55:05.045Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:55:25.853Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:56:05.047Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:56:25.853Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:57:05.048Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:57:25.854Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:58:05.049Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:58:25.854Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T11:59:05.051Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T11:59:25.856Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:00:05.052Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:00:25.856Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:01:05.053Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:01:25.858Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:02:05.055Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:02:25.858Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:03:05.055Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:03:25.860Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:04:05.057Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:04:25.860Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:05:05.058Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:05:25.862Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:06:05.062Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:06:25.863Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:07:05.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:07:25.863Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:08:05.063Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:08:25.864Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:09:05.065Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:09:25.864Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:10:05.065Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:10:25.864Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:11:05.066Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:11:25.864Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:12:05.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:12:25.865Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:13:05.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:13:25.866Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:14:05.071Z|e7cf571c-8332-4db1-821d-201d4c1256ae|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:14:25.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:15:05.072Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:15:25.867Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:16:05.074Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:16:25.869Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:17:05.075Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:17:25.869Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:18:05.076Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:18:25.870Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:19:05.076Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:19:25.871Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:20:05.078Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:20:25.872Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:21:05.078Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:21:25.874Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:22:05.078Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:22:25.874Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:23:05.079Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:23:25.875Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:24:05.080Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:24:25.876Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:25:05.081Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:25:25.878Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:26:05.082Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:26:25.879Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:27:05.090Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:27:25.879Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:28:05.091Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:28:25.880Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:29:05.092Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:29:25.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:30:05.094Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:30:25.883Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:31:05.097Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:31:25.884Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:32:05.098Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:32:25.885Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:33:05.099Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:33:25.885Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:34:05.100Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:34:25.885Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:35:05.101Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:35:25.886Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:36:05.102Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:36:25.888Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:37:05.103Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:37:25.889Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:38:05.104Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:38:25.890Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:39:05.105Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:39:25.891Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:40:05.105Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:40:25.892Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:41:05.106Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:41:25.892Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:42:05.107Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:42:25.894Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:43:05.109Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:43:25.894Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:44:05.111Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:44:25.896Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:45:05.112Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:45:25.896Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:46:05.112Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:46:25.898Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:47:05.114Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:47:25.899Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:48:05.114Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:48:25.901Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:49:05.116Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:49:25.901Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:50:05.117Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:50:25.903Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:51:05.118Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:51:25.904Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:52:05.118Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:52:25.905Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-02-01T12:53:05.118Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-02-01T12:53:25.905Z|998dcb7a-3e71-4118-95a4-398a223d3445|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO