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-01-10T05:28:13.077Z||main|||||INFO|500||The following profiles are active: basic
2023-01-10T05:28:24.174Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-10T05:28:24.175Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-10T05:28:24.283Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-10T05:28:28.359Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-10T05:28:28.747Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-10T05:28:29.284Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-10T05:28:29.597Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-10T05:28:30.145Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-10T05:28:32.122Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-10T05:28:32.736Z||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-01-10T05:28:35.685Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-10T05:28:35.829Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-10T05:28:35.842Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-10T05:28:35.857Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-10T05:28:36.550Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-10T05:28:36.931Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-10T05:28:38.043Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-10T05:28:38.070Z||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$$461afd56.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-01-10T05:28:38.071Z||main|||||WARN|500||The sdc end point is not alive
2023-01-10T05:28:41.037Z||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-01-10T05:28:43.880Z||main|||||WARN|500||---
2023-01-10T05:28:43.881Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-10T05:28:43.881Z||main|||||WARN|500||---
2023-01-10T05:28:44.240Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-10T05:28:48.964Z||main|||||INFO|500||Started Application in 38.931 seconds (JVM running for 41.3)
2023-01-10T05:28:48.980Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-10T05:28:48.982Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-10T05:28:48.988Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-10T05:28:49.042Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= cf1ffcb4-c587-4ed0-80f8-ea866c5d725a url= /sdc/v1/artifactTypes
2023-01-10T05:28:49.051Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-10T05:28:49.405Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-10T05:28:49.469Z||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-01-10T05:28:49.469Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-10T05:28:49.470Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= c5b0034f-b3c1-4579-801e-f78165948941 url= /sdc/v1/distributionKafkaData
2023-01-10T05:28:49.470Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-10T05:28:49.516Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-10T05:28:49.525Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@35d4ae4d
2023-01-10T05:28:49.643Z||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-04862523-0207-40aa-b1e4-c6310a4b4f80
	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-01-10T05:28:49.692Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Instantiated an idempotent producer.
2023-01-10T05:28:49.769Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-10T05:28:49.826Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-10T05:28:49.826Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-10T05:28:49.826Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673328529823
2023-01-10T05:28:49.831Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-10T05:28:49.849Z||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-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7
	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-01-10T05:28:49.929Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-10T05:28:49.929Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-10T05:28:49.930Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673328529929
2023-01-10T05:28:49.932Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:28:49.935Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:28:49.936Z||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-c4bbb71d-53cf-4796-8eac-616b69b3d74b
	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-01-10T05:28:49.953Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-10T05:28:49.954Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-10T05:28:49.955Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673328529953
2023-01-10T05:28:49.956Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:28:49.958Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:28:49.963Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-10T05:28:50.587Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Cluster ID: oAaCMMy9TmO4U6kvTSbpxg
2023-01-10T05:28:50.587Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 B0wpjHhLTz67I01V9TxolA
2023-01-10T05:28:50.588Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:50.588Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 B0wpjHhLTz67I01V9TxolA
2023-01-10T05:28:50.589Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] ProducerId set to 2003 with epoch 0
2023-01-10T05:28:50.589Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:50.589Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 B0wpjHhLTz67I01V9TxolA
2023-01-10T05:28:50.589Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:50.589Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 B0wpjHhLTz67I01V9TxolA
2023-01-10T05:28:50.590Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 B0wpjHhLTz67I01V9TxolA
2023-01-10T05:28:50.590Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:50.590Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 B0wpjHhLTz67I01V9TxolA
2023-01-10T05:28:50.590Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:50.591Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:50.593Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Cluster ID: oAaCMMy9TmO4U6kvTSbpxg
2023-01-10T05:28:50.593Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Cluster ID: oAaCMMy9TmO4U6kvTSbpxg
2023-01-10T05:28:50.594Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-01-10T05:28:50.594Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Discovered group coordinator onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483647 rack: null)
2023-01-10T05:28:50.608Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] (Re-)joining group
2023-01-10T05:28:50.608Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] (Re-)joining group
2023-01-10T05:28:50.661Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7-13536ddd-bc8f-4561-917c-b0eacc01d596
2023-01-10T05:28:50.662Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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-01-10T05:28:50.662Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] (Re-)joining group
2023-01-10T05:28:50.676Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b-e8017486-b960-4427-bc75-7fe8d78b3fa4
2023-01-10T05:28:50.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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-01-10T05:28:50.677Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] (Re-)joining group
2023-01-10T05:28:56.679Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b-e8017486-b960-4427-bc75-7fe8d78b3fa4', protocol='range'}
2023-01-10T05:28:56.679Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7-13536ddd-bc8f-4561-917c-b0eacc01d596', protocol='range'}
2023-01-10T05:28:56.752Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:56.753Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:56.753Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:56.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:56.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:56.754Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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 SYu3nzFITOanqaUs4djLwA
2023-01-10T05:28:56.758Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b-e8017486-b960-4427-bc75-7fe8d78b3fa4=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-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7-13536ddd-bc8f-4561-917c-b0eacc01d596=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-01-10T05:28:56.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b-e8017486-b960-4427-bc75-7fe8d78b3fa4', protocol='range'}
2023-01-10T05:28:56.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7-13536ddd-bc8f-4561-917c-b0eacc01d596', protocol='range'}
2023-01-10T05:28:56.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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-01-10T05:28:56.773Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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-01-10T05:28:56.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, 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-01-10T05:28:56.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, 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-01-10T05:28:56.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-10T05:28:56.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-10T05:28:56.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-10T05:28:56.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-10T05:28:56.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-10T05:28:56.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-10T05:28:56.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-10T05:28:56.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-10T05:28:56.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-10T05:28:56.790Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-10T05:28:56.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-10T05:28:56.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-10T05:28:56.816Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-10T05:28:56.818Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-10T05:28:56.862Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-10T05:28:56.863Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-10T05:28:56.864Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-10T05:28:56.864Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-10T05:28:56.869Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-10T05:28:56.870Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-10T05:28:56.873Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-10T05:28:56.873Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-10T05:28:56.875Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-10T05:28:56.875Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-10T05:29:49.939Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:29:49.958Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:30:49.941Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:30:49.959Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:31:49.943Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:31:49.961Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:32:49.945Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:32:49.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:33:49.947Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:33:49.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:34:49.948Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:34:49.963Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:35:49.949Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:35:49.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:36:49.950Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:36:49.965Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:37:49.952Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:37:49.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:37:50.673Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4bbb71d-53cf-4796-8eac-616b69b3d74b, groupId=so] Node -1 disconnected.
2023-01-10T05:37:50.694Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-af4bdd72-d718-4bed-b6f7-e8007a4ed2c7, groupId=so] Node -1 disconnected.
2023-01-10T05:37:50.816Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Node -1 disconnected.
2023-01-10T05:38:12.886Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-10T05:38:49.954Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:38:49.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:39:49.954Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:39:49.968Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:40:49.956Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:40:49.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:41:49.956Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:41:49.969Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:42:49.957Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:42:49.971Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:43:49.959Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:43:49.971Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:44:49.961Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:44:49.973Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:45:49.962Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:45:49.975Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:46:49.963Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:46:49.975Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:47:49.964Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:47:49.977Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:48:49.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:48:49.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:49:49.966Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:49:49.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:50:49.969Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:50:49.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:51:49.969Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:51:49.979Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:52:49.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:52:49.979Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:53:49.972Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:53:49.980Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:54:49.973Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:54:49.981Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:55:49.976Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:55:49.982Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:56:49.977Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:56:49.982Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:57:49.978Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:57:49.984Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:58:49.980Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:58:49.984Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T05:59:49.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T05:59:49.985Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:00:49.983Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:00:49.986Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:01:49.985Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:01:49.987Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:02:49.986Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:02:49.992Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:03:49.988Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:03:49.993Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:04:49.989Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:04:49.994Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:05:49.990Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:05:49.995Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:06:49.992Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:06:49.995Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:07:49.994Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:07:49.995Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:08:49.995Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:08:49.996Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:09:49.995Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:09:49.998Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:10:49.998Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:10:49.999Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:11:49.999Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:11:49.999Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:12:50.001Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:12:50.001Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:13:50.003Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:13:50.003Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:14:50.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:14:50.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:15:50.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:15:50.005Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:16:50.006Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:16:50.007Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:17:50.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:17:50.009Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:18:50.008Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:18:50.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:19:50.010Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:19:50.010Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:20:50.011Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:20:50.012Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:21:50.013Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:21:50.014Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:22:50.015Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:22:50.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:23:50.016Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:23:50.015Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:24:50.016Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:24:50.017Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:25:50.017Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:25:50.018Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:26:50.020Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:26:50.020Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:27:50.020Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:27:50.021Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:28:50.021Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:28:50.021Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:29:50.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:29:50.023Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:30:50.023Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:30:50.024Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:31:50.024Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:31:50.024Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:32:50.026Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:32:50.026Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:33:50.027Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:33:50.028Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:34:50.029Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:34:50.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:35:50.030Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:35:50.031Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:36:50.031Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:36:50.033Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:37:50.033Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:37:50.034Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:38:50.035Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:38:50.035Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:39:50.036Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:39:50.036Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:40:50.037Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:40:50.037Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:41:02.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T06:41:02.184Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"431862a4-e2df-4f44-9d51-e21bbdd7ba2b","serviceName":"vFW 2023-01-10 06-39-37","serviceVersion":"1.0","serviceUUID":"f777b27a-617b-4e87-8387-f36dbe9c8d0c","serviceDescription":"catalog service description","serviceInvariantUUID":"73dadae1-b152-4478-b19f-62142b327d70","resources":[{"resourceInstanceName":"vFW a2409a04-869a 0","resourceName":"vFW a2409a04-869a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d1bfb6e1-1bd0-4814-8071-4b9ef23311ac","resourceInvariantUUID":"af50078a-24ab-40fc-bdb6-2aa8cc49700c","resourceCustomizationUUID":"2d65bf00-91bb-458b-88a1-7103ca4977c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml","artifactChecksum":"M2EzNzJhNmUxNjM5MDU4NDEwNTkxMWFhNzNhNDVlMDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ad48ddc-217d-4a04-aed0-6c1da51deb2c","artifactVersion":"1"},{"artifactName":"vfwa2409a04869a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json","artifactChecksum":"Yzg4NmExNTBhNjI1Njk5N2FlOWMxOWI3MWY5ZDk2Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"88dcca1c-a28b-4b03-b35f-7d50d0832bee","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2cd70ba0-8ed5-4b10-9883-ded0142d2688","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml","artifactChecksum":"YTFkZGJiZjhjM2ZhZGE3Zjg0OGJmZWNmMTNjNjE1ZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2775c706-bfd1-4cfd-88ab-1abf6fc8ca36","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3ddbee76-fce9-4765-81d5-886263bb8d16","artifactVersion":"2","generatedFromUUID":"2cd70ba0-8ed5-4b10-9883-ded0142d2688"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230110063937-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml","artifactChecksum":"MDk2NDQ3M2UwYTlhNWNmYWRkNGU1ZmVlNGQ5NDExN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b27baa3-c436-4083-aae3-1a6fca9343b9","artifactVersion":"1"},{"artifactName":"service-Vfw20230110063937-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar","artifactChecksum":"N2FjMjBhMDdhZjg5ODUwMmEwODAzMzhhNTE4MWI4ODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4302241-b536-46e9-aba9-35f6e8ea2c32","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T06:41:02.206Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:41:02.220Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:02.220Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:02.221Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:02.229Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T06:41:02.229Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T06:41:02.229Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T06:41:02.230Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T06:41:02.230Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T06:41:02.230Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T06:41:02.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:41:02.251Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332851930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:41:02.274Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:41:03.261Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:41:03.261Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:03.262Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:03.262Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:04.263Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:41:04.264Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:04.264Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:04.264Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:05.265Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:41:05.266Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:05.266Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:05.266Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:06.267Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:41:06.268Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:06.268Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:06.268Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:07.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:41:07.269Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:07.270Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:07.270Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:08.270Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:41:08.271Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:08.271Z||pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:08.271Z||pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:09.278Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "serviceName": "vFW 2023-01-10 06-39-37",
  "serviceVersion": "1.0",
  "serviceUUID": "f777b27a-617b-4e87-8387-f36dbe9c8d0c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "73dadae1-b152-4478-b19f-62142b327d70",
  "resources": [
    {
      "resourceInstanceName": "vFW a2409a04-869a 0",
      "resourceCustomizationUUID": "2d65bf00-91bb-458b-88a1-7103ca4977c3",
      "resourceName": "vFW a2409a04-869a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d1bfb6e1-1bd0-4814-8071-4b9ef23311ac",
      "resourceInvariantUUID": "af50078a-24ab-40fc-bdb6-2aa8cc49700c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa2409a04869a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
          "artifactChecksum": "Yzg4NmExNTBhNjI1Njk5N2FlOWMxOWI3MWY5ZDk2Y2M\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "88dcca1c-a28b-4b03-b35f-7d50d0832bee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2cd70ba0-8ed5-4b10-9883-ded0142d2688",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3ddbee76-fce9-4765-81d5-886263bb8d16",
            "generatedFromUUID": "2cd70ba0-8ed5-4b10-9883-ded0142d2688"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3ddbee76-fce9-4765-81d5-886263bb8d16",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230110063937-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
      "artifactChecksum": "N2FjMjBhMDdhZjg5ODUwMmEwODAzMzhhNTE4MWI4ODg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f4302241-b536-46e9-aba9-35f6e8ea2c32"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T06:41:09.279Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T06:41:09.280Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f777b27a-617b-4e87-8387-f36dbe9c8d0c ASDC
2023-01-10T06:41:09.404Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:431862a4-e2df-4f44-9d51-e21bbdd7ba2b
ServiceName:vFW 2023-01-10 06-39-37
ServiceVersion:1.0
ServiceUUID:f777b27a-617b-4e87-8387-f36dbe9c8d0c
ServiceInvariantUUID:73dadae1-b152-4478-b19f-62142b327d70
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230110063937-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar
ArtifactUUID:f4302241-b536-46e9-aba9-35f6e8ea2c32
ArtifactChecksum:N2FjMjBhMDdhZjg5ODUwMmEwODAzMzhhNTE4MWI4ODg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a2409a04-869a 0
ResourceCustomizationUUID:2d65bf00-91bb-458b-88a1-7103ca4977c3
ResourceInvariantUUID:af50078a-24ab-40fc-bdb6-2aa8cc49700c
ResourceName:vFW a2409a04-869a
ResourceType:VF
ResourceUUID:d1bfb6e1-1bd0-4814-8071-4b9ef23311ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa2409a04869a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json
ArtifactUUID:88dcca1c-a28b-4b03-b35f-7d50d0832bee
ArtifactChecksum:Yzg4NmExNTBhNjI1Njk5N2FlOWMxOWI3MWY5ZDk2Y2M=
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/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml
ArtifactUUID:2cd70ba0-8ed5-4b10-9883-ded0142d2688
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/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env
ArtifactUUID:3ddbee76-fce9-4765-81d5-886263bb8d16
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/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env
ArtifactUUID:3ddbee76-fce9-4765-81d5-886263bb8d16
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-10T06:41:09.405Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f777b27a-617b-4e87-8387-f36dbe9c8d0c 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-01-10T06:41:09.656Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:41:09.657Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T06:41:09.658Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T06:41:09.659Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4302241-b536-46e9-aba9-35f6e8ea2c32 from URL: /sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:09.659Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:41:09.660Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:09.834Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:41:09.853Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar f4302241-b536-46e9-aba9-35f6e8ea2c32 101535
2023-01-10T06:41:09.854Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar ASDC sendASDCNotification
2023-01-10T06:41:09.855Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:09.855Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:41:09.856Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:09.856Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:09.856Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332869854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:10.857Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:41:10.858Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T06:41:10.858Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f4302241-b536-46e9-aba9-35f6e8ea2c32, URL: /sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar to file: /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:10.859Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230110063937-csar.csar
2023-01-10T06:41:10.938Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:10.939Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:11.608Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13793809829083937539/Definitions/service-Vfw20230110063937-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-01-10T06:41:14.252Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T06:41:14.258Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T06:41:14.258Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.259Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-10T06:41:14.259Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.260Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.260Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||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-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.260Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a2409a04-869a 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-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.261Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.261Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.261Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.261Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.262Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.262Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.262Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:14.263Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T06:41:14.269Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.271Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:14.275Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:14.275Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T06:41:14.277Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:41:14.279Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.279Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:14.279Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:14.280Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T06:41:14.280Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:41:14.281Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.281Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:14.284Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.284Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is not matching search criteria
2023-01-10T06:41:14.285Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T06:41:14.285Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T06:41:14.285Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.286Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.286Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T06:41:14.286Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.287Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T06:41:14.287Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T06:41:14.288Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T06:41:14.288Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.288Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.289Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T06:41:14.289Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.289Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T06:41:14.290Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.290Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T06:41:14.290Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.291Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:41:14.292Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.292Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:14.293Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:14.293Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.294Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:14.294Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:14.294Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.295Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:14.295Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:14.295Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.296Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is not matching search criteria
2023-01-10T06:41:14.296Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T06:41:14.296Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-10T06:41:14.297Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T06:41:14.297Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T06:41:14.297Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T06:41:14.298Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.298Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.299Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T06:41:14.299Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.299Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T06:41:14.299Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.300Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c25fc502-f39a-49d2-9ef0-e4e826e46897
2023-01-10T06:41:14.300Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.301Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is not matching search criteria
2023-01-10T06:41:14.301Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T06:41:14.301Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T06:41:14.302Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.302Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.302Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T06:41:14.303Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.303Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T06:41:14.303Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-10T06:41:14.304Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T06:41:14.304Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.304Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T06:41:14.305Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.305Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a2903950-1aee-4dfb-9c8a-7a4dc9b0d18d
2023-01-10T06:41:14.305Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.306Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is not matching search criteria
2023-01-10T06:41:14.306Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T06:41:14.306Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T06:41:14.307Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.307Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.308Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T06:41:14.308Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.308Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T06:41:14.309Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T06:41:14.309Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T06:41:14.309Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:14.310Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:14.310Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-10T06:41:14.310Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b3db511-6eeb-42f5-9c62-5bfc96091b3f
2023-01-10T06:41:14.311Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.311Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:14.311Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.312Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:14.312Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.312Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:14.313Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:14.313Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:14.313Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-10 06-39-37
Description:catalog service description
Model UUID:f777b27a-617b-4e87-8387-f36dbe9c8d0c
Model Version:NULL
Model InvariantUuid:73dadae1-b152-4478-b19f-62142b327d70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a2409a04-869a
Model UUID:44524d74-09a1-459d-b3f8-6f111dcd5ada
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af50078a-24ab-40fc-bdb6-2aa8cc49700c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d65bf00-91bb-458b-88a1-7103ca4977c3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e2b6b94e-3525-4f38-8ada-247ae6527b33
ModelName:VfwA2409a04869a..base_vfw..module-0
ModelUuid:c9580826-be36-4025-b72c-205e2dfeffde
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c25fc502-f39a-49d2-9ef0-e4e826e46897
ModelInvariantUuid:649e4ac7-bab9-406c-8262-1993696f466d
ModelName:vFW a2409a04-869a-nodes.vfwCvfc
ModelUuid:5c674578-bed6-47f0-b593-9127290fa47d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:3dbcf4a5-d7f3-4b6b-9cc5-4dd26ffb52d7
ModelInvariantUuid:349f4776-2cb7-4aa2-b7bc-c9089b3d3c5e
ModelName:VfwA2409a04869a.compute.nodes.heat.vfw
ModelUuid:a81b32cd-c6aa-40a4-9c8c-21ddd0a5c4e4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a2903950-1aee-4dfb-9c8a-7a4dc9b0d18d
ModelInvariantUuid:1df2fdd9-f528-441b-8f30-0c3f19c7f117
ModelName:vFW a2409a04-869a-nodes.vsnCvfc
ModelUuid:c2eae694-0811-40fa-ad46-37ecfa0e25ee
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:33b73e08-6461-4841-ad3a-9b73c2b13a17
ModelInvariantUuid:bf414577-5635-4fbf-9c30-01647d7cd638
ModelName:VfwA2409a04869a.compute.nodes.heat.vsn
ModelUuid:cc5d71de-7fec-4b89-a4ce-ff3555891af7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1b3db511-6eeb-42f5-9c62-5bfc96091b3f
ModelInvariantUuid:7113fd2d-7bcc-4e8b-8887-d783cafa9d2f
ModelName:vFW a2409a04-869a-nodes.vpgCvfc
ModelUuid:b262f4ca-dc36-48e0-9b6d-a696fc70f800
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:8a8c396c-934a-4fad-a12e-86507bffa8e2
ModelInvariantUuid:1c212422-b88e-4b26-8043-a251100d27ff
ModelName:VfwA2409a04869a.compute.nodes.heat.vpg
ModelUuid:dd3a36db-4289-40b5-915c-b42e40fde796
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-01-10T06:41:14.333Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d1bfb6e1-1bd0-4814-8071-4b9ef23311ac
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-01-10T06:41:14.436Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||vFW a2409a04-869a 0
2023-01-10T06:41:14.444Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d1bfb6e1-1bd0-4814-8071-4b9ef23311ac
2023-01-10T06:41:14.444Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 88dcca1c-a28b-4b03-b35f-7d50d0832bee from URL: /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json
2023-01-10T06:41:14.444Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:41:14.445Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json
2023-01-10T06:41:14.537Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:41:14.537Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json 88dcca1c-a28b-4b03-b35f-7d50d0832bee 785
2023-01-10T06:41:14.538Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json ASDC sendASDCNotification
2023-01-10T06:41:14.538Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json
2023-01-10T06:41:14.538Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:41:14.539Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:14.539Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:14.539Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332874538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:15.541Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2409a04869a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e2b6b94e-3525-4f38-8ada-247ae6527b33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9580826-be36-4025-b72c-205e2dfeffde",
    "vfModuleModelCustomizationUUID": "237354e6-a58f-4f59-b290-347d7d5356f0",
    "isBase": true,
    "artifacts": [
      "2cd70ba0-8ed5-4b10-9883-ded0142d2688",
      "3ddbee76-fce9-4765-81d5-886263bb8d16"
    ],
    "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-01-10T06:41:15.555Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2409a04869a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9580826-be36-4025-b72c-205e2dfeffde
VfModuleModelInvariantUUID:e2b6b94e-3525-4f38-8ada-247ae6527b33
VfModuleModelDescription:NULL
Artifacts UUID List:{
2cd70ba0-8ed5-4b10-9883-ded0142d2688
,
3ddbee76-fce9-4765-81d5-886263bb8d16

}
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-01-10T06:41:15.559Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA2409a04869a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e2b6b94e-3525-4f38-8ada-247ae6527b33",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c9580826-be36-4025-b72c-205e2dfeffde",
    "vfModuleModelCustomizationUUID": "237354e6-a58f-4f59-b290-347d7d5356f0",
    "isBase": true,
    "artifacts": [
      "2cd70ba0-8ed5-4b10-9883-ded0142d2688",
      "3ddbee76-fce9-4765-81d5-886263bb8d16"
    ],
    "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-01-10T06:41:15.560Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA2409a04869a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c9580826-be36-4025-b72c-205e2dfeffde
VfModuleModelInvariantUUID:e2b6b94e-3525-4f38-8ada-247ae6527b33
VfModuleModelDescription:NULL
Artifacts UUID List:{
2cd70ba0-8ed5-4b10-9883-ded0142d2688
,
3ddbee76-fce9-4765-81d5-886263bb8d16

}
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-01-10T06:41:15.560Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2cd70ba0-8ed5-4b10-9883-ded0142d2688 from URL: /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml
2023-01-10T06:41:15.561Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:41:15.562Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml
2023-01-10T06:41:15.755Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:41:15.756Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml 2cd70ba0-8ed5-4b10-9883-ded0142d2688 20368
2023-01-10T06:41:15.757Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-10T06:41:15.757Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml
2023-01-10T06:41:15.757Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:41:15.758Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:15.758Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:15.758Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332875757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:16.759Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3ddbee76-fce9-4765-81d5-886263bb8d16 from URL: /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env
2023-01-10T06:41:16.760Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:41:16.760Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env
2023-01-10T06:41:16.963Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:41:16.964Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env 3ddbee76-fce9-4765-81d5-886263bb8d16 2098
2023-01-10T06:41:16.964Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-10T06:41:16.965Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env
2023-01-10T06:41:16.965Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:41:16.965Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:16.965Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:16.966Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332876964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:17.967Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f777b27a-617b-4e87-8387-f36dbe9c8d0c
2023-01-10T06:41:17.967Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a2409a04-869a 0 d1bfb6e1-1bd0-4814-8071-4b9ef23311ac 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-01-10T06:41:18.009Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72f2708f, org.onap.sdc.toscaparser.api.parameters.Input@6527bb2a, org.onap.sdc.toscaparser.api.parameters.Input@3f358035, org.onap.sdc.toscaparser.api.parameters.Input@f97de69, org.onap.sdc.toscaparser.api.parameters.Input@6e00b11c]
2023-01-10T06:41:18.014Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.015Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.015Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-01-10T06:41:18.015Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2d65bf00-91bb-458b-88a1-7103ca4977c3
2023-01-10T06:41:18.015Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d65bf00-91bb-458b-88a1-7103ca4977c3 matches Tosca VF Customization UUID: 2d65bf00-91bb-458b-88a1-7103ca4977c3
2023-01-10T06:41:18.016Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2d65bf00-91bb-458b-88a1-7103ca4977c3  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-01-10T06:41:18.024Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.025Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.027Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2d65bf00-91bb-458b-88a1-7103ca4977c3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-10T06:41:18.027Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11a69ccb
2023-01-10T06:41:18.027Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.028Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:41:18.028Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 237354e6-a58f-4f59-b290-347d7d5356f0
2023-01-10T06:41:18.030Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 237354e6-a58f-4f59-b290-347d7d5356f0
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-01-10T06:41:18.037Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.037Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:18.038Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:18.039Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.039Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:18.040Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:18.040Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.041Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is not matching search criteria
2023-01-10T06:41:18.041Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T06:41:18.042Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-10T06:41:18.042Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T06:41:18.043Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T06:41:18.043Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T06:41:18.044Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.044Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:18.045Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T06:41:18.045Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:18.046Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T06:41:18.046Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.046Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c25fc502-f39a-49d2-9ef0-e4e826e46897
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-01-10T06:41:18.058Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.059Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:18.059Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:18.065Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.065Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is not matching search criteria
2023-01-10T06:41:18.066Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T06:41:18.066Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T06:41:18.066Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:18.067Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.067Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T06:41:18.067Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.067Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T06:41:18.068Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-10T06:41:18.068Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-10T06:41:18.068Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:18.068Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-10T06:41:18.069Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.069Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a2903950-1aee-4dfb-9c8a-7a4dc9b0d18d
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-01-10T06:41:18.071Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.071Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:18.071Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:18.074Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.074Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is not matching search criteria
2023-01-10T06:41:18.074Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-10T06:41:18.075Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-10T06:41:18.075Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:18.075Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.075Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-10T06:41:18.076Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.076Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-10T06:41:18.076Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-10T06:41:18.076Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-10T06:41:18.077Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-10T06:41:18.077Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-10T06:41:18.077Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-10T06:41:18.077Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1b3db511-6eeb-42f5-9c62-5bfc96091b3f
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-01-10T06:41:18.079Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.080Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:18.080Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:41:18.080Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.081Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Node template vFW a2409a04-869a 0 is matching search criteria
2023-01-10T06:41:18.081Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW a2409a04-869a 0] matching following query criteria: sdcType=VF, customizationUUID=2d65bf00-91bb-458b-88a1-7103ca4977c3
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-01-10T06:41:18.082Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.082Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.083Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f777b27a-617b-4e87-8387-f36dbe9c8d0c: vFW a2409a04-869a
2023-01-10T06:41:18.083Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.084Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.084Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.084Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.085Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.085Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.086Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.086Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.087Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:41:18.087Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-10 06-39-37 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:41:18.087Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-10 06-39-37 
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-01-10T06:41:18.292Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a2409a04-869a d1bfb6e1-1bd0-4814-8071-4b9ef23311ac 1 ASDC deployResourceStructure
2023-01-10T06:41:18.293Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json ASDC sendASDCNotification
2023-01-10T06:41:18.293Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json
2023-01-10T06:41:18.294Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:41:18.294Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:18.294Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:18.294Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332878293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:19.296Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-10T06:41:19.297Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml
2023-01-10T06:41:19.297Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:41:19.297Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:19.298Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:19.298Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332879296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:20.300Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-10T06:41:20.300Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env
2023-01-10T06:41:20.301Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:41:20.301Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:20.301Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:20.301Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332880300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:21.303Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar ASDC sendASDCNotification
2023-01-10T06:41:21.304Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar
2023-01-10T06:41:21.304Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:41:21.304Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:41:21.305Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:41:21.305Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332881303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:22.308Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:41:22.336Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
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-01-10T06:41:22.338Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:41:22.338Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T06:41:22.338Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T06:41:49.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:41:49.961Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:41:49.962Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332838320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:41:49.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:41:52.339Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:41:52.351Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
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-01-10T06:41:52.353Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:41:52.353Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T06:41:52.354Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T06:42:22.354Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:42:22.364Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
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-01-10T06:42:22.366Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:42:22.366Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T06:42:22.367Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T06:42:49.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:42:49.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332858402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332833653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332863020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332838320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332858402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332851930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332833653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332863020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332851930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332838320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332858402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332833653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.978Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332863020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.979Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332838320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.979Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.979Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332851930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.980Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.980Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332858402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.981Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332833653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.981Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.981Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.982Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332863020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.982Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.982Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332851930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.983Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332858402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.983Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.983Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332838320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.984Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332833653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332863020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.986Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.986Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332851930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.986Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.987Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332858402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.987Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.987Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.987Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332838320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.988Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.988Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.988Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.989Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332833653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.989Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.989Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.989Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332863020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.990Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.990Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332851930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:49.990Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.991Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332858402,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.991Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.991Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.992Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332838320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.992Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.992Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.992Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332850037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.993Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.993Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332833653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.993Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.993Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332863020,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:49.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.994Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332869625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:49.994Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.995Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332870500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:49.995Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.995Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332870447,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:49.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.996Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332870480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:49.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332869854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:49.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:49.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:49.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332871520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-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-01-10T06:42:50.007Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
2023-01-10T06:42:50.007Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431862a4-e2df-4f44-9d51-e21bbdd7ba2b 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-01-10T06:42:50.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.016Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332871464,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.017Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332870776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.018Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "policy-distribution",
  "timestamp": 1673332872470,
  "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-01-10T06:42:50.022Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
2023-01-10T06:42:50.022Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431862a4-e2df-4f44-9d51-e21bbdd7ba2b 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-01-10T06:42:50.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.030Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332871915,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.031Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332872997,
  "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-01-10T06:42:50.035Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
2023-01-10T06:42:50.035Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431862a4-e2df-4f44-9d51-e21bbdd7ba2b 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-01-10T06:42:50.042Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.043Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332873472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.043Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.043Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.044Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332871651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.044Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332872523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.044Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.044Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332873999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.045Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.045Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.045Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332873472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.046Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332871651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.046Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.046Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.046Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332872523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.047Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332874538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.047Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.047Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.048Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.048Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332875004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.048Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.049Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332873472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.049Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.049Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.049Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332871651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332872523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.050Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.050Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.050Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332875757,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.051Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332875004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.051Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.051Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.052Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.052Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332873472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.052Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332871651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332872523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.053Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332875004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332876964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332873472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.056Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.056Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332871651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.056Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332872523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.057Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.057Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.057Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332875004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.058Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.058Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.058Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332871651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.059Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332873472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.059Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332872523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332878293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/vfwa2409a04869a0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332875004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673332871651,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332872523,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332873472,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332879296,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332875004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.065Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332880300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/resourceInstances/vfwa2409a04869a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.066Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332881424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332881357,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.067Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332875004,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.067Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.068Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.068Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.068Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673332881303,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673332882429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-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-01-10T06:42:50.084Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d47cf099-d936-4a97-a631-1f2d939a7c5e
2023-01-10T06:42:50.085Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d47cf099-d936-4a97-a631-1f2d939a7c5e 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-01-10T06:42:50.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.095Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332882370,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.096Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332882195,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.097Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332882206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.098Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "policy-distribution",
  "timestamp": 1673332883372,
  "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-01-10T06:42:50.105Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d47cf099-d936-4a97-a631-1f2d939a7c5e
2023-01-10T06:42:50.105Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d47cf099-d936-4a97-a631-1f2d939a7c5e 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-01-10T06:42:50.113Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.113Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332883320,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.114Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.114Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332884414,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.114Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.115Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332885443,
  "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-01-10T06:42:50.122Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d47cf099-d936-4a97-a631-1f2d939a7c5e
2023-01-10T06:42:50.122Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d47cf099-d936-4a97-a631-1f2d939a7c5e 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-01-10T06:42:50.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673332886446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.130Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.130Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332887244,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.131Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332888249,
  "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-01-10T06:42:50.136Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
2023-01-10T06:42:50.136Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431862a4-e2df-4f44-9d51-e21bbdd7ba2b 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-01-10T06:42:50.144Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.144Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332887971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230110063937/1.0/artifacts/service-Vfw20230110063937-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.145Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.145Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.145Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332888975,
  "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-01-10T06:42:50.151Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
2023-01-10T06:42:50.151Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 431862a4-e2df-4f44-9d51-e21bbdd7ba2b 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-01-10T06:42:50.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.159Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.159Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.159Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.160Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332893020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.161Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332893020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.162Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.162Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.162Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332893020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.163Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.163Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.163Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332893020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.164Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.164Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332874194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.165Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332893020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332897128,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.166Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.166Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332893020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:42:50.166Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332893020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:42:50.167Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.167Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.167Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332900305,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:42:50.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332899641,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.168Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.168Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.168Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673332900645,
  "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-01-10T06:42:50.173Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d47cf099-d936-4a97-a631-1f2d939a7c5e
2023-01-10T06:42:50.173Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d47cf099-d936-4a97-a631-1f2d939a7c5e 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-01-10T06:42:50.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332909199,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:42:50.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:42:50.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:42:50.183Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1673332910203,
  "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-01-10T06:42:50.189Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d47cf099-d936-4a97-a631-1f2d939a7c5e
2023-01-10T06:42:50.189Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d47cf099-d936-4a97-a631-1f2d939a7c5e 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-01-10T06:42:52.367Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:42:52.381Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b
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-01-10T06:42:52.383Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:42:52.383Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T06:42:52.383Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T06:42:52.384Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T06:42:52.384Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:42:52.384Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:42:52.384Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:42:52.384Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:42:52.384Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:42:52.384Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-10T06:42:52.403Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T06:43:22.404Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b 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-01-10T06:43:22.414Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 431862a4-e2df-4f44-9d51-e21bbdd7ba2b and serviceModelVersionId: f777b27a-617b-4e87-8387-f36dbe9c8d0c
2023-01-10T06:43:22.414Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 73dadae1-b152-4478-b19f-62142b327d70
2023-01-10T06:43:37.490Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0
2023-01-10T06:43:37.599Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T06:43:38.091Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0|INFO|500||Invoke
2023-01-10T06:43:38.097Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[431862a4-e2df-4f44-9d51-e21bbdd7ba2b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[74a5980b-c29b-4b98-8d28-e381a50b2a6f], X-ECOMP-RequestID=[431862a4-e2df-4f44-9d51-e21bbdd7ba2b], X-TransactionId=[], X-ONAP-RequestID=[431862a4-e2df-4f44-9d51-e21bbdd7ba2b], Content-Type=[application/merge-patch+json]}
2023-01-10T06:43:38.214Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T06:43:38.425Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?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/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 06:43:38 GMT], content-length=[0], vertex-id=[188648], x-aai-txid=[1-aai-resources-230110-06:43:38:314-23269], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T06:43:38.432Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-10T06:43:38.433Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/73dadae1-b152-4478-b19f-62142b327d70/model-vers/model-ver/f777b27a-617b-4e87-8387-f36dbe9c8d0c?depth=0|INFO|500||InvokeReturn
2023-01-10T06:43:38.438Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T06:43:38.439Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-10T06:43:38.446Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-10T06:43:38.447Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 431862a4-e2df-4f44-9d51-e21bbdd7ba2b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T06:43:38.448Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T06:43:38.449Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:38.449Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:38.450Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333018448,
  "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-01-10T06:43:39.466Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:43:39.472Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T06:43:39.472Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"d47cf099-d936-4a97-a631-1f2d939a7c5e","serviceName":"basic_onboard_yUAwMJ","serviceVersion":"1.0","serviceUUID":"44096f75-9b95-4151-8e26-f38697ea4266","serviceDescription":"service","serviceInvariantUUID":"84f84b09-a11f-4214-8bde-2a43df87902f","resources":[{"resourceInstanceName":"basic_onboard_yUAwMJ 0","resourceName":"basic_onboard_yUAwMJ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3231fc2c-fa3c-4308-bdb7-a9e41977ec5a","resourceInvariantUUID":"27be933e-e072-4854-b776-d5b03611bc68","resourceCustomizationUUID":"ca07a254-17a4-4687-9a41-5dc566399d4e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml","artifactChecksum":"ZWUwNTkwMzk1NjIxOTBhMjI0YmYyMmRmZDExMzkxYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"411253fc-18b6-4ed6-a485-9f838ac1b31b","artifactVersion":"1"},{"artifactName":"basic_onboard_yuawmj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json","artifactChecksum":"NjBkYTNlNDU2NjAzNzIwMWM2ZmQzNjE2MmM4MTIxN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19900fed-a19b-4e3d-b1e6-428ced7eabed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5bc98909-232b-4655-b01d-71d2e5726089","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47626551-7ac6-4d1b-8aa2-17c85a577e9f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2c225f5f-d726-48e9-bc77-8d35fd06b602","artifactVersion":"2","generatedFromUUID":"5bc98909-232b-4655-b01d-71d2e5726089"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYuawmj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml","artifactChecksum":"MmY2MmVmNmNiMWU0NTRjNDBkOTI5MTIyMTc3NGZlODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43aa4f03-dc2f-469e-b990-f77425eb0e9e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYuawmj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar","artifactChecksum":"MzUxMjQ5ZTJmYjZiNzM4MmZhNmY0MjQyOTU1YWQyZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"091d9a12-7cd1-4074-9ce1-4d4bcf0bf8c1","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T06:43:39.475Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:43:39.476Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:39.476Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:39.476Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:40.477Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:43:40.477Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:40.477Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:40.478Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:41.478Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:43:41.479Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:41.479Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:41.479Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:42.480Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:43:42.481Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:42.481Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:42.481Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:43.482Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:43:43.483Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:43.483Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:43.483Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:44.484Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:43:44.484Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:44.484Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:44.484Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:45.485Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:43:45.486Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:45.486Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:45.486Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:46.488Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "serviceName": "basic_onboard_yUAwMJ",
  "serviceVersion": "1.0",
  "serviceUUID": "44096f75-9b95-4151-8e26-f38697ea4266",
  "serviceDescription": "service",
  "serviceInvariantUUID": "84f84b09-a11f-4214-8bde-2a43df87902f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_yUAwMJ 0",
      "resourceCustomizationUUID": "ca07a254-17a4-4687-9a41-5dc566399d4e",
      "resourceName": "basic_onboard_yUAwMJ",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3231fc2c-fa3c-4308-bdb7-a9e41977ec5a",
      "resourceInvariantUUID": "27be933e-e072-4854-b776-d5b03611bc68",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_yuawmj0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
          "artifactChecksum": "NjBkYTNlNDU2NjAzNzIwMWM2ZmQzNjE2MmM4MTIxN2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "19900fed-a19b-4e3d-b1e6-428ced7eabed",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5bc98909-232b-4655-b01d-71d2e5726089",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2c225f5f-d726-48e9-bc77-8d35fd06b602",
            "generatedFromUUID": "5bc98909-232b-4655-b01d-71d2e5726089"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2c225f5f-d726-48e9-bc77-8d35fd06b602",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardYuawmj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
      "artifactChecksum": "MzUxMjQ5ZTJmYjZiNzM4MmZhNmY0MjQyOTU1YWQyZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "091d9a12-7cd1-4074-9ce1-4d4bcf0bf8c1"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T06:43:46.488Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T06:43:46.489Z|431862a4-e2df-4f44-9d51-e21bbdd7ba2b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 44096f75-9b95-4151-8e26-f38697ea4266 ASDC
2023-01-10T06:43:46.489Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d47cf099-d936-4a97-a631-1f2d939a7c5e
ServiceName:basic_onboard_yUAwMJ
ServiceVersion:1.0
ServiceUUID:44096f75-9b95-4151-8e26-f38697ea4266
ServiceInvariantUUID:84f84b09-a11f-4214-8bde-2a43df87902f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardYuawmj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar
ArtifactUUID:091d9a12-7cd1-4074-9ce1-4d4bcf0bf8c1
ArtifactChecksum:MzUxMjQ5ZTJmYjZiNzM4MmZhNmY0MjQyOTU1YWQyZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_yUAwMJ 0
ResourceCustomizationUUID:ca07a254-17a4-4687-9a41-5dc566399d4e
ResourceInvariantUUID:27be933e-e072-4854-b776-d5b03611bc68
ResourceName:basic_onboard_yUAwMJ
ResourceType:VF
ResourceUUID:3231fc2c-fa3c-4308-bdb7-a9e41977ec5a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_yuawmj0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json
ArtifactUUID:19900fed-a19b-4e3d-b1e6-428ced7eabed
ArtifactChecksum:NjBkYTNlNDU2NjAzNzIwMWM2ZmQzNjE2MmM4MTIxN2Y=
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/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5bc98909-232b-4655-b01d-71d2e5726089
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/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env
ArtifactUUID:2c225f5f-d726-48e9-bc77-8d35fd06b602
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/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env
ArtifactUUID:2c225f5f-d726-48e9-bc77-8d35fd06b602
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-10T06:43:46.489Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44096f75-9b95-4151-8e26-f38697ea4266 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-01-10T06:43:46.528Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:43:46.529Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T06:43:46.529Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T06:43:46.529Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 091d9a12-7cd1-4074-9ce1-4d4bcf0bf8c1 from URL: /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:46.530Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:43:46.530Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:46.875Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:43:46.884Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar 091d9a12-7cd1-4074-9ce1-4d4bcf0bf8c1 75695
2023-01-10T06:43:46.884Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar ASDC sendASDCNotification
2023-01-10T06:43:46.884Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:46.884Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:43:46.885Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:46.885Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:46.885Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333026884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:47.886Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:43:47.886Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T06:43:47.887Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 091d9a12-7cd1-4074-9ce1-4d4bcf0bf8c1, URL: /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar to file: /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:47.887Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:47.887Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:47.887Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:48.093Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8835696624521018806/Definitions/service-BasicOnboardYuawmj-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-01-10T06:43:49.261Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T06:43:49.262Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T06:43:49.262Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.262Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yUAwMJ 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-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||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-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:49.263Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T06:43:49.264Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.264Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:49.264Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:49.264Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T06:43:49.264Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:43:49.265Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.265Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:49.265Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:49.265Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T06:43:49.266Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:43:49.266Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.266Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:49.266Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.266Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is not matching search criteria
2023-01-10T06:43:49.266Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-10T06:43:49.267Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-10T06:43:49.267Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-10T06:43:49.267Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-10T06:43:49.267Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T06:43:49.267Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.267Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:43:49.268Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.268Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:49.268Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:43:49.268Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.268Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:49.268Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:43:49.269Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.269Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:49.269Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:43:49.269Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.269Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is not matching search criteria
2023-01-10T06:43:49.270Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-10T06:43:49.270Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-10T06:43:49.270Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d28f4971-f53d-4b57-8879-ac83d94ac86e
2023-01-10T06:43:49.270Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.270Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:49.270Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.270Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:49.271Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.271Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:49.271Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:49.271Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:49.271Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_yUAwMJ
Description:service
Model UUID:44096f75-9b95-4151-8e26-f38697ea4266
Model Version:NULL
Model InvariantUuid:84f84b09-a11f-4214-8bde-2a43df87902f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_yUAwMJ
Model UUID:377e030d-c77a-473a-8b1a-f5018622c7f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:27be933e-e072-4854-b776-d5b03611bc68
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca07a254-17a4-4687-9a41-5dc566399d4e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:752b8b95-cd4f-46c5-b4dd-f91cffca54d5
ModelName:BasicOnboardYuawmj..base_ubuntu18..module-0
ModelUuid:4a8680ba-b3d0-4d67-b7a5-524ab68f04af
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d28f4971-f53d-4b57-8879-ac83d94ac86e
ModelInvariantUuid:ead84f15-fd3e-4ef3-b9eb-bf3e816e7ae5
ModelName:basic_onboard_yUAwMJ-nodes.ubuntu18Cvfc
ModelUuid:d8acd17e-43b0-400a-85e2-2d3ae35da7d9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:c2b023a9-764b-425c-8632-2b4c41a5e96b
ModelInvariantUuid:1b74f7ea-decb-4d5f-bbb6-0255e2dd9e46
ModelName:BasicOnboardYuawmj.compute.nodes.heat.ubuntu18
ModelUuid:22acb3af-fd41-4f69-955c-787dc74c998d
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-01-10T06:43:49.276Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3231fc2c-fa3c-4308-bdb7-a9e41977ec5a
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-01-10T06:43:49.278Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||basic_onboard_yUAwMJ 0
2023-01-10T06:43:49.278Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3231fc2c-fa3c-4308-bdb7-a9e41977ec5a
2023-01-10T06:43:49.278Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 19900fed-a19b-4e3d-b1e6-428ced7eabed from URL: /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json
2023-01-10T06:43:49.279Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:43:49.279Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json
2023-01-10T06:43:49.361Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:43:49.361Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json 19900fed-a19b-4e3d-b1e6-428ced7eabed 798
2023-01-10T06:43:49.362Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json ASDC sendASDCNotification
2023-01-10T06:43:49.362Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json
2023-01-10T06:43:49.362Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:43:49.362Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:49.362Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:49.363Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333029361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:49.957Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:49.964Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.964Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "431862a4-e2df-4f44-9d51-e21bbdd7ba2b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333018448,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T06:43:49.965Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.965Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:43:49.966Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.966Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T06:43:49.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.967Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:43:49.967Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.967Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:43:49.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.968Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-10T06:43:49.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.969Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:43:49.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.969Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333019466,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:43:49.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.970Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333026884,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:43:49.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:49.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-01-10T06:43:49.970Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333029361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:43:49.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:43:50.363Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYuawmj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "752b8b95-cd4f-46c5-b4dd-f91cffca54d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a8680ba-b3d0-4d67-b7a5-524ab68f04af",
    "vfModuleModelCustomizationUUID": "5c2c4a38-f69d-448f-9039-83131f6d715f",
    "isBase": true,
    "artifacts": [
      "5bc98909-232b-4655-b01d-71d2e5726089",
      "2c225f5f-d726-48e9-bc77-8d35fd06b602"
    ],
    "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-01-10T06:43:50.369Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYuawmj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a8680ba-b3d0-4d67-b7a5-524ab68f04af
VfModuleModelInvariantUUID:752b8b95-cd4f-46c5-b4dd-f91cffca54d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bc98909-232b-4655-b01d-71d2e5726089
,
2c225f5f-d726-48e9-bc77-8d35fd06b602

}
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-01-10T06:43:50.372Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardYuawmj..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "752b8b95-cd4f-46c5-b4dd-f91cffca54d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4a8680ba-b3d0-4d67-b7a5-524ab68f04af",
    "vfModuleModelCustomizationUUID": "5c2c4a38-f69d-448f-9039-83131f6d715f",
    "isBase": true,
    "artifacts": [
      "5bc98909-232b-4655-b01d-71d2e5726089",
      "2c225f5f-d726-48e9-bc77-8d35fd06b602"
    ],
    "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-01-10T06:43:50.372Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardYuawmj..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4a8680ba-b3d0-4d67-b7a5-524ab68f04af
VfModuleModelInvariantUUID:752b8b95-cd4f-46c5-b4dd-f91cffca54d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
5bc98909-232b-4655-b01d-71d2e5726089
,
2c225f5f-d726-48e9-bc77-8d35fd06b602

}
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-01-10T06:43:50.372Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5bc98909-232b-4655-b01d-71d2e5726089 from URL: /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml
2023-01-10T06:43:50.373Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:43:50.373Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml
2023-01-10T06:43:50.477Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:43:50.477Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml 5bc98909-232b-4655-b01d-71d2e5726089 5033
2023-01-10T06:43:50.478Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-10T06:43:50.478Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml
2023-01-10T06:43:50.478Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:43:50.479Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:50.479Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:50.479Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333030478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:51.481Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c225f5f-d726-48e9-bc77-8d35fd06b602 from URL: /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env
2023-01-10T06:43:51.481Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T06:43:51.482Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env
2023-01-10T06:43:51.564Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T06:43:51.565Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env 2c225f5f-d726-48e9-bc77-8d35fd06b602 909
2023-01-10T06:43:51.565Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-10T06:43:51.565Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env
2023-01-10T06:43:51.566Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:43:51.567Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:51.567Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:51.567Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333031565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:52.570Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 44096f75-9b95-4151-8e26-f38697ea4266
2023-01-10T06:43:52.571Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yUAwMJ 0 3231fc2c-fa3c-4308-bdb7-a9e41977ec5a 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-01-10T06:43:52.602Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c01b0a3, org.onap.sdc.toscaparser.api.parameters.Input@2b5351c1, org.onap.sdc.toscaparser.api.parameters.Input@1f505f9c, org.onap.sdc.toscaparser.api.parameters.Input@68e037ad, org.onap.sdc.toscaparser.api.parameters.Input@393516ba]
2023-01-10T06:43:52.605Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.605Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.606Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-01-10T06:43:52.606Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ca07a254-17a4-4687-9a41-5dc566399d4e
2023-01-10T06:43:52.606Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca07a254-17a4-4687-9a41-5dc566399d4e matches Tosca VF Customization UUID: ca07a254-17a4-4687-9a41-5dc566399d4e
2023-01-10T06:43:52.606Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ca07a254-17a4-4687-9a41-5dc566399d4e  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-01-10T06:43:52.609Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.610Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.611Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ca07a254-17a4-4687-9a41-5dc566399d4e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-10T06:43:52.611Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c5c9773
2023-01-10T06:43:52.611Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.611Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:43:52.612Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5c2c4a38-f69d-448f-9039-83131f6d715f
2023-01-10T06:43:52.612Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5c2c4a38-f69d-448f-9039-83131f6d715f
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-01-10T06:43:52.614Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.615Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:52.615Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:43:52.615Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.615Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:52.616Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:43:52.616Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.616Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is not matching search criteria
2023-01-10T06:43:52.617Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-10T06:43:52.618Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-10T06:43:52.618Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d28f4971-f53d-4b57-8879-ac83d94ac86e
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-01-10T06:43:52.621Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.621Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:52.622Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:43:52.622Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.625Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_yUAwMJ 0 is matching search criteria
2023-01-10T06:43:52.626Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_yUAwMJ 0] matching following query criteria: sdcType=VF, customizationUUID=ca07a254-17a4-4687-9a41-5dc566399d4e
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-01-10T06:43:52.628Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.629Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.630Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 44096f75-9b95-4151-8e26-f38697ea4266: basic_onboard_yUAwMJ
2023-01-10T06:43:52.630Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.630Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.630Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.631Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.631Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.631Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.631Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.632Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.632Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:43:52.632Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_yUAwMJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:43:52.632Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_yUAwMJ 
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-01-10T06:43:52.730Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yUAwMJ 3231fc2c-fa3c-4308-bdb7-a9e41977ec5a 1 ASDC deployResourceStructure
2023-01-10T06:43:52.731Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json ASDC sendASDCNotification
2023-01-10T06:43:52.731Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json
2023-01-10T06:43:52.731Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:43:52.732Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:52.732Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:52.732Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333032731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:53.733Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-10T06:43:53.733Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml
2023-01-10T06:43:53.734Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:43:53.734Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:53.734Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:53.735Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333033733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:54.736Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-10T06:43:54.736Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env
2023-01-10T06:43:54.736Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:43:54.737Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:54.737Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:54.737Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333034736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:55.738Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar ASDC sendASDCNotification
2023-01-10T06:43:55.739Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar
2023-01-10T06:43:55.739Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:43:55.739Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:43:55.740Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:43:55.740Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333035738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:43:56.741Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d47cf099-d936-4a97-a631-1f2d939a7c5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:43:56.757Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d47cf099-d936-4a97-a631-1f2d939a7c5e
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-01-10T06:43:56.760Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:43:56.760Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T06:43:56.760Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T06:43:56.761Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T06:43:56.761Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:43:56.761Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:43:56.761Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:43:56.761Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:43:56.762Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:43:56.762Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-10T06:43:56.767Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T06:44:26.767Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d47cf099-d936-4a97-a631-1f2d939a7c5e 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-01-10T06:44:26.778Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d47cf099-d936-4a97-a631-1f2d939a7c5e and serviceModelVersionId: 44096f75-9b95-4151-8e26-f38697ea4266
2023-01-10T06:44:26.778Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84f84b09-a11f-4214-8bde-2a43df87902f
2023-01-10T06:44:26.779Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0
2023-01-10T06:44:26.784Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T06:44:26.837Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0|INFO|500||Invoke
2023-01-10T06:44:26.838Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d47cf099-d936-4a97-a631-1f2d939a7c5e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58a2dd2e-7c53-488f-bac5-d0cebd5d2274], X-ECOMP-RequestID=[d47cf099-d936-4a97-a631-1f2d939a7c5e], X-TransactionId=[], X-ONAP-RequestID=[d47cf099-d936-4a97-a631-1f2d939a7c5e], Content-Type=[application/merge-patch+json]}
2023-01-10T06:44:26.889Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T06:44:26.996Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?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/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 06:44:26 GMT], content-length=[0], vertex-id=[241736], x-aai-txid=[2-aai-resources-230110-06:44:26:983-9494], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T06:44:26.997Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-10T06:44:26.998Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84f84b09-a11f-4214-8bde-2a43df87902f/model-vers/model-ver/44096f75-9b95-4151-8e26-f38697ea4266?depth=0|INFO|500||InvokeReturn
2023-01-10T06:44:26.998Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T06:44:26.998Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-10T06:44:27.004Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-10T06:44:27.004Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d47cf099-d936-4a97-a631-1f2d939a7c5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T06:44:27.004Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T06:44:27.005Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:44:27.005Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:44:27.005Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333067004,
  "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-01-10T06:44:28.021Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:44:49.957Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:44:49.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:44:49.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333030478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:44:49.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:44:49.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:44:49.963Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333031565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:44:49.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:44:49.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:44:49.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333032731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/basic_onboard_yuawmj0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T06:44:49.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:44:49.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:44:49.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333033733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T06:44:49.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:44:49.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:44:49.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333034736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/resourceInstances/basic_onboard_yuawmj0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-10T06:44:49.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:44:49.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:44:49.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333035738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYuawmj/1.0/artifacts/service-BasicOnboardYuawmj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:44:49.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:44:49.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:44:49.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d47cf099-d936-4a97-a631-1f2d939a7c5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333067004,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T06:44:49.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:45:28.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:45:49.957Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:46:28.023Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:46:49.959Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:47:28.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:47:49.960Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:48:28.025Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:48:49.961Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:49:28.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:49:49.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:50:28.027Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:50:49.963Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:51:28.029Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:51:49.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:52:28.030Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:52:49.964Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:53:28.031Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:53:49.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:54:28.032Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:54:49.965Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:55:17.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-10T06:55:17.054Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"41369557-3647-4b3f-ae22-4b927984c27d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c6de681f-ca43-4dad-9a02-11effa9b82e3","serviceDescription":"service","serviceInvariantUUID":"03aa1255-1578-4230-9b03-9b8c739b5643","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"366cae63-f08b-4bab-adcf-e25a3058fc5c","resourceInvariantUUID":"15fdbba4-1398-49f9-bb12-1b95a3bb1dfc","resourceCustomizationUUID":"af73b91d-c4f7-4b62-992c-3736310ff0e8","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":"YWRlYjk2YzUyMTQ3ZTZmZjFmYmI3YTBkNzBkNmE2ODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6ffb47a8-d5cc-457a-bc55-58ad06067f64","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTg4ODcwZmUxNDA5NjYwNjI0ZDBhMzcwOGEwOGE4MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a8a8b4c-d642-4aef-8451-b38602ed3def","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T06:55:17.059Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:55:17.060Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:55:17.060Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:55:17.060Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333668032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:55:17.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:55:17.074Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333668032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:55:17.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:55:18.064Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:55:18.065Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:55:18.065Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:55:18.065Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333668032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:55:19.066Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "c6de681f-ca43-4dad-9a02-11effa9b82e3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "03aa1255-1578-4230-9b03-9b8c739b5643",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "af73b91d-c4f7-4b62-992c-3736310ff0e8",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "366cae63-f08b-4bab-adcf-e25a3058fc5c",
      "resourceInvariantUUID": "15fdbba4-1398-49f9-bb12-1b95a3bb1dfc",
      "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": "YTg4ODcwZmUxNDA5NjYwNjI0ZDBhMzcwOGEwOGE4MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6a8a8b4c-d642-4aef-8451-b38602ed3def"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T06:55:19.066Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T06:55:19.066Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c6de681f-ca43-4dad-9a02-11effa9b82e3 ASDC
2023-01-10T06:55:19.067Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:41369557-3647-4b3f-ae22-4b927984c27d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:c6de681f-ca43-4dad-9a02-11effa9b82e3
ServiceInvariantUUID:03aa1255-1578-4230-9b03-9b8c739b5643
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:6a8a8b4c-d642-4aef-8451-b38602ed3def
ArtifactChecksum:YTg4ODcwZmUxNDA5NjYwNjI0ZDBhMzcwOGEwOGE4MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:af73b91d-c4f7-4b62-992c-3736310ff0e8
ResourceInvariantUUID:15fdbba4-1398-49f9-bb12-1b95a3bb1dfc
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:366cae63-f08b-4bab-adcf-e25a3058fc5c
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-10T06:55:19.067Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6de681f-ca43-4dad-9a02-11effa9b82e3 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-01-10T06:55:19.099Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:55:19.099Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:55:19.100Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:55:19.100Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6a8a8b4c-d642-4aef-8451-b38602ed3def from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-10T06:55:19.100Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:55:19.100Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-10T06:55:20.261Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:55:20.293Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6a8a8b4c-d642-4aef-8451-b38602ed3def 57793
2023-01-10T06:55:20.293Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-10T06:55:20.293Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-10T06:55:20.294Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:55:20.294Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:55:20.294Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:55:20.294Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:55:21.295Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:55:21.296Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:55:21.296Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6a8a8b4c-d642-4aef-8451-b38602ed3def, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T06:55:21.297Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-10T06:55:21.297Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T06:55:21.298Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T06:55:21.489Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1612903544380442162/Definitions/service-BasicNetwork-template.yml
2023-01-10T06:55:21.927Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T06:55:21.927Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:55:21.927Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-10T06:55:21.927Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-10T06:55:21.927Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.928Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.928Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.928Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.928Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.928Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.928Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.928Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.929Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:55:21.929Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.929Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.929Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-10T06:55:21.930Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:55:21.930Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:55:21.930Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.930Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.930Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-10T06:55:21.930Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:55:21.931Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:55:21.931Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.931Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.931Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.931Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.932Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.932Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.932Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.932Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.932Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.933Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.933Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:c6de681f-ca43-4dad-9a02-11effa9b82e3
Model Version:NULL
Model InvariantUuid:03aa1255-1578-4230-9b03-9b8c739b5643
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:15fdbba4-1398-49f9-bb12-1b95a3bb1dfc
Model UUID:3851ee9c-175c-4ce0-8383-8df043eefd87
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:af73b91d-c4f7-4b62-992c-3736310ff0e8
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-01-10T06:55:21.936Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 366cae63-f08b-4bab-adcf-e25a3058fc5c
2023-01-10T06:55:21.936Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||No resources found for Service: c6de681f-ca43-4dad-9a02-11effa9b82e3
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-01-10T06:55:21.941Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||
2023-01-10T06:55:21.941Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-10T06:55:21.942Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: c6de681f-ca43-4dad-9a02-11effa9b82e3
2023-01-10T06:55:21.942Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c6de681f-ca43-4dad-9a02-11effa9b82e3
2023-01-10T06:55:21.942Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-10T06:55:21.942Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.946Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@211ba83a, org.onap.sdc.toscaparser.api.parameters.Input@6dbf4cc2, org.onap.sdc.toscaparser.api.parameters.Input@2c1c6418, org.onap.sdc.toscaparser.api.parameters.Input@5fe510d1, org.onap.sdc.toscaparser.api.parameters.Input@23c3396f]
2023-01-10T06:55:21.948Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.948Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.948Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.948Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.949Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c6de681f-ca43-4dad-9a02-11effa9b82e3: Generic NeutronNet
2023-01-10T06:55:21.949Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.949Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.949Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.949Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:21.980Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.981Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.981Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.981Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.981Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:55:21.982Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:55:21.982Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:55:22.023Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-10T06:55:22.024Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-10T06:55:22.024Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-10T06:55:22.024Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:55:22.024Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:55:22.024Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:55:22.024Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333722023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:55:23.025Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:55:23.038Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
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-01-10T06:55:23.040Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:55:23.040Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T06:55:23.040Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T06:55:49.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:55:49.959Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:55:49.960Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333697490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:55:49.961Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:55:53.041Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:55:53.053Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
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-01-10T06:55:53.055Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:55:53.055Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T06:55:53.056Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T06:56:23.056Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:56:23.070Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
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-01-10T06:56:23.073Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:56:23.074Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T06:56:23.074Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T06:56:49.958Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:56:49.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.963Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333711714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:56:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.965Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333694406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:56:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.965Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:56:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.966Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333703020,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:56:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333714194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:56:49.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333668032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:56:49.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333711714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:56:49.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333697490,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:56:49.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333663448,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:56:49.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333694406,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:56:49.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333703020,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:56:49.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333714194,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:56:49.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333721124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:56:49.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333721130,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:56:49.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333721259,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:56:49.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333720293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:56:49.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333720420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:56:49.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333722129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:56:49.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333722268,
  "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-01-10T06:56:49.984Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41369557-3647-4b3f-ae22-4b927984c27d
2023-01-10T06:56:49.984Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41369557-3647-4b3f-ae22-4b927984c27d 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-01-10T06:56:49.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.996Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333722023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:56:49.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333722121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:56:49.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:49.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:49.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333723131,
  "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-01-10T06:56:50.003Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41369557-3647-4b3f-ae22-4b927984c27d
2023-01-10T06:56:50.003Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41369557-3647-4b3f-ae22-4b927984c27d 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-01-10T06:56:50.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:50.014Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333723124,
  "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-01-10T06:56:50.019Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41369557-3647-4b3f-ae22-4b927984c27d
2023-01-10T06:56:50.019Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41369557-3647-4b3f-ae22-4b927984c27d 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-01-10T06:56:50.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:50.032Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333725451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:56:50.032Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:56:50.032Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:56:50.032Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333726457,
  "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-01-10T06:56:50.038Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41369557-3647-4b3f-ae22-4b927984c27d
2023-01-10T06:56:50.038Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41369557-3647-4b3f-ae22-4b927984c27d 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-01-10T06:56:53.074Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:56:53.084Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d
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-01-10T06:56:53.088Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:56:53.088Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T06:56:53.089Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T06:56:53.089Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T06:56:53.089Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:56:53.089Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:56:53.089Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:56:53.089Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:56:53.090Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:56:53.090Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:56:53.095Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T06:57:23.095Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41369557-3647-4b3f-ae22-4b927984c27d 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-01-10T06:57:23.101Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41369557-3647-4b3f-ae22-4b927984c27d and serviceModelVersionId: c6de681f-ca43-4dad-9a02-11effa9b82e3
2023-01-10T06:57:23.101Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03aa1255-1578-4230-9b03-9b8c739b5643
2023-01-10T06:57:23.103Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0
2023-01-10T06:57:23.109Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T06:57:23.173Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0|INFO|500||Invoke
2023-01-10T06:57:23.173Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41369557-3647-4b3f-ae22-4b927984c27d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[681bb60d-d27a-41e7-992a-f10d220d10ad], X-ECOMP-RequestID=[41369557-3647-4b3f-ae22-4b927984c27d], X-TransactionId=[], X-ONAP-RequestID=[41369557-3647-4b3f-ae22-4b927984c27d], Content-Type=[application/merge-patch+json]}
2023-01-10T06:57:23.198Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T06:57:23.291Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?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/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 06:57:23 GMT], content-length=[0], vertex-id=[204936], x-aai-txid=[1-aai-resources-230110-06:57:23:285-54709], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T06:57:23.291Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-10T06:57:23.292Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1255-1578-4230-9b03-9b8c739b5643/model-vers/model-ver/c6de681f-ca43-4dad-9a02-11effa9b82e3?depth=0|INFO|500||InvokeReturn
2023-01-10T06:57:23.292Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T06:57:23.292Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:57:23.299Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||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-01-10T06:57:23.300Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41369557-3647-4b3f-ae22-4b927984c27d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T06:57:23.300Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T06:57:23.300Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:23.301Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:23.301Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333843300,
  "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-01-10T06:57:24.313Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T06:57:24.324Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-10T06:57:24.324Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"c357fd98-6e29-402e-af8f-c5f04daa958d","serviceName":"Demo_pNF_Hn9lUcaO627IZ4h4vprZ","serviceVersion":"1.0","serviceUUID":"f7cdf450-6251-4a66-a513-c6b4dd7a58e9","serviceDescription":"catalog service description","serviceInvariantUUID":"1fa6e547-3ae7-4180-8666-a3d8152e1324","resources":[{"resourceInstanceName":"pNF f77f8d46-8e6a 0","resourceName":"pNF f77f8d46-8e6a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aae2b866-efc3-4471-8570-39ca95d64dad","resourceInvariantUUID":"a4030bfd-ad5d-48a2-846d-a87539bc1e3c","resourceCustomizationUUID":"bddf9207-7c95-4de7-8f5a-0b6abac19d01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml","artifactChecksum":"OGRlZDU1YjU2NzcxYmMxYWM5NmFjODNmMWQ4MWVkMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"064e184b-54d0-4793-9789-56c5af48c3b1","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar","artifactChecksum":"MDU3NmI3YjVhYjI4Mzc5Y2QzNTAxYjU2M2M0NThhYjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b846dee-7881-44a9-86a5-2c82a9a4a69a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"773818f9-2145-45c2-bbdb-8c49e35a9665","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml","artifactChecksum":"MmUzM2I2ZjFjZWU5ZTBmMDM5YTliMzNhNTllYTExZGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"58ed54c4-12f2-41d2-8f4b-94fbab6a0795","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aac16d6b-9435-43db-95a1-b1bbd1bf2ed0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6a0cd41d-0d45-42bb-8f01-6d619c987a65","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHn9lucao627iz4h4vprz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml","artifactChecksum":"ZDk5ODJjY2Q3YTkzZDA2ZjA1MmU0Y2E4YzcyMTg0ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"178ecd99-0691-4dbb-bf1b-a24d4c360694","artifactVersion":"1"},{"artifactName":"service-DemoPnfHn9lucao627iz4h4vprz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar","artifactChecksum":"M2NkY2U1ZjRkYzI1NTU5MThhY2E3NGQyMjk4NTkyNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50db7688-5ed3-43b5-af45-4ffc4f52d759","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T06:57:24.327Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:24.327Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:24.327Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:24.327Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:25.328Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:25.329Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:25.329Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:25.329Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:26.330Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:26.330Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:26.330Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:26.330Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:27.334Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:27.334Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:27.334Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:27.335Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:28.335Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:28.336Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:28.336Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:28.336Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:29.337Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:29.337Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:29.337Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:29.337Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:30.338Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:30.339Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:30.339Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:30.339Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:31.339Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:57:31.340Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:31.340Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:31.340Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:32.341Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "serviceName": "Demo_pNF_Hn9lUcaO627IZ4h4vprZ",
  "serviceVersion": "1.0",
  "serviceUUID": "f7cdf450-6251-4a66-a513-c6b4dd7a58e9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1fa6e547-3ae7-4180-8666-a3d8152e1324",
  "resources": [
    {
      "resourceInstanceName": "pNF f77f8d46-8e6a 0",
      "resourceCustomizationUUID": "bddf9207-7c95-4de7-8f5a-0b6abac19d01",
      "resourceName": "pNF f77f8d46-8e6a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aae2b866-efc3-4471-8570-39ca95d64dad",
      "resourceInvariantUUID": "a4030bfd-ad5d-48a2-846d-a87539bc1e3c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
      "artifactChecksum": "M2NkY2U1ZjRkYzI1NTU5MThhY2E3NGQyMjk4NTkyNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "50db7688-5ed3-43b5-af45-4ffc4f52d759"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T06:57:32.341Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T06:57:32.342Z|41369557-3647-4b3f-ae22-4b927984c27d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f7cdf450-6251-4a66-a513-c6b4dd7a58e9 ASDC
2023-01-10T06:57:32.342Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c357fd98-6e29-402e-af8f-c5f04daa958d
ServiceName:Demo_pNF_Hn9lUcaO627IZ4h4vprZ
ServiceVersion:1.0
ServiceUUID:f7cdf450-6251-4a66-a513-c6b4dd7a58e9
ServiceInvariantUUID:1fa6e547-3ae7-4180-8666-a3d8152e1324
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
ArtifactUUID:50db7688-5ed3-43b5-af45-4ffc4f52d759
ArtifactChecksum:M2NkY2U1ZjRkYzI1NTU5MThhY2E3NGQyMjk4NTkyNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF f77f8d46-8e6a 0
ResourceCustomizationUUID:bddf9207-7c95-4de7-8f5a-0b6abac19d01
ResourceInvariantUUID:a4030bfd-ad5d-48a2-846d-a87539bc1e3c
ResourceName:pNF f77f8d46-8e6a
ResourceType:PNF
ResourceUUID:aae2b866-efc3-4471-8570-39ca95d64dad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-10T06:57:32.342Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7cdf450-6251-4a66-a513-c6b4dd7a58e9 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-01-10T06:57:32.367Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:57:32.368Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:57:32.368Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:57:32.368Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 50db7688-5ed3-43b5-af45-4ffc4f52d759 from URL: /sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:32.368Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:57:32.368Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:32.503Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:57:32.507Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar 50db7688-5ed3-43b5-af45-4ffc4f52d759 88006
2023-01-10T06:57:32.508Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar ASDC sendASDCNotification
2023-01-10T06:57:32.508Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:32.508Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:57:32.508Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:32.508Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:32.508Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333852507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:33.509Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:57:33.509Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:57:33.510Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 50db7688-5ed3-43b5-af45-4ffc4f52d759, URL: /sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar to file: /app/ASDC/1/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:33.510Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:33.510Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:33.511Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:33.667Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15205932909259093523/Definitions/service-DemoPnfHn9lucao627iz4h4vprz-template.yml
2023-01-10T06:57:34.525Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T06:57:34.526Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:57:34.526Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.527Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-10T06:57:34.527Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.527Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.528Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.528Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.528Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.528Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f77f8d46-8e6a 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-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.529Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.529Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:57:34.529Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.530Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.530Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Node template pNF f77f8d46-8e6a 0 is matching search criteria
2023-01-10T06:57:34.530Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:57:34.531Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f77f8d46-8e6a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:57:34.531Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.531Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.532Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Node template pNF f77f8d46-8e6a 0 is matching search criteria
2023-01-10T06:57:34.532Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:57:34.532Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f77f8d46-8e6a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:57:34.532Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.533Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.533Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.533Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.534Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.534Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.534Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.534Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.535Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.535Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.535Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Hn9lUcaO627IZ4h4vprZ
Description:catalog service description
Model UUID:f7cdf450-6251-4a66-a513-c6b4dd7a58e9
Model Version:NULL
Model InvariantUuid:1fa6e547-3ae7-4180-8666-a3d8152e1324
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-01-10T06:57:34.541Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: aae2b866-efc3-4471-8570-39ca95d64dad
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-01-10T06:57:34.544Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||pNF f77f8d46-8e6a 0
2023-01-10T06:57:34.545Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aae2b866-efc3-4471-8570-39ca95d64dad
2023-01-10T06:57:34.545Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f7cdf450-6251-4a66-a513-c6b4dd7a58e9
2023-01-10T06:57:34.545Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f7cdf450-6251-4a66-a513-c6b4dd7a58e9
2023-01-10T06:57:34.546Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f77f8d46-8e6a 0 aae2b866-efc3-4471-8570-39ca95d64dad 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-01-10T06:57:34.550Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a2e3e3e, org.onap.sdc.toscaparser.api.parameters.Input@72b30c8, org.onap.sdc.toscaparser.api.parameters.Input@7f773f94, org.onap.sdc.toscaparser.api.parameters.Input@1753045f, org.onap.sdc.toscaparser.api.parameters.Input@1c070745]
2023-01-10T06:57:34.550Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.551Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.551Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f7cdf450-6251-4a66-a513-c6b4dd7a58e9: pNF f77f8d46-8e6a
2023-01-10T06:57:34.551Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Processing PNF resource: aae2b866-efc3-4471-8570-39ca95d64dad
2023-01-10T06:57:34.552Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:57:34.552Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_Hn9lUcaO627IZ4h4vprZ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:57:34.552Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Resource customization UUID: bddf9207-7c95-4de7-8f5a-0b6abac19d01 is the same as notified resource customizationUUID: bddf9207-7c95-4de7-8f5a-0b6abac19d01
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-01-10T06:57:34.598Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f77f8d46-8e6a aae2b866-efc3-4471-8570-39ca95d64dad 0 ASDC deployResourceStructure
2023-01-10T06:57:34.598Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar ASDC sendASDCNotification
2023-01-10T06:57:34.599Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar
2023-01-10T06:57:34.599Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:57:34.599Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:57:34.599Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:57:34.599Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333854598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:35.600Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c357fd98-6e29-402e-af8f-c5f04daa958d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:57:35.611Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c357fd98-6e29-402e-af8f-c5f04daa958d
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-01-10T06:57:35.613Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:57:35.613Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T06:57:35.613Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T06:57:49.957Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:57:49.962Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.963Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.963Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.963Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.963Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.965Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.969Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.970Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.973Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333754134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333751655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.974Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333749170,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333763020,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333723275,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333779287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333779175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333779185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333779313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:49.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333780294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-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-01-10T06:57:49.986Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c357fd98-6e29-402e-af8f-c5f04daa958d
2023-01-10T06:57:49.986Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c357fd98-6e29-402e-af8f-c5f04daa958d 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-01-10T06:57:49.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333780189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:57:49.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.998Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333780496,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T06:57:49.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.998Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:49.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:49.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:49.999Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "policy-distribution",
  "timestamp": 1673333781191,
  "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-01-10T06:57:50.004Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c357fd98-6e29-402e-af8f-c5f04daa958d
2023-01-10T06:57:50.004Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c357fd98-6e29-402e-af8f-c5f04daa958d 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-01-10T06:57:50.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.011Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333781499,
  "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-01-10T06:57:50.016Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c357fd98-6e29-402e-af8f-c5f04daa958d
2023-01-10T06:57:50.016Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c357fd98-6e29-402e-af8f-c5f04daa958d 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-01-10T06:57:50.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.023Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.024Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.024Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333774194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.025Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.025Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333782991,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.026Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.026Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333784548,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:57:50.027Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.027Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333785551,
  "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-01-10T06:57:50.031Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c357fd98-6e29-402e-af8f-c5f04daa958d
2023-01-10T06:57:50.031Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c357fd98-6e29-402e-af8f-c5f04daa958d 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-01-10T06:57:50.040Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.040Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333785041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:57:50.041Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.041Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.041Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333786046,
  "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-01-10T06:57:50.045Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c357fd98-6e29-402e-af8f-c5f04daa958d
2023-01-10T06:57:50.045Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c357fd98-6e29-402e-af8f-c5f04daa958d 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-01-10T06:57:50.053Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.053Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.054Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.054Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.054Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.055Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.055Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.055Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.060Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.061Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.062Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.062Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.063Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.064Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.065Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.065Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.069Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.071Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.072Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.073Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.074Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.075Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.075Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.075Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.076Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.077Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.077Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.077Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.078Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333782500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.079Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333782193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333793020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333781297,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333778180,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333806761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333806165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333807121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333807005,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.082Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333807071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333806761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333808007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:57:50.083Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.084Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.084Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333808125,
  "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-01-10T06:57:50.097Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c244d812-e40a-4fca-87c1-466d7ac7da6c
2023-01-10T06:57:50.097Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c244d812-e40a-4fca-87c1-466d7ac7da6c 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-01-10T06:57:50.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333807269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.108Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333806761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.108Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.108Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.109Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.109Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.109Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "policy-distribution",
  "timestamp": 1673333809009,
  "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-01-10T06:57:50.114Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c244d812-e40a-4fca-87c1-466d7ac7da6c
2023-01-10T06:57:50.114Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c244d812-e40a-4fca-87c1-466d7ac7da6c 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-01-10T06:57:50.123Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333809129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.124Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333808378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333806761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.125Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.125Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.125Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.126Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333809129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.126Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.126Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.126Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333810010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.127Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333809460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:57:50.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.127Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.127Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333806761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.127Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:57:50.128Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-10T06:57:50.128Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:57:50.128Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:05.614Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c357fd98-6e29-402e-af8f-c5f04daa958d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:58:05.623Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c357fd98-6e29-402e-af8f-c5f04daa958d
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-01-10T06:58:05.629Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:58:05.629Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T06:58:05.629Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T06:58:05.630Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T06:58:05.630Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:58:05.630Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:58:05.630Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:58:05.631Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:58:05.631Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:58:05.631Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:58:05.631Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-01-10T06:58:05.635Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T06:58:35.636Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c357fd98-6e29-402e-af8f-c5f04daa958d 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-01-10T06:58:35.640Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c357fd98-6e29-402e-af8f-c5f04daa958d and serviceModelVersionId: f7cdf450-6251-4a66-a513-c6b4dd7a58e9
2023-01-10T06:58:35.640Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1fa6e547-3ae7-4180-8666-a3d8152e1324
2023-01-10T06:58:35.641Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1fa6e547-3ae7-4180-8666-a3d8152e1324/model-vers/model-ver/f7cdf450-6251-4a66-a513-c6b4dd7a58e9?depth=0
2023-01-10T06:58:35.645Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T06:58:35.688Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa6e547-3ae7-4180-8666-a3d8152e1324/model-vers/model-ver/f7cdf450-6251-4a66-a513-c6b4dd7a58e9?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-01-10T06:58:35.691Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa6e547-3ae7-4180-8666-a3d8152e1324/model-vers/model-ver/f7cdf450-6251-4a66-a513-c6b4dd7a58e9?depth=0|INFO|500||Invoke
2023-01-10T06:58:35.710Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa6e547-3ae7-4180-8666-a3d8152e1324/model-vers/model-ver/f7cdf450-6251-4a66-a513-c6b4dd7a58e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T06:58:35.829Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa6e547-3ae7-4180-8666-a3d8152e1324/model-vers/model-ver/f7cdf450-6251-4a66-a513-c6b4dd7a58e9?depth=0|INFO|500||InvokeReturn
2023-01-10T06:58:35.830Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1fa6e547-3ae7-4180-8666-a3d8152e1324/model-vers/model-ver/f7cdf450-6251-4a66-a513-c6b4dd7a58e9?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 06:58:35 GMT], content-length=[0], vertex-id=[159808], x-aai-txid=[1-aai-resources-230110-06:58:35:795-22398], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T06:58:35.830Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-10T06:58:35.832Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T06:58:35.832Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-01-10T06:58:35.837Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||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-01-10T06:58:35.837Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c357fd98-6e29-402e-af8f-c5f04daa958d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T06:58:35.837Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T06:58:35.838Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:35.838Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:35.838Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333915837,
  "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-01-10T06:58:36.863Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-10T06:58:36.864Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"c244d812-e40a-4fca-87c1-466d7ac7da6c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"eb98340b-b173-49d5-a961-d128115555fd","serviceDescription":"service","serviceInvariantUUID":"e01001a3-ac38-4a8a-b937-cc795b147a5d","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c7666c7-2afd-4cc1-91a4-0a68dfd69309","resourceInvariantUUID":"07026183-a1e6-4356-bab5-c91b74ef3279","resourceCustomizationUUID":"236cc0e9-38a4-4436-9b33-641874d713d3","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":"N2NkM2Q0MjU3ZGZlMWYzZTRiNmFjYWM2MDAyNjY3NzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5d058b2-4e65-4177-8b4d-a48f58bee646","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":"50c03688-32e3-4eb5-bbc0-9abb7adc6f6c","artifactVersion":"2","generatedFromUUID":"c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d"},{"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":"c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d","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":"ODllNzY5MTc0MjIzYTk1Zjc5YzdhYWVhNDk1M2ZhYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de13dba8-7f0e-4836-bc63-018f9ea3ef98","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":"5e9b5c3c-5997-452d-9ccc-d348e506a0fa","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":"9c8ce611-6b22-4d9a-a434-5ebfb37fede5","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":"bf73eb88-fb3c-46b2-9103-474eff14a04b","artifactVersion":"2","generatedFromUUID":"5e9b5c3c-5997-452d-9ccc-d348e506a0fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjA0OGQxZjZlOTcyOTU3NDY0NDkwOTQwY2YwZDExZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c3ce1129-7993-4d35-be41-7b044dd595e1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzI0Njc4NGIyNTJhNGIzYmI1YjA3MzI0ZDA1YzMzMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"17a55b44-13b2-47d0-bf44-6f21fb77045a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T06:58:36.865Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:36.865Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:36.865Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:36.865Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:58:37.866Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:37.866Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:37.866Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:37.867Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:58:38.867Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:38.868Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:38.868Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:38.868Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:58:39.868Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:39.869Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:39.869Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:39.869Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:58:40.870Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:40.870Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:40.870Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:40.870Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:58:41.871Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:41.872Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:41.872Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:41.872Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:58:42.873Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:42.873Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:42.873Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:42.874Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:58:43.874Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:43.875Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:43.876Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:43.876Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:58:44.876Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:58:44.877Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:44.878Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:44.878Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:58:45.879Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "eb98340b-b173-49d5-a961-d128115555fd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e01001a3-ac38-4a8a-b937-cc795b147a5d",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "236cc0e9-38a4-4436-9b33-641874d713d3",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4c7666c7-2afd-4cc1-91a4-0a68dfd69309",
      "resourceInvariantUUID": "07026183-a1e6-4356-bab5-c91b74ef3279",
      "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": "50c03688-32e3-4eb5-bbc0-9abb7adc6f6c",
          "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": "c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d",
          "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": "ODllNzY5MTc0MjIzYTk1Zjc5YzdhYWVhNDk1M2ZhYTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de13dba8-7f0e-4836-bc63-018f9ea3ef98",
          "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": "5e9b5c3c-5997-452d-9ccc-d348e506a0fa",
          "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": "bf73eb88-fb3c-46b2-9103-474eff14a04b",
            "generatedFromUUID": "5e9b5c3c-5997-452d-9ccc-d348e506a0fa"
          },
          "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": "bf73eb88-fb3c-46b2-9103-474eff14a04b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzI0Njc4NGIyNTJhNGIzYmI1YjA3MzI0ZDA1YzMzMjk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "17a55b44-13b2-47d0-bf44-6f21fb77045a"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T06:58:45.880Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T06:58:45.880Z|c357fd98-6e29-402e-af8f-c5f04daa958d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 eb98340b-b173-49d5-a961-d128115555fd ASDC
2023-01-10T06:58:45.880Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c244d812-e40a-4fca-87c1-466d7ac7da6c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:eb98340b-b173-49d5-a961-d128115555fd
ServiceInvariantUUID:e01001a3-ac38-4a8a-b937-cc795b147a5d
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:17a55b44-13b2-47d0-bf44-6f21fb77045a
ArtifactChecksum:NzI0Njc4NGIyNTJhNGIzYmI1YjA3MzI0ZDA1YzMzMjk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:236cc0e9-38a4-4436-9b33-641874d713d3
ResourceInvariantUUID:07026183-a1e6-4356-bab5-c91b74ef3279
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:4c7666c7-2afd-4cc1-91a4-0a68dfd69309
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:50c03688-32e3-4eb5-bbc0-9abb7adc6f6c
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:c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d
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:de13dba8-7f0e-4836-bc63-018f9ea3ef98
ArtifactChecksum:ODllNzY5MTc0MjIzYTk1Zjc5YzdhYWVhNDk1M2ZhYTc=
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:5e9b5c3c-5997-452d-9ccc-d348e506a0fa
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:bf73eb88-fb3c-46b2-9103-474eff14a04b
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:bf73eb88-fb3c-46b2-9103-474eff14a04b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-10T06:58:45.881Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eb98340b-b173-49d5-a961-d128115555fd 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-01-10T06:58:45.917Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:58:45.918Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:58:45.918Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:58:45.918Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 17a55b44-13b2-47d0-bf44-6f21fb77045a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-10T06:58:45.918Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:58:45.919Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-10T06:58:46.141Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:58:46.153Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 17a55b44-13b2-47d0-bf44-6f21fb77045a 73991
2023-01-10T06:58:46.153Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-10T06:58:46.154Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-10T06:58:46.154Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:58:46.154Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:46.154Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:46.155Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333926153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:58:47.156Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:58:47.157Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:58:47.157Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 17a55b44-13b2-47d0-bf44-6f21fb77045a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-10T06:58:47.157Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-10T06:58:47.158Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-10T06:58:47.158Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-10T06:58:47.290Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11248528900165903745/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-01-10T06:58:48.434Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T06:58:48.434Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:58:48.434Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-10T06:58:48.434Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-10T06:58:48.435Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:48.435Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:48.435Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:48.435Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:48.435Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:58:48.436Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.436Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:48.436Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:48.436Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:58:48.437Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:58:48.437Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.437Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:48.437Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:48.437Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:58:48.438Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:58:48.438Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.438Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:48.439Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.439Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-10T06:58:48.439Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-10T06:58:48.439Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-10T06:58:48.439Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T06:58:48.440Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.440Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:58:48.440Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.440Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:48.441Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:58:48.441Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.441Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:48.441Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:58:48.442Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.442Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:48.442Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:58:48.442Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.443Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-10T06:58:48.443Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-10T06:58:48.443Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=46d07871-07d4-44e0-977c-4feaecc3acf8
2023-01-10T06:58:48.443Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.444Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:48.444Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.444Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:48.444Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.444Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:48.445Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:48.445Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:48.445Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:eb98340b-b173-49d5-a961-d128115555fd
Model Version:NULL
Model InvariantUuid:e01001a3-ac38-4a8a-b937-cc795b147a5d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:bf40c8ac-d067-4be7-9c86-1efd01ebfd9b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07026183-a1e6-4356-bab5-c91b74ef3279
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:236cc0e9-38a4-4436-9b33-641874d713d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0a65250c-b6b3-4514-830b-b10af9edbad6
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:68626227-4a72-4849-b918-1202ab52784a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:46d07871-07d4-44e0-977c-4feaecc3acf8
ModelInvariantUuid:ab93a065-c8ef-402c-8cbf-0fdc17bc05c3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b467e143-c9ec-4102-8f84-e0ac208d71ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:20946de9-2f21-4b62-a0a5-e0fa104fd87c
ModelInvariantUuid:8d704779-b1f3-4cab-b7bf-9dacf3a75116
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:f24a636d-b8f9-495e-834a-5a4ab65758ae
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-01-10T06:58:48.452Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c7666c7-2afd-4cc1-91a4-0a68dfd69309
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-01-10T06:58:48.455Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||basic_cnf 0
2023-01-10T06:58:48.456Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c7666c7-2afd-4cc1-91a4-0a68dfd69309
2023-01-10T06:58:48.456Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 50c03688-32e3-4eb5-bbc0-9abb7adc6f6c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-10T06:58:48.456Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:58:48.456Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:48.632Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:58:48.632Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 50c03688-32e3-4eb5-bbc0-9abb7adc6f6c 12
2023-01-10T06:58:48.633Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:48.633Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:48.633Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:58:48.633Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:48.633Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:48.633Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333928632,
  "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-01-10T06:58:49.634Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-10T06:58:49.634Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:58:49.635Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:49.790Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:58:49.790Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d 2688
2023-01-10T06:58:49.791Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:49.791Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:49.791Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:58:49.791Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:49.791Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:49.791Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333929791,
  "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-01-10T06:58:49.957Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:58:49.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.961Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333809129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333810010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333810508,
  "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-01-10T06:58:49.965Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c244d812-e40a-4fca-87c1-466d7ac7da6c
2023-01-10T06:58:49.966Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c244d812-e40a-4fca-87c1-466d7ac7da6c 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-01-10T06:58:49.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333806761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333809129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333810010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333811511,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673333806761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333809129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333810010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333812518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333804194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:58:49.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333809129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333810010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333812518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333814768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333809129,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333810010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333814091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:49.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333812518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:58:49.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333815772,
  "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-01-10T06:58:49.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c244d812-e40a-4fca-87c1-466d7ac7da6c
2023-01-10T06:58:49.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c244d812-e40a-4fca-87c1-466d7ac7da6c 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-01-10T06:58:49.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.984Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333810010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:58:49.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.984Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333812518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:49.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333816521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333817164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.985Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333816344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:49.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.986Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333812518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-10T06:58:49.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673333817525,
  "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-01-10T06:58:49.993Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0dba1f98-0f57-4495-aedc-bfd6a7163b52
2023-01-10T06:58:49.993Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dba1f98-0f57-4495-aedc-bfd6a7163b52 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-01-10T06:58:49.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.998Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333818174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:49.998Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:49.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:49.999Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333817348,
  "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-01-10T06:58:50.001Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c244d812-e40a-4fca-87c1-466d7ac7da6c
2023-01-10T06:58:50.001Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c244d812-e40a-4fca-87c1-466d7ac7da6c 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-01-10T06:58:50.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333812518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "policy-distribution",
  "timestamp": 1673333819201,
  "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-01-10T06:58:50.008Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dba1f98-0f57-4495-aedc-bfd6a7163b52
2023-01-10T06:58:50.008Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dba1f98-0f57-4495-aedc-bfd6a7163b52 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-01-10T06:58:50.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.018Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333812518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:58:50.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.018Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333819639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:50.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.019Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333820722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:50.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.019Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333821809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:50.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.020Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333823021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.020Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.020Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333822831,
  "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-01-10T06:58:50.023Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0dba1f98-0f57-4495-aedc-bfd6a7163b52
2023-01-10T06:58:50.023Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dba1f98-0f57-4495-aedc-bfd6a7163b52 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-01-10T06:58:50.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.027Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333823021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.027Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.027Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673333823834,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:50.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.028Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333823021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.028Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333823021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.029Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333823021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.029Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333823021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.030Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333823021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:58:50.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.030Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333830166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:50.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.031Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333834194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.031Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333834194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.032Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333837687,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:50.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.032Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333834194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.033Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "aai-model-loader",
  "timestamp": 1673333838690,
  "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-01-10T06:58:50.035Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0dba1f98-0f57-4495-aedc-bfd6a7163b52
2023-01-10T06:58:50.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dba1f98-0f57-4495-aedc-bfd6a7163b52 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-01-10T06:58:50.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333834194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.041Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.041Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333834194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.042Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333834194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.042Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333834194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:58:50.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.043Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333842015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:50.043Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "41369557-3647-4b3f-ae22-4b927984c27d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333843300,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T06:58:50.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.044Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333844267,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:50.044Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673333845271,
  "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-01-10T06:58:50.047Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0dba1f98-0f57-4495-aedc-bfd6a7163b52
2023-01-10T06:58:50.048Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0dba1f98-0f57-4495-aedc-bfd6a7163b52 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-01-10T06:58:50.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.054Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/resourceInstances/pnff77f8d468e6a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:58:50.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.055Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:58:50.055Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333852507,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:58:50.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T06:58:50.056Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333854598,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHn9lucao627iz4h4vprz/1.0/artifacts/service-DemoPnfHn9lucao627iz4h4vprz-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T06:58:50.056Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:58:50.792Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: de13dba8-7f0e-4836-bc63-018f9ea3ef98 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-10T06:58:50.793Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:58:50.793Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:50.905Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:58:50.906Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json de13dba8-7f0e-4836-bc63-018f9ea3ef98 828
2023-01-10T06:58:50.906Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:50.906Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:50.906Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:58:50.906Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:50.906Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:50.906Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333930906,
  "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-01-10T06:58:51.907Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0a65250c-b6b3-4514-830b-b10af9edbad6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68626227-4a72-4849-b918-1202ab52784a",
    "vfModuleModelCustomizationUUID": "c7a710ae-1828-4f46-ab6e-7b55e55a03b7",
    "isBase": true,
    "artifacts": [
      "5e9b5c3c-5997-452d-9ccc-d348e506a0fa",
      "c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d",
      "bf73eb88-fb3c-46b2-9103-474eff14a04b"
    ],
    "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-01-10T06:58:51.911Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68626227-4a72-4849-b918-1202ab52784a
VfModuleModelInvariantUUID:0a65250c-b6b3-4514-830b-b10af9edbad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e9b5c3c-5997-452d-9ccc-d348e506a0fa
,
c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d
,
bf73eb88-fb3c-46b2-9103-474eff14a04b

}
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-01-10T06:58:51.913Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0a65250c-b6b3-4514-830b-b10af9edbad6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "68626227-4a72-4849-b918-1202ab52784a",
    "vfModuleModelCustomizationUUID": "c7a710ae-1828-4f46-ab6e-7b55e55a03b7",
    "isBase": true,
    "artifacts": [
      "5e9b5c3c-5997-452d-9ccc-d348e506a0fa",
      "c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d",
      "bf73eb88-fb3c-46b2-9103-474eff14a04b"
    ],
    "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-01-10T06:58:51.913Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:68626227-4a72-4849-b918-1202ab52784a
VfModuleModelInvariantUUID:0a65250c-b6b3-4514-830b-b10af9edbad6
VfModuleModelDescription:NULL
Artifacts UUID List:{
5e9b5c3c-5997-452d-9ccc-d348e506a0fa
,
c8335d8e-02fe-41ca-ad3f-5f9a28cd4e8d
,
bf73eb88-fb3c-46b2-9103-474eff14a04b

}
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-01-10T06:58:51.913Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5e9b5c3c-5997-452d-9ccc-d348e506a0fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-10T06:58:51.913Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:58:51.914Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:52.094Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:58:52.095Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5e9b5c3c-5997-452d-9ccc-d348e506a0fa 1164
2023-01-10T06:58:52.095Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:52.095Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:52.095Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:58:52.095Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:52.095Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:52.095Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333932095,
  "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-01-10T06:58:53.096Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bf73eb88-fb3c-46b2-9103-474eff14a04b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-10T06:58:53.096Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:58:53.097Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:53.327Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:58:53.327Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bf73eb88-fb3c-46b2-9103-474eff14a04b 200
2023-01-10T06:58:53.328Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:53.328Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:53.328Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:58:53.328Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:53.328Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:53.328Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333933327,
  "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-01-10T06:58:54.329Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eb98340b-b173-49d5-a961-d128115555fd
2023-01-10T06:58:54.329Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4c7666c7-2afd-4cc1-91a4-0a68dfd69309 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2023-01-10T06:58:54.351Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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 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-01-10T06:58:54.355Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c7a138, org.onap.sdc.toscaparser.api.parameters.Input@5e25b34b, org.onap.sdc.toscaparser.api.parameters.Input@59c3ffeb, org.onap.sdc.toscaparser.api.parameters.Input@4cb58180, org.onap.sdc.toscaparser.api.parameters.Input@7443374f]
2023-01-10T06:58:54.356Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.356Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.356Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-10T06:58:54.357Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 236cc0e9-38a4-4436-9b33-641874d713d3
2023-01-10T06:58:54.357Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 236cc0e9-38a4-4436-9b33-641874d713d3 matches Tosca VF Customization UUID: 236cc0e9-38a4-4436-9b33-641874d713d3
2023-01-10T06:58:54.357Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 236cc0e9-38a4-4436-9b33-641874d713d3  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-01-10T06:58:54.360Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.360Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.361Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 236cc0e9-38a4-4436-9b33-641874d713d3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-10T06:58:54.361Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@212cd6e5
2023-01-10T06:58:54.361Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.361Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:58:54.361Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c7a710ae-1828-4f46-ab6e-7b55e55a03b7
2023-01-10T06:58:54.361Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c7a710ae-1828-4f46-ab6e-7b55e55a03b7
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-01-10T06:58:54.389Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.389Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:54.390Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:58:54.390Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.390Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:54.390Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:58:54.390Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.390Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-10T06:58:54.391Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-10T06:58:54.391Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=46d07871-07d4-44e0-977c-4feaecc3acf8
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-01-10T06:58:54.396Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.396Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:54.396Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:58:54.397Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.397Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-10T06:58:54.397Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=236cc0e9-38a4-4436-9b33-641874d713d3
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-01-10T06:58:54.399Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.399Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.399Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eb98340b-b173-49d5-a961-d128115555fd: basic_cnf
2023-01-10T06:58:54.399Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.400Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.400Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.400Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.400Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.400Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.401Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.401Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.401Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:58:54.401Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:58:54.402Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:54.480Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4c7666c7-2afd-4cc1-91a4-0a68dfd69309 1 ASDC deployResourceStructure
2023-01-10T06:58:54.481Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:54.481Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:54.481Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-10T06:58:54.481Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:54.482Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:54.482Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333934480,
  "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-01-10T06:58:55.485Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:55.485Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:55.485Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-10T06:58:55.485Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:55.486Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:55.486Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333935484,
  "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-01-10T06:58:56.487Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:56.487Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:56.487Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:58:56.487Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:56.487Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:56.488Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333936487,
  "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-01-10T06:58:57.488Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:57.489Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:57.489Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:58:57.489Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:57.489Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:57.489Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333937488,
  "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-01-10T06:58:58.490Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:58.490Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:58:58.490Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:58:58.491Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:58.491Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:58.491Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333938490,
  "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-01-10T06:58:59.492Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-10T06:58:59.492Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-10T06:58:59.492Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:58:59.493Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:58:59.493Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:58:59.493Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333939492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:59:00.494Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c244d812-e40a-4fca-87c1-466d7ac7da6c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:59:00.501Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c244d812-e40a-4fca-87c1-466d7ac7da6c
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-01-10T06:59:00.503Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:59:00.503Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T06:59:00.503Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T06:59:00.503Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T06:59:00.503Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:00.503Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:00.504Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:00.504Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:00.504Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:00.504Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:59:00.506Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T06:59:30.506Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c244d812-e40a-4fca-87c1-466d7ac7da6c 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-01-10T06:59:30.511Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c244d812-e40a-4fca-87c1-466d7ac7da6c and serviceModelVersionId: eb98340b-b173-49d5-a961-d128115555fd
2023-01-10T06:59:30.511Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e01001a3-ac38-4a8a-b937-cc795b147a5d
2023-01-10T06:59:30.512Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0
2023-01-10T06:59:30.516Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T06:59:30.561Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0|INFO|500||Invoke
2023-01-10T06:59:30.562Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c244d812-e40a-4fca-87c1-466d7ac7da6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[505edbd6-3711-4a42-b534-22d6d054630a], X-ECOMP-RequestID=[c244d812-e40a-4fca-87c1-466d7ac7da6c], X-TransactionId=[], X-ONAP-RequestID=[c244d812-e40a-4fca-87c1-466d7ac7da6c], Content-Type=[application/merge-patch+json]}
2023-01-10T06:59:30.589Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T06:59:30.668Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?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/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 06:59:30 GMT], content-length=[0], vertex-id=[241664], x-aai-txid=[2-aai-resources-230110-06:59:30:675-60423], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T06:59:30.668Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-10T06:59:30.669Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e01001a3-ac38-4a8a-b937-cc795b147a5d/model-vers/model-ver/eb98340b-b173-49d5-a961-d128115555fd?depth=0|INFO|500||InvokeReturn
2023-01-10T06:59:30.669Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T06:59:30.670Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:59:30.675Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||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-01-10T06:59:30.675Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c244d812-e40a-4fca-87c1-466d7ac7da6c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T06:59:30.675Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T06:59:30.675Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:30.675Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:30.675Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333970675,
  "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-01-10T06:59:31.684Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-10T06:59:31.684Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"0dba1f98-0f57-4495-aedc-bfd6a7163b52","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dd07a382-2e49-42bb-8502-1f00311bb2cd","serviceDescription":"service","serviceInvariantUUID":"946c0feb-5d85-46ef-a6ae-ed993db36c2b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5145d028-79e3-4a42-9836-cf64f28f2ced","resourceInvariantUUID":"32a5ef32-aca2-4d84-b779-702fa4eb6c8c","resourceCustomizationUUID":"c4332459-95e5-49b8-a7db-8992b3f7c6a6","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":"YzNlZWFlMThmOTMzMTZmOTdiYmFlNDY5MDYyMGM2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3778b5ea-8c02-4ee2-b60a-7f1fddc17664","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":"ZmZkYTY1MjVmOTY0OWViNTk2MTA1ZjY0OTNmZGQ4MDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"34aebaf4-9eef-4e52-8cff-b5cea15fdbed","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":"540b7133-7a87-494d-8ac3-58218eee82a4","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":"d1b58983-bec0-4d81-a156-9b180a352e26","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":"39bf87c1-36b6-4b8a-96fd-5401ba1e457b","artifactVersion":"2","generatedFromUUID":"540b7133-7a87-494d-8ac3-58218eee82a4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWM1YTk2ZGQyM2ZhMzUwMTYyYTQ5NmNiNjE5ZjhmMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d85beb1-a5e8-4177-bb96-0f829cb88ed0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTA5MmUxZWE0M2FiYjAxNmIzNTZjMWYwYTMxMWE1MGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdf1f3e3-06c3-49a7-99e7-a575ac29574b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T06:59:31.684Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:59:31.684Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:31.685Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:31.685Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:59:32.686Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:59:32.686Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:32.687Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:32.687Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:59:33.687Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:59:33.688Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:33.688Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:33.688Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:59:34.688Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:59:34.689Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:34.689Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:34.689Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:59:35.690Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:59:35.691Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:35.691Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:35.691Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "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-01-10T06:59:36.692Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:59:36.692Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:36.693Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:36.693Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:59:37.693Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T06:59:37.694Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:37.694Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:37.694Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:59:38.695Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "dd07a382-2e49-42bb-8502-1f00311bb2cd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "946c0feb-5d85-46ef-a6ae-ed993db36c2b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "c4332459-95e5-49b8-a7db-8992b3f7c6a6",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5145d028-79e3-4a42-9836-cf64f28f2ced",
      "resourceInvariantUUID": "32a5ef32-aca2-4d84-b779-702fa4eb6c8c",
      "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": "ZmZkYTY1MjVmOTY0OWViNTk2MTA1ZjY0OTNmZGQ4MDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "34aebaf4-9eef-4e52-8cff-b5cea15fdbed",
          "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": "540b7133-7a87-494d-8ac3-58218eee82a4",
          "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": "39bf87c1-36b6-4b8a-96fd-5401ba1e457b",
            "generatedFromUUID": "540b7133-7a87-494d-8ac3-58218eee82a4"
          },
          "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": "39bf87c1-36b6-4b8a-96fd-5401ba1e457b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTA5MmUxZWE0M2FiYjAxNmIzNTZjMWYwYTMxMWE1MGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdf1f3e3-06c3-49a7-99e7-a575ac29574b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T06:59:38.696Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T06:59:38.696Z|c244d812-e40a-4fca-87c1-466d7ac7da6c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dd07a382-2e49-42bb-8502-1f00311bb2cd ASDC
2023-01-10T06:59:38.696Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0dba1f98-0f57-4495-aedc-bfd6a7163b52
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:dd07a382-2e49-42bb-8502-1f00311bb2cd
ServiceInvariantUUID:946c0feb-5d85-46ef-a6ae-ed993db36c2b
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:fdf1f3e3-06c3-49a7-99e7-a575ac29574b
ArtifactChecksum:MTA5MmUxZWE0M2FiYjAxNmIzNTZjMWYwYTMxMWE1MGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:c4332459-95e5-49b8-a7db-8992b3f7c6a6
ResourceInvariantUUID:32a5ef32-aca2-4d84-b779-702fa4eb6c8c
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:5145d028-79e3-4a42-9836-cf64f28f2ced
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:34aebaf4-9eef-4e52-8cff-b5cea15fdbed
ArtifactChecksum:ZmZkYTY1MjVmOTY0OWViNTk2MTA1ZjY0OTNmZGQ4MDI=
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:540b7133-7a87-494d-8ac3-58218eee82a4
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:39bf87c1-36b6-4b8a-96fd-5401ba1e457b
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:39bf87c1-36b6-4b8a-96fd-5401ba1e457b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-10T06:59:38.696Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd07a382-2e49-42bb-8502-1f00311bb2cd 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-01-10T06:59:38.720Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:59:38.720Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:59:38.720Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:59:38.720Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fdf1f3e3-06c3-49a7-99e7-a575ac29574b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-10T06:59:38.720Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:59:38.720Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-10T06:59:38.862Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:59:38.865Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar fdf1f3e3-06c3-49a7-99e7-a575ac29574b 75177
2023-01-10T06:59:38.865Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-10T06:59:38.865Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-10T06:59:38.865Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:59:38.866Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:38.866Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:38.866Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333978865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:59:39.866Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T06:59:39.867Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-10T06:59:39.868Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fdf1f3e3-06c3-49a7-99e7-a575ac29574b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T06:59:39.869Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-10T06:59:39.869Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T06:59:39.869Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T06:59:39.971Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17065336770935562544/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-01-10T06:59:41.053Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.054Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.055Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.055Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-10T06:59:41.055Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.055Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:41.055Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:41.055Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:59:41.056Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:59:41.056Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.056Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:41.056Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:41.056Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-10T06:59:41.056Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T06:59:41.057Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.057Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:41.057Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.057Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-10T06:59:41.057Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-10T06:59:41.057Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-10T06:59:41.057Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-10T06:59:41.058Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-10T06:59:41.058Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T06:59:41.058Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.058Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:59:41.058Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.058Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:41.058Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:59:41.059Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.059Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:41.059Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:59:41.059Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.059Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:41.060Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:59:41.060Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.060Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-10T06:59:41.060Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-10T06:59:41.060Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-10T06:59:41.060Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa9e95ae-6700-4204-9e77-ffaa14d23ae8
2023-01-10T06:59:41.061Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.061Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:41.061Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.061Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:41.061Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.061Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:41.061Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:41.062Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:41.062Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:dd07a382-2e49-42bb-8502-1f00311bb2cd
Model Version:NULL
Model InvariantUuid:946c0feb-5d85-46ef-a6ae-ed993db36c2b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:942f4af4-e28c-4d51-914d-b0fb48fdff95
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:32a5ef32-aca2-4d84-b779-702fa4eb6c8c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c4332459-95e5-49b8-a7db-8992b3f7c6a6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:96fd7f01-3b71-4879-959a-03ef61c4e593
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:1e0a7aa6-2370-4d05-ad66-d91068f435e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fa9e95ae-6700-4204-9e77-ffaa14d23ae8
ModelInvariantUuid:a8c6dba8-376a-4fca-a3da-40df564ec1fe
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:ff684897-8aad-4e85-b083-47a2ac2ea16f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d2a9fd5b-80e2-4277-aa4f-bed2a928a86a
ModelInvariantUuid:99476ffb-3e59-45af-9acc-0d141341ecff
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:098ed819-75fc-46d7-88df-1def846dd25f
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-01-10T06:59:41.067Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5145d028-79e3-4a42-9836-cf64f28f2ced
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-01-10T06:59:41.070Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||basic_vm 0
2023-01-10T06:59:41.070Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5145d028-79e3-4a42-9836-cf64f28f2ced
2023-01-10T06:59:41.070Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 34aebaf4-9eef-4e52-8cff-b5cea15fdbed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-10T06:59:41.070Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:59:41.070Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.130Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:59:41.130Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 34aebaf4-9eef-4e52-8cff-b5cea15fdbed 787
2023-01-10T06:59:41.131Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.131Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:41.131Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:59:41.131Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:41.131Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:41.131Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333981131,
  "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-01-10T06:59:42.132Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "96fd7f01-3b71-4879-959a-03ef61c4e593",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e0a7aa6-2370-4d05-ad66-d91068f435e6",
    "vfModuleModelCustomizationUUID": "ca75ab86-9c24-4a73-87a8-539d47574850",
    "isBase": true,
    "artifacts": [
      "540b7133-7a87-494d-8ac3-58218eee82a4",
      "39bf87c1-36b6-4b8a-96fd-5401ba1e457b"
    ],
    "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-01-10T06:59:42.135Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e0a7aa6-2370-4d05-ad66-d91068f435e6
VfModuleModelInvariantUUID:96fd7f01-3b71-4879-959a-03ef61c4e593
VfModuleModelDescription:NULL
Artifacts UUID List:{
540b7133-7a87-494d-8ac3-58218eee82a4
,
39bf87c1-36b6-4b8a-96fd-5401ba1e457b

}
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-01-10T06:59:42.137Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "96fd7f01-3b71-4879-959a-03ef61c4e593",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1e0a7aa6-2370-4d05-ad66-d91068f435e6",
    "vfModuleModelCustomizationUUID": "ca75ab86-9c24-4a73-87a8-539d47574850",
    "isBase": true,
    "artifacts": [
      "540b7133-7a87-494d-8ac3-58218eee82a4",
      "39bf87c1-36b6-4b8a-96fd-5401ba1e457b"
    ],
    "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-01-10T06:59:42.137Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1e0a7aa6-2370-4d05-ad66-d91068f435e6
VfModuleModelInvariantUUID:96fd7f01-3b71-4879-959a-03ef61c4e593
VfModuleModelDescription:NULL
Artifacts UUID List:{
540b7133-7a87-494d-8ac3-58218eee82a4
,
39bf87c1-36b6-4b8a-96fd-5401ba1e457b

}
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-01-10T06:59:42.137Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 540b7133-7a87-494d-8ac3-58218eee82a4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-10T06:59:42.138Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:59:42.138Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:42.236Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:59:42.237Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 540b7133-7a87-494d-8ac3-58218eee82a4 5033
2023-01-10T06:59:42.237Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:42.237Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:42.238Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:59:42.238Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:42.238Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:42.238Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333982237,
  "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-01-10T06:59:43.239Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39bf87c1-36b6-4b8a-96fd-5401ba1e457b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-10T06:59:43.239Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-10T06:59:43.239Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:43.366Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-10T06:59:43.366Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 39bf87c1-36b6-4b8a-96fd-5401ba1e457b 903
2023-01-10T06:59:43.367Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:43.367Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:43.367Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T06:59:43.367Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:43.367Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:43.367Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333983367,
  "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-01-10T06:59:44.368Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: dd07a382-2e49-42bb-8502-1f00311bb2cd
2023-01-10T06:59:44.368Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 5145d028-79e3-4a42-9836-cf64f28f2ced 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-01-10T06:59:44.384Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47a6c6b1, org.onap.sdc.toscaparser.api.parameters.Input@4db78d31, org.onap.sdc.toscaparser.api.parameters.Input@764a284, org.onap.sdc.toscaparser.api.parameters.Input@111efc56, org.onap.sdc.toscaparser.api.parameters.Input@607c338a]
2023-01-10T06:59:44.386Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.386Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.386Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-10T06:59:44.387Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c4332459-95e5-49b8-a7db-8992b3f7c6a6
2023-01-10T06:59:44.387Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4332459-95e5-49b8-a7db-8992b3f7c6a6 matches Tosca VF Customization UUID: c4332459-95e5-49b8-a7db-8992b3f7c6a6
2023-01-10T06:59:44.387Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c4332459-95e5-49b8-a7db-8992b3f7c6a6  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-01-10T06:59:44.389Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.389Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.390Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c4332459-95e5-49b8-a7db-8992b3f7c6a6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-10T06:59:44.390Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@551bb2f7
2023-01-10T06:59:44.390Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.391Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T06:59:44.391Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca75ab86-9c24-4a73-87a8-539d47574850
2023-01-10T06:59:44.391Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca75ab86-9c24-4a73-87a8-539d47574850
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-01-10T06:59:44.393Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.393Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:44.393Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:59:44.394Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.394Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:44.394Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:59:44.395Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.395Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-10T06:59:44.395Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-10T06:59:44.395Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-10T06:59:44.396Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fa9e95ae-6700-4204-9e77-ffaa14d23ae8
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-01-10T06:59:44.397Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.398Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:44.398Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T06:59:44.398Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.398Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-10T06:59:44.399Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c4332459-95e5-49b8-a7db-8992b3f7c6a6
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-01-10T06:59:44.400Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.401Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.401Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid dd07a382-2e49-42bb-8502-1f00311bb2cd: basic_vm
2023-01-10T06:59:44.401Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.401Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.402Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.402Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.402Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.402Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.403Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.403Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.403Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T06:59:44.403Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T06:59:44.403Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:44.480Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 5145d028-79e3-4a42-9836-cf64f28f2ced 1 ASDC deployResourceStructure
2023-01-10T06:59:44.480Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:44.481Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:44.481Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:59:44.481Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:44.481Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:44.482Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333984480,
  "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-01-10T06:59:45.482Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:45.483Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:45.483Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:59:45.484Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:45.484Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:45.484Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333985482,
  "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-01-10T06:59:46.486Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:46.486Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:46.486Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:59:46.487Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:46.487Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:46.487Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333986486,
  "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-01-10T06:59:47.488Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-10T06:59:47.488Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-10T06:59:47.489Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T06:59:47.489Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T06:59:47.489Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T06:59:47.489Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333987488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:59:48.490Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0dba1f98-0f57-4495-aedc-bfd6a7163b52
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T06:59:48.497Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0dba1f98-0f57-4495-aedc-bfd6a7163b52
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-01-10T06:59:48.499Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T06:59:48.499Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T06:59:48.499Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T06:59:48.500Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T06:59:48.500Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:48.500Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:48.500Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:48.500Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:48.500Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T06:59:48.500Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T06:59:48.503Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T06:59:49.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T06:59:49.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.960Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c357fd98-6e29-402e-af8f-c5f04daa958d",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333915837,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T06:59:49.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.962Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:59:49.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.962Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-10T06:59:49.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:59:49.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-10T06:59:49.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T06:59:49.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.965Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T06:59:49.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333926153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:59:49.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333928632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:59:49.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T06:59:49.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T06:59:49.967Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333929791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-10T06:59:49.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:18.503Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0dba1f98-0f57-4495-aedc-bfd6a7163b52 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-01-10T07:00:18.507Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0dba1f98-0f57-4495-aedc-bfd6a7163b52 and serviceModelVersionId: dd07a382-2e49-42bb-8502-1f00311bb2cd
2023-01-10T07:00:18.507Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 946c0feb-5d85-46ef-a6ae-ed993db36c2b
2023-01-10T07:00:18.508Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/946c0feb-5d85-46ef-a6ae-ed993db36c2b/model-vers/model-ver/dd07a382-2e49-42bb-8502-1f00311bb2cd?depth=0
2023-01-10T07:00:18.512Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T07:00:18.567Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/946c0feb-5d85-46ef-a6ae-ed993db36c2b/model-vers/model-ver/dd07a382-2e49-42bb-8502-1f00311bb2cd?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-01-10T07:00:18.569Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/946c0feb-5d85-46ef-a6ae-ed993db36c2b/model-vers/model-ver/dd07a382-2e49-42bb-8502-1f00311bb2cd?depth=0|INFO|500||Invoke
2023-01-10T07:00:18.591Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/946c0feb-5d85-46ef-a6ae-ed993db36c2b/model-vers/model-ver/dd07a382-2e49-42bb-8502-1f00311bb2cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T07:00:18.683Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/946c0feb-5d85-46ef-a6ae-ed993db36c2b/model-vers/model-ver/dd07a382-2e49-42bb-8502-1f00311bb2cd?depth=0|INFO|500||InvokeReturn
2023-01-10T07:00:18.684Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/946c0feb-5d85-46ef-a6ae-ed993db36c2b/model-vers/model-ver/dd07a382-2e49-42bb-8502-1f00311bb2cd?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 07:00:18 GMT], content-length=[0], vertex-id=[192576], x-aai-txid=[2-aai-resources-230110-07:00:18:677-10256], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T07:00:18.684Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-10T07:00:18.694Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T07:00:18.694Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T07:00:18.700Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||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-01-10T07:00:18.700Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0dba1f98-0f57-4495-aedc-bfd6a7163b52 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T07:00:18.701Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T07:00:18.701Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:00:18.701Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:00:18.701Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673334018700,
  "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-01-10T07:00:19.716Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:00:49.958Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:00:49.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.960Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333930906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333932095,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333933327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333934480,
  "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-01-10T07:00:49.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333935484,
  "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-01-10T07:00:49.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333936487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.963Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333937488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333938490,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333939492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "c244d812-e40a-4fca-87c1-466d7ac7da6c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333970675,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.964Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333844313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333978865,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:00:49.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333981131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333982237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333983367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333984480,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333985482,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333986486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673333987488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:00:49.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:01:19.718Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:01:49.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:01:49.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-10T07:01:49.960Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "0dba1f98-0f57-4495-aedc-bfd6a7163b52",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673334018700,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T07:01:49.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:02:19.719Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:02:49.957Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:03:19.721Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:03:49.958Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:04:19.721Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:04:49.959Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:05:19.722Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:05:49.960Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:06:19.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:06:49.962Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:07:19.724Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:07:49.963Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:08:19.726Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:08:49.964Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:09:19.726Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:09:49.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:10:19.728Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:10:49.965Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:11:19.729Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:11:49.967Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:12:19.731Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:12:49.967Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:13:19.731Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:13:49.969Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:14:19.732Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:14:49.969Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:15:19.732Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:15:49.970Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:16:19.733Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:16:49.971Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:17:19.733Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:17:49.972Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:18:19.735Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:18:49.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:19:19.736Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:19:49.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:20:19.738Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:20:49.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:21:19.739Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:21:49.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:22:19.739Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:22:49.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:23:19.741Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:23:49.978Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:24:19.742Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:24:49.980Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:25:19.743Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:25:49.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:26:19.744Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:26:49.982Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:27:19.744Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:27:49.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:28:19.746Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:28:49.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:29:19.747Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:29:49.983Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:30:19.747Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:30:49.985Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:31:19.749Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:31:49.985Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:32:19.750Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:32:49.987Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:33:19.750Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:33:49.989Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:34:19.752Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:34:49.990Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:35:19.753Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:35:49.991Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:36:19.754Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:36:49.992Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:36:57.306Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T07:36:57.307Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"24cc9abd-b7e9-4fb1-b180-c5d847355782","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"64f6217a-bb07-4ead-b00e-fd095f0c2cfe","serviceDescription":"service","serviceInvariantUUID":"78c440fc-5058-4d84-b7da-41aeb7217e9c","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5d92db58-b9e0-41da-bbed-314f4a2b6c77","resourceInvariantUUID":"423f55d8-e715-494a-ae9e-3ae6eb412874","resourceCustomizationUUID":"d3a29ea2-c691-4166-a474-15ac94d7eada","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":"YWExZDgwMTA2NGE5MDVjMDU0N2MwNDU0MWRkNmZkZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55857e4d-b71b-4ece-b28f-697a77645998","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":"ZDEyZWZkMDM3ZjRkYTA0YTk1MzQ5ZDQ0MTBjMjQzMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c6922e80-a36c-46c1-9ba4-65845fb5fe36","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":"fcaf6b9c-4a6e-440e-a984-0cf379661b8e","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":"26f36f25-932c-4d2a-8daa-485f63982faf","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":"42b8aeaf-68f3-4628-bae8-08fb22e3176c","artifactVersion":"2","generatedFromUUID":"fcaf6b9c-4a6e-440e-a984-0cf379661b8e"},{"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":"ZGI2MzliMTYzYWE5ZDgyOWFjMjU2MzMyODViMGM1Y2Q\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5aa9ac79-1321-4fc4-b39e-fd7d268d1495","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":"ODg2NzY5ZDM4MGZhMDUxNGYzNjE5MWEzOTk2MzEzYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd685aa3-d1fc-4eab-a928-239fda3ce11e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWIxMzAxYjkxOWRmMzdhZjA1YjQyNzAyODViMTU0NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9945813d-0302-4f31-a49f-868baf2076df","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T07:36:57.317Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:36:57.317Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:36:57.318Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:36:57.318Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "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-01-10T07:36:57.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T07:36:57.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T07:36:57.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T07:36:57.323Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T07:36:57.324Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T07:36:57.324Z||kafka-producer-network-thread | SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-04862523-0207-40aa-b1e4-c6310a4b4f80] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to SYu3nzFITOanqaUs4djLwA
2023-01-10T07:36:57.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:36:57.356Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:36:57.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:36:58.327Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:36:58.328Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:36:58.328Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:36:58.328Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "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-01-10T07:36:59.330Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:36:59.330Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:36:59.331Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:36:59.331Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "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-01-10T07:37:00.332Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:37:00.333Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:00.333Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:00.333Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "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-01-10T07:37:01.335Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:37:01.335Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:01.335Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:01.335Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "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-01-10T07:37:02.337Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:37:02.337Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:02.337Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:02.338Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "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-01-10T07:37:03.339Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:37:03.340Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:03.340Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:03.340Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:37:04.342Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:37:04.342Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:04.343Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:04.343Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:37:05.345Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "64f6217a-bb07-4ead-b00e-fd095f0c2cfe",
  "serviceDescription": "service",
  "serviceInvariantUUID": "78c440fc-5058-4d84-b7da-41aeb7217e9c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d3a29ea2-c691-4166-a474-15ac94d7eada",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5d92db58-b9e0-41da-bbed-314f4a2b6c77",
      "resourceInvariantUUID": "423f55d8-e715-494a-ae9e-3ae6eb412874",
      "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": "ZDEyZWZkMDM3ZjRkYTA0YTk1MzQ5ZDQ0MTBjMjQzMDY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c6922e80-a36c-46c1-9ba4-65845fb5fe36",
          "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": "fcaf6b9c-4a6e-440e-a984-0cf379661b8e",
          "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": "42b8aeaf-68f3-4628-bae8-08fb22e3176c",
            "generatedFromUUID": "fcaf6b9c-4a6e-440e-a984-0cf379661b8e"
          },
          "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": "42b8aeaf-68f3-4628-bae8-08fb22e3176c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZWIxMzAxYjkxOWRmMzdhZjA1YjQyNzAyODViMTU0NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9945813d-0302-4f31-a49f-868baf2076df"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T07:37:05.346Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T07:37:05.346Z|d47cf099-d936-4a97-a631-1f2d939a7c5e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 64f6217a-bb07-4ead-b00e-fd095f0c2cfe ASDC
2023-01-10T07:37:05.347Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:24cc9abd-b7e9-4fb1-b180-c5d847355782
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:64f6217a-bb07-4ead-b00e-fd095f0c2cfe
ServiceInvariantUUID:78c440fc-5058-4d84-b7da-41aeb7217e9c
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:9945813d-0302-4f31-a49f-868baf2076df
ArtifactChecksum:ZWIxMzAxYjkxOWRmMzdhZjA1YjQyNzAyODViMTU0NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d3a29ea2-c691-4166-a474-15ac94d7eada
ResourceInvariantUUID:423f55d8-e715-494a-ae9e-3ae6eb412874
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5d92db58-b9e0-41da-bbed-314f4a2b6c77
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:c6922e80-a36c-46c1-9ba4-65845fb5fe36
ArtifactChecksum:ZDEyZWZkMDM3ZjRkYTA0YTk1MzQ5ZDQ0MTBjMjQzMDY=
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:fcaf6b9c-4a6e-440e-a984-0cf379661b8e
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:42b8aeaf-68f3-4628-bae8-08fb22e3176c
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:42b8aeaf-68f3-4628-bae8-08fb22e3176c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-10T07:37:05.348Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64f6217a-bb07-4ead-b00e-fd095f0c2cfe 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-01-10T07:37:05.377Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T07:37:05.378Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:37:05.378Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:37:05.378Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9945813d-0302-4f31-a49f-868baf2076df from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-10T07:37:05.378Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:37:05.379Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-10T07:37:05.869Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:37:05.876Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9945813d-0302-4f31-a49f-868baf2076df 83005
2023-01-10T07:37:05.876Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-10T07:37:05.876Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-10T07:37:05.876Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:37:05.877Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:05.877Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:05.877Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336225876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:37:06.878Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T07:37:06.879Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:37:06.879Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9945813d-0302-4f31-a49f-868baf2076df, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-10T07:37:06.880Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-10T07:37:06.881Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-10T07:37:06.881Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-10T07:37:07.065Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14294544157764582814/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-01-10T07:37:08.232Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T07:37:08.233Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T07:37:08.233Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-10T07:37:08.233Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-10T07:37:08.234Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:08.234Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-10T07:37:08.234Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:08.234Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-10T07:37:08.234Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-10T07:37:08.234Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:08.235Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:08.235Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T07:37:08.235Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.235Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:08.236Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:08.236Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T07:37:08.236Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T07:37:08.236Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.237Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:08.237Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:08.237Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T07:37:08.237Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T07:37:08.237Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.238Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:08.238Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.238Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-10T07:37:08.238Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-10T07:37:08.239Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-10T07:37:08.239Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-10T07:37:08.239Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-10T07:37:08.239Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T07:37:08.239Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.240Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T07:37:08.240Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.240Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:08.240Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:37:08.241Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.241Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:08.241Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:37:08.241Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.241Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:08.242Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:37:08.242Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.242Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-10T07:37:08.242Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-10T07:37:08.243Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-10T07:37:08.243Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5039414-bdbb-4592-a760-f528e285655f
2023-01-10T07:37:08.243Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.243Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:08.243Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.244Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:08.244Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.244Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:08.244Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:08.244Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:08.245Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:64f6217a-bb07-4ead-b00e-fd095f0c2cfe
Model Version:NULL
Model InvariantUuid:78c440fc-5058-4d84-b7da-41aeb7217e9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:632f30b8-1f79-4e4d-a0b8-a7ce9f4310b4
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:423f55d8-e715-494a-ae9e-3ae6eb412874
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d3a29ea2-c691-4166-a474-15ac94d7eada
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:98234110-721b-4a0a-bde1-4694543cebfd
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:0ca99d5d-6eaf-4da9-bc98-9504b61653b5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e5039414-bdbb-4592-a760-f528e285655f
ModelInvariantUuid:ca417fe0-16d3-42e9-a9dd-e13e61017652
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:231e6145-0bfa-438b-926a-ed13a9741f6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4fdb091b-a97d-44b0-a0c0-3a8757661ba0
ModelInvariantUuid:0dc4e03b-d1fa-45fd-80f3-51f9c0111153
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:27770962-bf5e-4de0-b4f4-11d2428736f7
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-01-10T07:37:08.250Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5d92db58-b9e0-41da-bbed-314f4a2b6c77
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-01-10T07:37:08.253Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2023-01-10T07:37:08.253Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5d92db58-b9e0-41da-bbed-314f4a2b6c77
2023-01-10T07:37:08.253Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c6922e80-a36c-46c1-9ba4-65845fb5fe36 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-10T07:37:08.254Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:37:08.254Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:08.322Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:37:08.323Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c6922e80-a36c-46c1-9ba4-65845fb5fe36 792
2023-01-10T07:37:08.323Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:08.323Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:08.323Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:37:08.324Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:08.324Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:08.324Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336228323,
  "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-01-10T07:37:09.326Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "98234110-721b-4a0a-bde1-4694543cebfd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ca99d5d-6eaf-4da9-bc98-9504b61653b5",
    "vfModuleModelCustomizationUUID": "2f25d45c-6bc9-48dc-ac02-cc7cd15df54f",
    "isBase": true,
    "artifacts": [
      "fcaf6b9c-4a6e-440e-a984-0cf379661b8e",
      "42b8aeaf-68f3-4628-bae8-08fb22e3176c"
    ],
    "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-01-10T07:37:09.329Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ca99d5d-6eaf-4da9-bc98-9504b61653b5
VfModuleModelInvariantUUID:98234110-721b-4a0a-bde1-4694543cebfd
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcaf6b9c-4a6e-440e-a984-0cf379661b8e
,
42b8aeaf-68f3-4628-bae8-08fb22e3176c

}
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-01-10T07:37:09.331Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "98234110-721b-4a0a-bde1-4694543cebfd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0ca99d5d-6eaf-4da9-bc98-9504b61653b5",
    "vfModuleModelCustomizationUUID": "2f25d45c-6bc9-48dc-ac02-cc7cd15df54f",
    "isBase": true,
    "artifacts": [
      "fcaf6b9c-4a6e-440e-a984-0cf379661b8e",
      "42b8aeaf-68f3-4628-bae8-08fb22e3176c"
    ],
    "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-01-10T07:37:09.331Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0ca99d5d-6eaf-4da9-bc98-9504b61653b5
VfModuleModelInvariantUUID:98234110-721b-4a0a-bde1-4694543cebfd
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcaf6b9c-4a6e-440e-a984-0cf379661b8e
,
42b8aeaf-68f3-4628-bae8-08fb22e3176c

}
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-01-10T07:37:09.332Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fcaf6b9c-4a6e-440e-a984-0cf379661b8e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-10T07:37:09.332Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:37:09.332Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:09.418Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:37:09.418Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml fcaf6b9c-4a6e-440e-a984-0cf379661b8e 5033
2023-01-10T07:37:09.419Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:09.419Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:09.419Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:37:09.419Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:09.419Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:09.419Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336229419,
  "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-01-10T07:37:10.421Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 42b8aeaf-68f3-4628-bae8-08fb22e3176c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-10T07:37:10.422Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:37:10.423Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:10.485Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:37:10.486Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 42b8aeaf-68f3-4628-bae8-08fb22e3176c 903
2023-01-10T07:37:10.486Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:10.486Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:10.487Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:37:10.487Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:10.487Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:10.488Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336230486,
  "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-01-10T07:37:11.490Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 64f6217a-bb07-4ead-b00e-fd095f0c2cfe
2023-01-10T07:37:11.490Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5d92db58-b9e0-41da-bbed-314f4a2b6c77 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-01-10T07:37:11.499Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44cc3a3e, org.onap.sdc.toscaparser.api.parameters.Input@7128baa0, org.onap.sdc.toscaparser.api.parameters.Input@4326d972, org.onap.sdc.toscaparser.api.parameters.Input@2c257092, org.onap.sdc.toscaparser.api.parameters.Input@91da2e2]
2023-01-10T07:37:11.500Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.501Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.501Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-01-10T07:37:11.501Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d3a29ea2-c691-4166-a474-15ac94d7eada
2023-01-10T07:37:11.501Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d3a29ea2-c691-4166-a474-15ac94d7eada matches Tosca VF Customization UUID: d3a29ea2-c691-4166-a474-15ac94d7eada
2023-01-10T07:37:11.502Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d3a29ea2-c691-4166-a474-15ac94d7eada  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-01-10T07:37:11.503Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.504Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.504Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d3a29ea2-c691-4166-a474-15ac94d7eada: {\"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-01-10T07:37:11.504Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fea1f31
2023-01-10T07:37:11.504Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.505Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T07:37:11.505Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2f25d45c-6bc9-48dc-ac02-cc7cd15df54f
2023-01-10T07:37:11.505Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2f25d45c-6bc9-48dc-ac02-cc7cd15df54f
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-01-10T07:37:11.507Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.507Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:11.507Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:37:11.508Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.508Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:11.508Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:37:11.508Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.509Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-10T07:37:11.509Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-10T07:37:11.509Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-10T07:37:11.509Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e5039414-bdbb-4592-a760-f528e285655f
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-01-10T07:37:11.511Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.511Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:11.511Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:37:11.512Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.512Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-10T07:37:11.512Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d3a29ea2-c691-4166-a474-15ac94d7eada
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-01-10T07:37:11.513Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.514Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.514Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 64f6217a-bb07-4ead-b00e-fd095f0c2cfe: basic_vm_macro
2023-01-10T07:37:11.514Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.514Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.515Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.515Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.515Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.515Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.515Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.516Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.516Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:37:11.516Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:37:11.516Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:11.570Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5d92db58-b9e0-41da-bbed-314f4a2b6c77 1 ASDC deployResourceStructure
2023-01-10T07:37:11.570Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:11.570Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:11.571Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:37:11.571Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:11.571Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:11.571Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336231570,
  "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-01-10T07:37:12.573Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:12.575Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:12.575Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:37:12.575Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:12.576Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:12.576Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336232573,
  "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-01-10T07:37:13.578Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:13.578Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||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-01-10T07:37:13.579Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:37:13.579Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:13.580Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:13.580Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336233578,
  "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-01-10T07:37:14.583Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-01-10T07:37:14.584Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-10T07:37:14.584Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:37:14.584Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:37:14.585Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:37:14.585Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336234582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:37:15.587Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:37:15.594Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
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-01-10T07:37:15.595Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T07:37:15.595Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T07:37:15.596Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T07:37:45.596Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:37:45.603Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
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-01-10T07:37:45.604Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T07:37:45.604Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T07:37:45.604Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T07:37:49.957Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:37:49.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:37:49.959Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:37:49.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:37:49.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:37:49.960Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:37:49.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:37:49.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:37:49.960Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:37:49.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:15.604Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:38:15.612Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
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-01-10T07:38:15.613Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T07:38:15.613Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T07:38:15.613Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T07:38:45.614Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:38:45.620Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
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-01-10T07:38:45.622Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T07:38:45.622Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-10T07:38:45.622Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-10T07:38:49.957Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:38:49.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.963Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336190305,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336213905,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336179754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336194944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336158600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336226032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336226832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:49.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336225876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336227118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336227836,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336227182,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "policy-distribution",
  "timestamp": 1673336228839,
  "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-01-10T07:38:49.981Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24cc9abd-b7e9-4fb1-b180-c5d847355782
2023-01-10T07:38:49.981Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24cc9abd-b7e9-4fb1-b180-c5d847355782 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-01-10T07:38:49.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.986Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336228278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336228323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336229688,
  "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-01-10T07:38:49.990Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24cc9abd-b7e9-4fb1-b180-c5d847355782
2023-01-10T07:38:49.990Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24cc9abd-b7e9-4fb1-b180-c5d847355782 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-01-10T07:38:49.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.995Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336223021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:49.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:49.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:49.996Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336229311,
  "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-01-10T07:38:49.998Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24cc9abd-b7e9-4fb1-b180-c5d847355782
2023-01-10T07:38:49.998Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24cc9abd-b7e9-4fb1-b180-c5d847355782 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-01-10T07:38:50.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.003Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336229419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.004Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336230314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.004Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336231199,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.005Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336230486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336231570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.006Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336232573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.007Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336233578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.007Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.008Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336234582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.008Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.008Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.009Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.009Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.009Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.013Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.014Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.014Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.015Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336238871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.015Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.016Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.017Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.017Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.018Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336239874,
  "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-01-10T07:38:50.021Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24cc9abd-b7e9-4fb1-b180-c5d847355782
2023-01-10T07:38:50.022Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24cc9abd-b7e9-4fb1-b180-c5d847355782 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-01-10T07:38:50.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.032Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.033Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.034Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.035Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.036Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336234194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.037Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.037Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.037Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.040Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.045Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336243006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.046Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336229840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336231318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.051Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336231651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336245411,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336230692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.052Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336246415,
  "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-01-10T07:38:50.055Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24cc9abd-b7e9-4fb1-b180-c5d847355782
2023-01-10T07:38:50.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24cc9abd-b7e9-4fb1-b180-c5d847355782 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-01-10T07:38:50.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.060Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336246854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.060Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336247683,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336247968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336248686,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.061Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336247946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.062Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.062Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336249363,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:38:50.068Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53192d24-e205-4299-be7d-be184805c121
2023-01-10T07:38:50.068Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53192d24-e205-4299-be7d-be184805c121 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-01-10T07:38:50.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.073Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "policy-distribution",
  "timestamp": 1673336249688,
  "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-01-10T07:38:50.075Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53192d24-e205-4299-be7d-be184805c121
2023-01-10T07:38:50.075Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53192d24-e205-4299-be7d-be184805c121 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-01-10T07:38:50.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.079Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336249008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.080Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336250081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.081Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.081Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.081Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.082Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336251139,
  "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-01-10T07:38:50.084Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53192d24-e205-4299-be7d-be184805c121
2023-01-10T07:38:50.084Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53192d24-e205-4299-be7d-be184805c121 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-01-10T07:38:50.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.087Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.088Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336252143,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.089Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.090Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.099Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.099Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.099Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.100Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.100Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.100Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.100Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.101Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.101Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.101Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.101Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.102Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.102Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.102Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.103Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.103Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.103Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.104Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.104Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.104Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.105Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.105Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336250690,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.105Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336250365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.106Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336251651,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.107Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.107Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336260632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.108Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336260897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336260890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.109Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.109Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.110Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.110Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336261635,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.111Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336261937,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T07:38:50.111Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.111Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.112Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673336262154,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:38:50.118Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 597c837b-35e9-456c-956d-ff15a9b4a80a
2023-01-10T07:38:50.119Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 597c837b-35e9-456c-956d-ff15a9b4a80a 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-01-10T07:38:50.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673336253148,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:38:50.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "policy-distribution",
  "timestamp": 1673336262638,
  "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-01-10T07:38:50.126Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 597c837b-35e9-456c-956d-ff15a9b4a80a
2023-01-10T07:38:50.126Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 597c837b-35e9-456c-956d-ff15a9b4a80a 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-01-10T07:38:50.130Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.130Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673336262941,
  "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-01-10T07:38:50.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 597c837b-35e9-456c-956d-ff15a9b4a80a
2023-01-10T07:38:50.132Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 597c837b-35e9-456c-956d-ff15a9b4a80a 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-01-10T07:38:50.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.137Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336263176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:38:50.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.137Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.137Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.138Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.138Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.139Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.139Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.139Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:38:50.140Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-10T07:38:50.140Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:38:50.140Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:15.622Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:39:15.631Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782
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-01-10T07:39:15.634Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T07:39:15.634Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T07:39:15.634Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T07:39:15.634Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T07:39:15.634Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:39:15.634Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:39:15.634Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:39:15.635Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:39:15.635Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:39:15.635Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-10T07:39:15.637Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T07:39:45.638Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782 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-01-10T07:39:45.643Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24cc9abd-b7e9-4fb1-b180-c5d847355782 and serviceModelVersionId: 64f6217a-bb07-4ead-b00e-fd095f0c2cfe
2023-01-10T07:39:45.644Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 78c440fc-5058-4d84-b7da-41aeb7217e9c
2023-01-10T07:39:45.645Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/78c440fc-5058-4d84-b7da-41aeb7217e9c/model-vers/model-ver/64f6217a-bb07-4ead-b00e-fd095f0c2cfe?depth=0
2023-01-10T07:39:45.650Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T07:39:45.698Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78c440fc-5058-4d84-b7da-41aeb7217e9c/model-vers/model-ver/64f6217a-bb07-4ead-b00e-fd095f0c2cfe?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-01-10T07:39:45.699Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78c440fc-5058-4d84-b7da-41aeb7217e9c/model-vers/model-ver/64f6217a-bb07-4ead-b00e-fd095f0c2cfe?depth=0|INFO|500||Invoke
2023-01-10T07:39:45.720Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78c440fc-5058-4d84-b7da-41aeb7217e9c/model-vers/model-ver/64f6217a-bb07-4ead-b00e-fd095f0c2cfe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T07:39:45.936Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78c440fc-5058-4d84-b7da-41aeb7217e9c/model-vers/model-ver/64f6217a-bb07-4ead-b00e-fd095f0c2cfe?depth=0|INFO|500||InvokeReturn
2023-01-10T07:39:45.937Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/78c440fc-5058-4d84-b7da-41aeb7217e9c/model-vers/model-ver/64f6217a-bb07-4ead-b00e-fd095f0c2cfe?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 07:39:45 GMT], content-length=[0], vertex-id=[282696], x-aai-txid=[1-aai-resources-230110-07:39:45:786-53998], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T07:39:45.937Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-01-10T07:39:45.938Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T07:39:45.938Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-10T07:39:45.940Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-10T07:39:45.941Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24cc9abd-b7e9-4fb1-b180-c5d847355782 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T07:39:45.941Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T07:39:45.941Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:45.941Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:45.941Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336385941,
  "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-01-10T07:39:46.951Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:39:46.979Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T07:39:46.979Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"53192d24-e205-4299-be7d-be184805c121","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"7a9d34d6-e606-4f1c-90d7-8bb34fa0b106","serviceDescription":"service","serviceInvariantUUID":"e61d8f59-7c36-437b-ba55-6fc0d366aab3","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c769ec6-24aa-402d-8784-d70ae9a78c20","resourceInvariantUUID":"43d4fa2d-738b-4984-b116-0d4cc25766f0","resourceCustomizationUUID":"12d6becf-1dc6-43b3-949d-bff1c8f9f445","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":"NDExNTU3NmVkMGVhODg2MDE1MTI5YWMzMTFmNGNiNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5bd9f9d-95eb-4a41-9e72-4474abab3a2a","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":"MTg2NmE4MGE0ZWViMjYwYjJkNGU3NzU0ZGFkZjBjNzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2765c0ba-c4e6-44fa-b7df-cfd94c7f3f3c","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":"f07496ce-dfa9-4f3c-b491-601820f80363","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":"ffdb66db-a89a-48a1-b235-e149b004a2c0","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":"73d3da50-9f77-4568-91d9-956d00e52102","artifactVersion":"2","generatedFromUUID":"0237e602-9840-44b8-8221-6865c679391d"},{"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":"e1c391f2-60c2-4dc3-b578-d3ddd3c83215","artifactVersion":"2","generatedFromUUID":"f07496ce-dfa9-4f3c-b491-601820f80363"},{"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":"0237e602-9840-44b8-8221-6865c679391d","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":"09d3ec3c-1bd9-440a-ab3c-138345ba6b09","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":"MjAwYTA3MDdiM2Y0MDlhMTRjNjhiMjkzYzkzMDhjYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37c6a261-0c37-42db-82dc-8557c3c93728","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTg1OGZkZTVlMzIyZThlYWEzZjkxMGYyYzlkN2ZjMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f05169b-e4ce-429c-8022-637222418b84","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T07:39:46.980Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:46.981Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:46.981Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:46.981Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:47.981Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:47.982Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:47.982Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:47.982Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:48.983Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:48.983Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:48.983Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:48.983Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:49.957Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:39:49.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.960Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336271175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:39:49.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.960Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.960Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336272181,
  "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-01-10T07:39:49.968Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53192d24-e205-4299-be7d-be184805c121
2023-01-10T07:39:49.969Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53192d24-e205-4299-be7d-be184805c121 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-01-10T07:39:49.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.977Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.977Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:39:49.978Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336274973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.979Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336277231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.980Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336278235,
  "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-01-10T07:39:49.983Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53192d24-e205-4299-be7d-be184805c121
2023-01-10T07:39:49.983Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53192d24-e205-4299-be7d-be184805c121 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=?
2023-01-10T07:39:49.984Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-10T07:39:49.984Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:49.985Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:49.985Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:49.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.987Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.987Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.988Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.988Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336253020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:39:49.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.989Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.989Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.990Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336282314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:39:49.990Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.991Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.991Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.991Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.992Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.992Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.992Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336287154,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:39:49.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.993Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:39:49.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:49.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:49.993Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673336288156,
  "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-01-10T07:39:49.996Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 597c837b-35e9-456c-956d-ff15a9b4a80a
2023-01-10T07:39:49.996Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 597c837b-35e9-456c-956d-ff15a9b4a80a 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-01-10T07:39:50.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:50.001Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336264194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:39:50.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:50.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:50.001Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336288342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:39:50.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:50.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:50.002Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336290177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:39:50.002Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:39:50.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:39:50.002Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673336291183,
  "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-01-10T07:39:50.004Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 597c837b-35e9-456c-956d-ff15a9b4a80a
2023-01-10T07:39:50.004Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 597c837b-35e9-456c-956d-ff15a9b4a80a 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-01-10T07:39:50.985Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:50.986Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:50.986Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:50.986Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:51.987Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:51.988Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:51.988Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:51.988Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:52.989Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:52.990Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:52.990Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:52.990Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:53.991Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:53.991Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:53.991Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:53.992Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:39:54.992Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:54.993Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:54.993Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:54.993Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:39:55.994Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:39:55.995Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:55.995Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:55.995Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:39:56.996Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7a9d34d6-e606-4f1c-90d7-8bb34fa0b106",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e61d8f59-7c36-437b-ba55-6fc0d366aab3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "12d6becf-1dc6-43b3-949d-bff1c8f9f445",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5c769ec6-24aa-402d-8784-d70ae9a78c20",
      "resourceInvariantUUID": "43d4fa2d-738b-4984-b116-0d4cc25766f0",
      "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": "MTg2NmE4MGE0ZWViMjYwYjJkNGU3NzU0ZGFkZjBjNzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2765c0ba-c4e6-44fa-b7df-cfd94c7f3f3c",
          "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": "f07496ce-dfa9-4f3c-b491-601820f80363",
          "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": "e1c391f2-60c2-4dc3-b578-d3ddd3c83215",
            "generatedFromUUID": "f07496ce-dfa9-4f3c-b491-601820f80363"
          },
          "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": "73d3da50-9f77-4568-91d9-956d00e52102",
          "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": "e1c391f2-60c2-4dc3-b578-d3ddd3c83215",
          "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": "0237e602-9840-44b8-8221-6865c679391d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTg1OGZkZTVlMzIyZThlYWEzZjkxMGYyYzlkN2ZjMTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7f05169b-e4ce-429c-8022-637222418b84"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T07:39:56.997Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T07:39:56.997Z|24cc9abd-b7e9-4fb1-b180-c5d847355782|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7a9d34d6-e606-4f1c-90d7-8bb34fa0b106 ASDC
2023-01-10T07:39:56.997Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:53192d24-e205-4299-be7d-be184805c121
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:7a9d34d6-e606-4f1c-90d7-8bb34fa0b106
ServiceInvariantUUID:e61d8f59-7c36-437b-ba55-6fc0d366aab3
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:7f05169b-e4ce-429c-8022-637222418b84
ArtifactChecksum:OTg1OGZkZTVlMzIyZThlYWEzZjkxMGYyYzlkN2ZjMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:12d6becf-1dc6-43b3-949d-bff1c8f9f445
ResourceInvariantUUID:43d4fa2d-738b-4984-b116-0d4cc25766f0
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:5c769ec6-24aa-402d-8784-d70ae9a78c20
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:2765c0ba-c4e6-44fa-b7df-cfd94c7f3f3c
ArtifactChecksum:MTg2NmE4MGE0ZWViMjYwYjJkNGU3NzU0ZGFkZjBjNzA=
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:f07496ce-dfa9-4f3c-b491-601820f80363
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:e1c391f2-60c2-4dc3-b578-d3ddd3c83215
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:73d3da50-9f77-4568-91d9-956d00e52102
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:e1c391f2-60c2-4dc3-b578-d3ddd3c83215
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:0237e602-9840-44b8-8221-6865c679391d
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-10T07:39:56.997Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a9d34d6-e606-4f1c-90d7-8bb34fa0b106 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-01-10T07:39:57.024Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T07:39:57.025Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:39:57.025Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:39:57.025Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f05169b-e4ce-429c-8022-637222418b84 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:57.025Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:39:57.025Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:57.198Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:39:57.206Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7f05169b-e4ce-429c-8022-637222418b84 163282
2023-01-10T07:39:57.216Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-10T07:39:57.216Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:57.216Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:39:57.216Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:57.216Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:57.217Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336397216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:39:58.217Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T07:39:58.218Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:39:58.219Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7f05169b-e4ce-429c-8022-637222418b84, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:58.219Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-10T07:39:58.220Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:58.220Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:58.339Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4897677671458100411/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-10T07:39:59.379Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T07:39:59.379Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T07:39:59.379Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:39:59.380Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:39:59.381Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T07:39:59.381Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T07:39:59.381Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.381Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:39:59.381Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:39:59.381Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T07:39:59.381Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T07:39:59.382Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.382Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:39:59.382Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.382Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-10T07:39:59.382Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-10T07:39:59.382Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-10T07:39:59.382Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-10T07:39:59.383Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.383Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T07:39:59.383Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.383Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:39:59.383Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:39:59.383Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.383Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:39:59.384Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:39:59.384Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.384Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:39:59.384Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:39:59.384Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.384Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:39:59.384Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7cad2291-4264-4d6d-ae0f-b3c1688d88a7
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.385Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:39:59.386Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.386Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:39:59.386Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:39:59.386Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:39:59.386Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:7a9d34d6-e606-4f1c-90d7-8bb34fa0b106
Model Version:NULL
Model InvariantUuid:e61d8f59-7c36-437b-ba55-6fc0d366aab3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:64b0b52c-0c5c-49e1-b01d-8675324dcdfa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:43d4fa2d-738b-4984-b116-0d4cc25766f0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:12d6becf-1dc6-43b3-949d-bff1c8f9f445
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f6a4bdb2-6054-434e-8997-41815a00ef5a
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:a33b92c9-3929-4540-9f89-1411eec13b44
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ce350e50-7920-4b1a-bc40-64a65d7f046b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f87cb7a0-0231-4666-b610-531552db3234
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7cad2291-4264-4d6d-ae0f-b3c1688d88a7
ModelInvariantUuid:5fffa202-89fe-4f04-87d5-0e0e7e585a23
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f61a81d4-4340-4f6f-b66f-cc90a17f88ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:fffdd9c3-e67c-4e48-af90-1664bed071dc
ModelInvariantUuid:b3a98e49-84b1-46de-b2bc-dd0a82434f8c
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ad935843-b127-4db9-a513-98f3e1acef34
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-01-10T07:39:59.389Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c769ec6-24aa-402d-8784-d70ae9a78c20
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-01-10T07:39:59.391Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2023-01-10T07:39:59.391Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c769ec6-24aa-402d-8784-d70ae9a78c20
2023-01-10T07:39:59.391Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2765c0ba-c4e6-44fa-b7df-cfd94c7f3f3c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-10T07:39:59.391Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:39:59.392Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:39:59.572Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:39:59.573Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2765c0ba-c4e6-44fa-b7df-cfd94c7f3f3c 1565
2023-01-10T07:39:59.573Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:39:59.573Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:39:59.573Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:39:59.574Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:39:59.574Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:39:59.574Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336399573,
  "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-01-10T07:40:00.575Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ce350e50-7920-4b1a-bc40-64a65d7f046b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f87cb7a0-0231-4666-b610-531552db3234",
    "vfModuleModelCustomizationUUID": "ca212729-4816-44e6-bb32-f9267322db65",
    "isBase": true,
    "artifacts": [
      "f07496ce-dfa9-4f3c-b491-601820f80363",
      "e1c391f2-60c2-4dc3-b578-d3ddd3c83215"
    ],
    "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": "f6a4bdb2-6054-434e-8997-41815a00ef5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a33b92c9-3929-4540-9f89-1411eec13b44",
    "vfModuleModelCustomizationUUID": "2fe2b9eb-ecce-4a6d-8f9f-7a1b4175c929",
    "isBase": false,
    "artifacts": [
      "0237e602-9840-44b8-8221-6865c679391d"
    ],
    "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-01-10T07:40:00.578Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f87cb7a0-0231-4666-b610-531552db3234
VfModuleModelInvariantUUID:ce350e50-7920-4b1a-bc40-64a65d7f046b
VfModuleModelDescription:NULL
Artifacts UUID List:{
f07496ce-dfa9-4f3c-b491-601820f80363
,
e1c391f2-60c2-4dc3-b578-d3ddd3c83215

}
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:a33b92c9-3929-4540-9f89-1411eec13b44
VfModuleModelInvariantUUID:f6a4bdb2-6054-434e-8997-41815a00ef5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
0237e602-9840-44b8-8221-6865c679391d

}
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-01-10T07:40:00.580Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ce350e50-7920-4b1a-bc40-64a65d7f046b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f87cb7a0-0231-4666-b610-531552db3234",
    "vfModuleModelCustomizationUUID": "ca212729-4816-44e6-bb32-f9267322db65",
    "isBase": true,
    "artifacts": [
      "f07496ce-dfa9-4f3c-b491-601820f80363",
      "e1c391f2-60c2-4dc3-b578-d3ddd3c83215"
    ],
    "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": "f6a4bdb2-6054-434e-8997-41815a00ef5a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a33b92c9-3929-4540-9f89-1411eec13b44",
    "vfModuleModelCustomizationUUID": "2fe2b9eb-ecce-4a6d-8f9f-7a1b4175c929",
    "isBase": false,
    "artifacts": [
      "0237e602-9840-44b8-8221-6865c679391d"
    ],
    "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-01-10T07:40:00.580Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f87cb7a0-0231-4666-b610-531552db3234
VfModuleModelInvariantUUID:ce350e50-7920-4b1a-bc40-64a65d7f046b
VfModuleModelDescription:NULL
Artifacts UUID List:{
f07496ce-dfa9-4f3c-b491-601820f80363
,
e1c391f2-60c2-4dc3-b578-d3ddd3c83215

}
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:a33b92c9-3929-4540-9f89-1411eec13b44
VfModuleModelInvariantUUID:f6a4bdb2-6054-434e-8997-41815a00ef5a
VfModuleModelDescription:NULL
Artifacts UUID List:{
0237e602-9840-44b8-8221-6865c679391d

}
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-01-10T07:40:00.581Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f07496ce-dfa9-4f3c-b491-601820f80363 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-10T07:40:00.581Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:40:00.581Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:00.647Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:40:00.647Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f07496ce-dfa9-4f3c-b491-601820f80363 914
2023-01-10T07:40:00.647Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:00.648Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:00.648Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:40:00.648Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:00.648Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:00.648Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336400647,
  "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-01-10T07:40:01.649Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 73d3da50-9f77-4568-91d9-956d00e52102 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-10T07:40:01.649Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:40:01.650Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:01.729Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:40:01.730Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 73d3da50-9f77-4568-91d9-956d00e52102 12
2023-01-10T07:40:01.730Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:01.730Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:01.731Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:40:01.731Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:01.731Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:01.731Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336401730,
  "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-01-10T07:40:02.732Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e1c391f2-60c2-4dc3-b578-d3ddd3c83215 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-10T07:40:02.732Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:40:02.733Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:02.793Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:40:02.793Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env e1c391f2-60c2-4dc3-b578-d3ddd3c83215 96
2023-01-10T07:40:02.794Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:02.794Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:02.794Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:40:02.794Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:02.794Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:02.794Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336402794,
  "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-01-10T07:40:03.795Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0237e602-9840-44b8-8221-6865c679391d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-10T07:40:03.795Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:40:03.796Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:03.862Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:40:03.863Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 0237e602-9840-44b8-8221-6865c679391d 20206
2023-01-10T07:40:03.863Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:03.863Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:03.863Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:40:03.864Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:03.864Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:03.864Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336403863,
  "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-01-10T07:40:04.868Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7a9d34d6-e606-4f1c-90d7-8bb34fa0b106
2023-01-10T07:40:04.868Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5c769ec6-24aa-402d-8784-d70ae9a78c20 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-01-10T07:40:04.874Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bfb7ae2, org.onap.sdc.toscaparser.api.parameters.Input@767bc871, org.onap.sdc.toscaparser.api.parameters.Input@4ba7e6fd, org.onap.sdc.toscaparser.api.parameters.Input@614b048c, org.onap.sdc.toscaparser.api.parameters.Input@41475e2d]
2023-01-10T07:40:04.875Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.876Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.876Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2023-01-10T07:40:04.876Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 12d6becf-1dc6-43b3-949d-bff1c8f9f445
2023-01-10T07:40:04.876Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 12d6becf-1dc6-43b3-949d-bff1c8f9f445 matches Tosca VF Customization UUID: 12d6becf-1dc6-43b3-949d-bff1c8f9f445
2023-01-10T07:40:04.876Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 12d6becf-1dc6-43b3-949d-bff1c8f9f445  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-01-10T07:40:04.878Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.878Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.879Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 12d6becf-1dc6-43b3-949d-bff1c8f9f445: {\"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-01-10T07:40:04.879Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@24e5a5b3
2023-01-10T07:40:04.879Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.879Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-10T07:40:04.880Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2fe2b9eb-ecce-4a6d-8f9f-7a1b4175c929
2023-01-10T07:40:04.880Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2fe2b9eb-ecce-4a6d-8f9f-7a1b4175c929
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-01-10T07:40:04.881Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.882Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:40:04.882Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:40:04.883Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.883Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:40:04.883Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-10T07:40:04.883Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.884Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-10T07:40:04.884Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=12d6becf-1dc6-43b3-949d-bff1c8f9f445
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-01-10T07:40:04.885Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.885Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.885Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7a9d34d6-e606-4f1c-90d7-8bb34fa0b106: basic_cnf_macro
2023-01-10T07:40:04.885Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.886Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.886Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.886Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.886Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.887Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.887Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.887Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.887Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:04.888Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:04.888Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:04.910Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5c769ec6-24aa-402d-8784-d70ae9a78c20 2 ASDC deployResourceStructure
2023-01-10T07:40:04.910Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:04.910Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:04.910Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:40:04.911Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:04.911Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:04.911Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336404910,
  "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-01-10T07:40:05.912Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:05.912Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:05.912Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:40:05.913Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:05.913Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:05.913Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336405912,
  "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-01-10T07:40:06.914Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:06.914Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:06.914Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-10T07:40:06.914Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:06.914Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:06.914Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336406913,
  "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-01-10T07:40:07.915Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:07.915Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:07.915Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:40:07.916Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:07.916Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:07.916Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336407915,
  "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-01-10T07:40:08.917Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:08.917Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||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-01-10T07:40:08.917Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-10T07:40:08.918Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:08.918Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:08.918Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336408917,
  "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-01-10T07:40:09.919Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-01-10T07:40:09.920Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-10T07:40:09.920Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:40:09.920Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:09.920Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:09.920Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336409919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:10.921Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53192d24-e205-4299-be7d-be184805c121
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:40:10.927Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53192d24-e205-4299-be7d-be184805c121
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-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:10.929Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:10.930Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:10.930Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-10T07:40:10.932Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T07:40:40.932Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53192d24-e205-4299-be7d-be184805c121 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-01-10T07:40:40.938Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53192d24-e205-4299-be7d-be184805c121 and serviceModelVersionId: 7a9d34d6-e606-4f1c-90d7-8bb34fa0b106
2023-01-10T07:40:40.938Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e61d8f59-7c36-437b-ba55-6fc0d366aab3
2023-01-10T07:40:40.939Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0
2023-01-10T07:40:40.944Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T07:40:40.987Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0|INFO|500||Invoke
2023-01-10T07:40:40.987Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53192d24-e205-4299-be7d-be184805c121], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3908cfec-6e9a-402d-b6d3-5310bd8d1606], X-ECOMP-RequestID=[53192d24-e205-4299-be7d-be184805c121], X-TransactionId=[], X-ONAP-RequestID=[53192d24-e205-4299-be7d-be184805c121], Content-Type=[application/merge-patch+json]}
2023-01-10T07:40:41.006Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T07:40:41.133Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?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/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 07:40:41 GMT], content-length=[0], vertex-id=[250080], x-aai-txid=[0-aai-resources-230110-07:40:41:072-91830], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T07:40:41.133Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-10T07:40:41.134Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e61d8f59-7c36-437b-ba55-6fc0d366aab3/model-vers/model-ver/7a9d34d6-e606-4f1c-90d7-8bb34fa0b106?depth=0|INFO|500||InvokeReturn
2023-01-10T07:40:41.134Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T07:40:41.134Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-10T07:40:41.138Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-10T07:40:41.138Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53192d24-e205-4299-be7d-be184805c121 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T07:40:41.138Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T07:40:41.138Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:41.138Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:41.139Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336441138,
  "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-01-10T07:40:42.149Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-10T07:40:42.150Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||received notification from broker: {"distributionID":"597c837b-35e9-456c-956d-ff15a9b4a80a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3","serviceDescription":"service","serviceInvariantUUID":"3a02404d-cd6c-434b-9fe0-fa232a6777a5","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"59ee5290-7226-4dd1-a343-4d7d26cb37ba","resourceInvariantUUID":"0cbbfddd-05da-458e-9afa-d9de2f9efc0c","resourceCustomizationUUID":"0aead2b1-e500-49d3-996f-fc5da81ec8f8","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":"MzkzNDllZDcyMjc2YzhiMjEzYjQ3ZmZjZTM1M2QzYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0968dbec-044a-4187-8c6e-0342f056a1b8","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":"6042c9f6-0601-48b0-8b34-a1e45106a08d","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":"aa392962-107f-4401-93f2-2464213f5102","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":"YmMxYTBhZmVjNGFkMGFiODIxMDMwMWU1ZDU4NjQwZmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7253b60b-f4f1-4803-9cac-bb5588d4a1b2","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":"4b056e84-65df-4a29-8735-787656711251","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":"f5ccaa27-e3e6-413b-9e67-8346ccf8f81c","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":"bd3d4b51-ee65-4033-9f99-e462b82f87b2","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":"ZTRlYjBkOGY3YzlkODJhN2VhYWYzOTMxYWEwNTFlYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c0aa022-aee1-4429-9f31-01be2c8f44f1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDA4M2NiY2YyOTc0NGU3NjM3NTVlZDcyNTU0OTk1NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a8691be-4867-4f10-8021-58197dd88c53","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-10T07:40:42.150Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:42.151Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:42.151Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:42.151Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:40:43.152Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:43.152Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:43.152Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:43.153Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:44.154Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:44.155Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:44.155Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:44.155Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:45.156Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:45.157Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:45.157Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:45.157Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:40:46.158Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:46.158Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:46.158Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:46.158Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:40:47.161Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:47.162Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:47.162Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:47.162Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:40:48.166Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:48.167Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:48.167Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:48.167Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "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-01-10T07:40:49.168Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:49.170Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:49.170Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:49.170Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:49.957Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:49.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:40:49.960Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "24cc9abd-b7e9-4fb1-b180-c5d847355782",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336385941,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T07:40:49.961Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:40:49.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:40:49.961Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:40:49.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:40:49.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:40:49.962Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-10T07:40:49.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:40:49.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-10T07:40:49.962Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-10T07:40:49.962Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:40:50.171Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-10T07:40:50.171Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:50.171Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:50.171Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:51.172Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3a02404d-cd6c-434b-9fe0-fa232a6777a5",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0aead2b1-e500-49d3-996f-fc5da81ec8f8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "59ee5290-7226-4dd1-a343-4d7d26cb37ba",
      "resourceInvariantUUID": "0cbbfddd-05da-458e-9afa-d9de2f9efc0c",
      "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": "ZDA4M2NiY2YyOTc0NGU3NjM3NTVlZDcyNTU0OTk1NGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a8691be-4867-4f10-8021-58197dd88c53"
    }
  ],
  "workloadContext": "Production"
}
2023-01-10T07:40:51.173Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-10T07:40:51.173Z|53192d24-e205-4299-be7d-be184805c121|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3 ASDC
2023-01-10T07:40:51.174Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:597c837b-35e9-456c-956d-ff15a9b4a80a
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3
ServiceInvariantUUID:3a02404d-cd6c-434b-9fe0-fa232a6777a5
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:8a8691be-4867-4f10-8021-58197dd88c53
ArtifactChecksum:ZDA4M2NiY2YyOTc0NGU3NjM3NTVlZDcyNTU0OTk1NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0aead2b1-e500-49d3-996f-fc5da81ec8f8
ResourceInvariantUUID:0cbbfddd-05da-458e-9afa-d9de2f9efc0c
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:59ee5290-7226-4dd1-a343-4d7d26cb37ba
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-10T07:40:51.174Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3 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-01-10T07:40:51.194Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T07:40:51.194Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:40:51.194Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:40:51.194Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8a8691be-4867-4f10-8021-58197dd88c53 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-10T07:40:51.195Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2023-01-10T07:40:51.195Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-10T07:40:51.452Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2023-01-10T07:40:51.457Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8a8691be-4867-4f10-8021-58197dd88c53 111095
2023-01-10T07:40:51.458Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-10T07:40:51.458Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-10T07:40:51.458Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-10T07:40:51.459Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:51.459Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:51.459Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336451458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:52.460Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-10T07:40:52.461Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2023-01-10T07:40:52.461Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 8a8691be-4867-4f10-8021-58197dd88c53, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:52.462Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-10T07:40:52.463Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:52.463Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:52.604Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2199236924965095963/Definitions/service-TestPnfMacro-template.yml
2023-01-10T07:40:53.366Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-10T07:40:53.367Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||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-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.374Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||WARN|500||####################################################################################################
2023-01-10T07:40:53.375Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.375Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.375Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-10T07:40:53.375Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T07:40:53.375Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T07:40:53.375Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.376Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.377Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.377Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.377Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.377Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.377Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.377Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.377Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3
Model Version:NULL
Model InvariantUuid:3a02404d-cd6c-434b-9fe0-fa232a6777a5
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-01-10T07:40:53.380Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 59ee5290-7226-4dd1-a343-4d7d26cb37ba
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-01-10T07:40:53.382Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||test-pnf 0
2023-01-10T07:40:53.383Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 59ee5290-7226-4dd1-a343-4d7d26cb37ba
2023-01-10T07:40:53.383Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3
2023-01-10T07:40:53.383Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3
2023-01-10T07:40:53.383Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 59ee5290-7226-4dd1-a343-4d7d26cb37ba 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-01-10T07:40:53.385Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6cf35be, org.onap.sdc.toscaparser.api.parameters.Input@676134df, org.onap.sdc.toscaparser.api.parameters.Input@7e1f8e36, org.onap.sdc.toscaparser.api.parameters.Input@63c23f71, org.onap.sdc.toscaparser.api.parameters.Input@1c5f8472]
2023-01-10T07:40:53.386Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.386Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.386Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3: test-pnf
2023-01-10T07:40:53.386Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Processing PNF resource: 59ee5290-7226-4dd1-a343-4d7d26cb37ba
2023-01-10T07:40:53.386Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-10T07:40:53.387Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-10T07:40:53.387Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Resource customization UUID: 0aead2b1-e500-49d3-996f-fc5da81ec8f8 is the same as notified resource customizationUUID: 0aead2b1-e500-49d3-996f-fc5da81ec8f8
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-01-10T07:40:53.416Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 59ee5290-7226-4dd1-a343-4d7d26cb37ba 0 ASDC deployResourceStructure
2023-01-10T07:40:53.416Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-01-10T07:40:53.416Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-10T07:40:53.416Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-10T07:40:53.416Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:40:53.416Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:40:53.416Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336453416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:40:54.417Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 597c837b-35e9-456c-956d-ff15a9b4a80a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-01-10T07:40:54.426Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 597c837b-35e9-456c-956d-ff15a9b4a80a
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-01-10T07:40:54.427Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-10T07:40:54.427Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-10T07:40:54.427Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-10T07:40:54.428Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-10T07:40:54.430Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-10T07:41:24.430Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 597c837b-35e9-456c-956d-ff15a9b4a80a 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-01-10T07:41:24.434Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 597c837b-35e9-456c-956d-ff15a9b4a80a and serviceModelVersionId: 561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3
2023-01-10T07:41:24.435Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3a02404d-cd6c-434b-9fe0-fa232a6777a5
2023-01-10T07:41:24.435Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3a02404d-cd6c-434b-9fe0-fa232a6777a5/model-vers/model-ver/561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3?depth=0
2023-01-10T07:41:24.439Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2023-01-10T07:41:24.478Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a02404d-cd6c-434b-9fe0-fa232a6777a5/model-vers/model-ver/561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3?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-01-10T07:41:24.479Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a02404d-cd6c-434b-9fe0-fa232a6777a5/model-vers/model-ver/561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3?depth=0|INFO|500||Invoke
2023-01-10T07:41:24.496Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a02404d-cd6c-434b-9fe0-fa232a6777a5/model-vers/model-ver/561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-10T07:41:24.579Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a02404d-cd6c-434b-9fe0-fa232a6777a5/model-vers/model-ver/561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3?depth=0|INFO|500||InvokeReturn
2023-01-10T07:41:24.579Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3a02404d-cd6c-434b-9fe0-fa232a6777a5/model-vers/model-ver/561ef3ac-29d1-4292-bef2-6ff2a9b7c1c3?depth=0 has http status code:200 and response headers:{date=[Tue, 10 Jan 2023 07:41:24 GMT], content-length=[0], vertex-id=[512168], x-aai-txid=[1-aai-resources-230110-07:41:24:563-10635], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-10T07:41:24.579Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2023-01-10T07:41:24.582Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-10T07:41:24.582Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-10T07:41:24.586Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-10T07:41:24.586Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 597c837b-35e9-456c-956d-ff15a9b4a80a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-10T07:41:24.586Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-10T07:41:24.587Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2023-01-10T07:41:24.587Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-10T07:41:24.587Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Trying to send status: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336484586,
  "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-01-10T07:41:25.597Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:41:49.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:41:49.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.962Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.964Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.965Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.966Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336397216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336399573,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336400647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.967Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336401730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336402794,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336403863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.969Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336404910,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-10T07:41:49.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.969Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336405912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-10T07:41:49.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.969Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336406913,
  "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-01-10T07:41:49.969Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336407915,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336408917,
  "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-01-10T07:41:49.970Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336409919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:41:49.970Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "53192d24-e205-4299-be7d-be184805c121",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336441138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.971Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.972Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:41:49.973Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-10T07:41:49.974Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:42:25.598Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:42:49.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:42:49.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:42:49.960Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336386951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-10T07:42:49.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:42:49.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:42:49.961Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336451458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-10T07:42:49.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:42:49.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:42:49.961Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336453416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-10T07:42:49.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:42:49.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-10T07:42:49.962Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "597c837b-35e9-456c-956d-ff15a9b4a80a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673336484586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-10T07:42:49.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-10T07:43:25.598Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:43:49.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:44:25.599Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:44:49.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:45:25.601Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:45:49.958Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:46:25.602Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:46:49.960Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:47:25.602Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:47:49.961Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:48:25.604Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:48:49.961Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:49:25.606Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:49:49.962Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:50:25.607Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:50:49.964Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:51:25.609Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:51:49.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:52:25.610Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:52:49.966Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:53:25.611Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:53:49.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:54:25.612Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:54:49.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:55:25.614Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:55:49.968Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:56:25.615Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:56:49.969Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:57:25.617Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:57:49.969Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:58:25.617Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:58:49.970Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T07:59:25.619Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T07:59:49.972Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:00:25.620Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:00:49.973Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:01:25.622Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:01:49.974Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:02:25.623Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:02:49.974Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:03:25.623Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:03:49.975Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:04:25.625Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:04:49.976Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:05:25.626Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:05:49.977Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:06:25.626Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:06:49.977Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:07:25.628Z|597c837b-35e9-456c-956d-ff15a9b4a80a|pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:07:49.977Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:08:25.628Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:08:49.978Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:09:25.630Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:09:49.978Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:10:25.631Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:10:49.980Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:11:25.632Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:11:49.980Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:12:25.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:12:49.981Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:13:25.634Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:13:49.982Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:14:25.635Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:14:49.984Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:15:25.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:15:49.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:16:25.636Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:16:49.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:17:25.638Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:17:49.986Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:18:25.639Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:18:49.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:19:25.640Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:19:49.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:20:25.640Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:20:49.989Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:21:25.641Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:21:49.990Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:22:25.643Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:22:49.992Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:23:25.644Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:23:49.993Z|0dba1f98-0f57-4495-aedc-bfd6a7163b52|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:24:25.645Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:24:49.994Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:25:25.646Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:25:49.995Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:26:25.646Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:26:49.995Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:27:25.647Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:27:49.997Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:28:25.648Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:28:49.998Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:29:25.650Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:29:50.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:30:25.652Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:30:50.001Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:31:25.652Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:31:50.001Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:32:25.654Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:32:50.001Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:33:25.654Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:33:50.002Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:34:25.656Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:34:50.004Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:35:25.657Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:35:50.005Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:36:25.658Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:36:50.006Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:37:25.658Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:37:50.006Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:38:25.658Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:38:50.006Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:39:25.659Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:39:50.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:40:25.661Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:40:50.012Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:41:25.662Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:41:50.013Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:42:25.664Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:42:50.013Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:43:25.665Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-10T08:43:50.015Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-10T08:44:25.666Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO