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-16T05:27:15.045Z||main|||||INFO|500||The following profiles are active: basic
2023-01-16T05:27:27.954Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-16T05:27:27.955Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-16T05:27:28.112Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-16T05:27:32.763Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-16T05:27:33.207Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-16T05:27:33.870Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-16T05:27:34.139Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-16T05:27:34.954Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-16T05:27:37.120Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-16T05:27:37.701Z||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-16T05:27:40.689Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-16T05:27:40.855Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-16T05:27:40.867Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-16T05:27:40.879Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-16T05:27:41.648Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-16T05:27:42.086Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-16T05:27:43.186Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-16T05:27:43.209Z||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$$f214e394.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-16T05:27:43.210Z||main|||||WARN|500||The sdc end point is not alive
2023-01-16T05:27:46.283Z||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-16T05:27:49.265Z||main|||||WARN|500||---
2023-01-16T05:27:49.266Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-16T05:27:49.267Z||main|||||WARN|500||---
2023-01-16T05:27:49.615Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-16T05:27:54.328Z||main|||||INFO|500||Started Application in 42.678 seconds (JVM running for 44.88)
2023-01-16T05:27:54.350Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-16T05:27:54.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-16T05:27:54.381Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-16T05:27:54.434Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 4c82ca1f-2e77-44f9-82de-7263bf6e734a url= /sdc/v1/artifactTypes
2023-01-16T05:27:54.440Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-16T05:27:54.736Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-16T05:27:54.801Z||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-16T05:27:54.802Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-16T05:27:54.803Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 013536ae-c8b0-494d-b7a6-e884ab6beefe url= /sdc/v1/distributionKafkaData
2023-01-16T05:27:54.803Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-16T05:27:54.822Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-16T05:27:54.829Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@6398b072
2023-01-16T05:27:54.939Z||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-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b
	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-16T05:27:54.995Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Instantiated an idempotent producer.
2023-01-16T05:27:55.075Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-16T05:27:55.142Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-16T05:27:55.142Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-16T05:27:55.143Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673846875138
2023-01-16T05:27:55.148Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-16T05:27:55.171Z||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-c3131c77-bd54-46c7-b410-77c309b7551b
	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-16T05:27:55.259Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-16T05:27:55.260Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-16T05:27:55.260Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673846875259
2023-01-16T05:27:55.262Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:27:55.266Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:27:55.267Z||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-80e3942c-551b-4bda-850f-0ac03da7cd45
	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-16T05:27:55.281Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-16T05:27:55.281Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-16T05:27:55.282Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1673846875281
2023-01-16T05:27:55.282Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:27:55.293Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:27:55.297Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-16T05:27:56.218Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.219Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.219Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.219Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Cluster ID: 72Wk5ItCROam8lKoLYvFuA
2023-01-16T05:27:56.219Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.220Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:27:56.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Cluster ID: 72Wk5ItCROam8lKoLYvFuA
2023-01-16T05:27:56.224Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ANq-JDj5R_OhrzCRee4_lQ
2023-01-16T05:27:56.226Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Cluster ID: 72Wk5ItCROam8lKoLYvFuA
2023-01-16T05:27:56.226Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-16T05:27:56.229Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-01-16T05:27:56.234Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] ProducerId set to 2002 with epoch 0
2023-01-16T05:27:56.260Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] (Re-)joining group
2023-01-16T05:27:56.264Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] (Re-)joining group
2023-01-16T05:27:56.338Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8
2023-01-16T05:27:56.339Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:27:56.340Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] (Re-)joining group
2023-01-16T05:27:56.349Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3
2023-01-16T05:27:56.350Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-16T05:27:56.350Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] (Re-)joining group
2023-01-16T05:28:02.363Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8', protocol='range'}
2023-01-16T05:28:02.363Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3', protocol='range'}
2023-01-16T05:28:02.452Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.455Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.457Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.458Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.458Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.460Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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 ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T05:28:02.466Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8=Assignment(partitions=[SDC-DISTR-NOTIF-TOPIC-AUTO-0, SDC-DISTR-NOTIF-TOPIC-AUTO-1, SDC-DISTR-NOTIF-TOPIC-AUTO-2, SDC-DISTR-NOTIF-TOPIC-AUTO-3, SDC-DISTR-NOTIF-TOPIC-AUTO-4, SDC-DISTR-NOTIF-TOPIC-AUTO-5]), SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3=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-16T05:28:02.489Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45-66f1c1fc-cf1d-4ad2-9388-a096ce1f04c3', protocol='range'}
2023-01-16T05:28:02.491Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-16T05:28:02.496Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-16T05:28:02.515Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b-8dc03dc0-c4ca-40c5-88bd-fad191a7b9e8', protocol='range'}
2023-01-16T05:28:02.517Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.518Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-16T05:28:02.527Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-16T05:28:02.526Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-16T05:28:02.528Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-16T05:28:02.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-16T05:28:02.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-16T05:28:02.529Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-16T05:28:02.528Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-16T05:28:02.530Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-16T05:28:02.618Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.620Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.662Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-16T05:28:02.663Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-16T05:28:02.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-16T05:28:02.664Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-16T05:28:02.674Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-16T05:28:02.674Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-16T05:28:02.682Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.683Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.696Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:02.697Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, 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-16T05:28:55.270Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:28:55.295Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:29:55.273Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:29:55.297Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:30:55.280Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:30:55.298Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:31:55.281Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:31:55.299Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:32:55.283Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:32:55.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:33:55.284Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:33:55.301Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:34:55.286Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:34:55.302Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:35:55.289Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:35:55.303Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:36:55.291Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:36:55.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:36:56.311Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-80e3942c-551b-4bda-850f-0ac03da7cd45, groupId=so] Node -1 disconnected.
2023-01-16T05:36:56.322Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c3131c77-bd54-46c7-b410-77c309b7551b, groupId=so] Node -1 disconnected.
2023-01-16T05:36:56.491Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Node -1 disconnected.
2023-01-16T05:37:45.825Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-16T05:37:55.294Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:37:55.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:38:55.295Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:38:55.305Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:39:55.296Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:39:55.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:40:55.297Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:40:55.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:41:55.298Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:41:55.308Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:42:55.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:42:55.308Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:43:55.301Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:43:55.309Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:44:55.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:44:55.309Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:45:55.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:45:55.310Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:46:55.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:46:55.311Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:47:55.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:47:55.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:48:55.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:48:55.312Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:49:55.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:49:55.313Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:50:55.314Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:50:55.314Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:51:55.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:51:55.315Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:52:55.317Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:52:55.317Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:53:55.319Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:53:55.319Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:54:55.320Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:54:55.321Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:55:55.322Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:55:55.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:56:55.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:56:55.324Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:57:55.323Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:57:55.325Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:58:55.324Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:58:55.326Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T05:59:55.326Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T05:59:55.326Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:00:55.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:00:55.334Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:01:55.331Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:01:55.337Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:02:55.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:02:55.337Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:03:55.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:03:55.338Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:04:55.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:04:55.338Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:05:55.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:05:55.339Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:06:55.338Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:06:55.340Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:07:55.340Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:07:55.341Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:08:55.342Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:08:55.342Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:09:55.343Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:09:55.344Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:10:55.344Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:10:55.344Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:11:55.345Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:11:55.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:12:55.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:12:55.347Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:13:55.347Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:13:55.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:14:55.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:14:55.349Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:15:55.349Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:15:55.350Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:16:55.352Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:16:55.352Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:17:55.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:17:55.354Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:18:55.357Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:18:55.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:19:55.359Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:19:55.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:20:55.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:20:55.360Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:21:55.361Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:21:55.362Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:22:55.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:22:55.364Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:23:55.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:23:55.365Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:24:55.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:24:55.366Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:25:55.366Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:25:55.368Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:26:55.368Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:26:55.369Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:27:55.369Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:27:55.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:28:55.370Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:28:55.370Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:29:55.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:29:55.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:30:55.372Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:30:55.372Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:31:55.373Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:31:55.374Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:32:55.374Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:32:55.379Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:33:55.377Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:33:55.380Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:34:27.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:34:27.037Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"d9ee3d36-b329-4967-aa1e-d2f7b993df40","serviceName":"vFW 2023-01-16 06-33-15","serviceVersion":"1.0","serviceUUID":"519716a7-6515-4e60-8492-683259dc1353","serviceDescription":"catalog service description","serviceInvariantUUID":"33ee1d8b-55a5-422a-b923-37f086d78e3a","resources":[{"resourceInstanceName":"vFW f47abd5a-bd28 0","resourceName":"vFW f47abd5a-bd28","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39cac5c0-f05d-4ab0-942f-66d2480f7dca","resourceInvariantUUID":"ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1","resourceCustomizationUUID":"a07cfd44-dab7-4d79-999d-08dc4c4508d3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml","artifactChecksum":"YTYyM2IwOTc3Y2YzZmVkNWIwNjliYjc3ZDUzOTIwM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dac4998d-55f2-4839-a253-487201fcc807","artifactVersion":"1"},{"artifactName":"vfwf47abd5abd280_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json","artifactChecksum":"MGRjZmY3NmZkYzljZGNiYjc1YTU3ZDBmNmI3ZWZmNzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7e12ce1-5f40-4b60-ba8a-90ef72305138","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c3593a24-92df-4f3c-994d-f97074a2c1ae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml","artifactChecksum":"Mzk4MzA4ODg1NTRiYTczM2EyYjRlNTA3Mzc0MzliMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eafa4bb2-bb27-43e9-bab5-9c0a143f2adf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3a93a5d7-1516-406e-a298-ff1455e067d7","artifactVersion":"2","generatedFromUUID":"c3593a24-92df-4f3c-994d-f97074a2c1ae"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230116063315-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml","artifactChecksum":"YjA0ODAwNzAyMzg4YzBlOGZhOWM3MTFkYzJmMWY4ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b61083af-9b63-4ed1-8f8a-bec1eff21366","artifactVersion":"1"},{"artifactName":"service-Vfw20230116063315-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar","artifactChecksum":"OGQwYTcxMGYxODY0Mzk3MDk4YmIzYjBjNjc2NDBjNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d88e22e-74f5-4cee-9635-1d00c6324b84","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:34:27.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:27.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:27.074Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:27.074Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:27.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.084Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.085Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T06:34:27.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:34:27.124Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850860350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:34:27.146Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:34:28.114Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:28.115Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:28.115Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:28.116Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:29.117Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:29.118Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:29.118Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:29.118Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:30.119Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:30.120Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:30.120Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:30.120Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:31.122Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:31.123Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:31.123Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:31.124Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:32.125Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:32.126Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:32.126Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:32.126Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:33.127Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:34:33.128Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:33.128Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:33.128Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:34.131Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "serviceName": "vFW 2023-01-16 06-33-15",
  "serviceVersion": "1.0",
  "serviceUUID": "519716a7-6515-4e60-8492-683259dc1353",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "33ee1d8b-55a5-422a-b923-37f086d78e3a",
  "resources": [
    {
      "resourceInstanceName": "vFW f47abd5a-bd28 0",
      "resourceCustomizationUUID": "a07cfd44-dab7-4d79-999d-08dc4c4508d3",
      "resourceName": "vFW f47abd5a-bd28",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "39cac5c0-f05d-4ab0-942f-66d2480f7dca",
      "resourceInvariantUUID": "ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf47abd5abd280_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
          "artifactChecksum": "MGRjZmY3NmZkYzljZGNiYjc1YTU3ZDBmNmI3ZWZmNzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a7e12ce1-5f40-4b60-ba8a-90ef72305138",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c3593a24-92df-4f3c-994d-f97074a2c1ae",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3a93a5d7-1516-406e-a298-ff1455e067d7",
            "generatedFromUUID": "c3593a24-92df-4f3c-994d-f97074a2c1ae"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3a93a5d7-1516-406e-a298-ff1455e067d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230116063315-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
      "artifactChecksum": "OGQwYTcxMGYxODY0Mzk3MDk4YmIzYjBjNjc2NDBjNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d88e22e-74f5-4cee-9635-1d00c6324b84"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T06:34:34.132Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:34:34.133Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 519716a7-6515-4e60-8492-683259dc1353 ASDC
2023-01-16T06:34:34.277Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:d9ee3d36-b329-4967-aa1e-d2f7b993df40
ServiceName:vFW 2023-01-16 06-33-15
ServiceVersion:1.0
ServiceUUID:519716a7-6515-4e60-8492-683259dc1353
ServiceInvariantUUID:33ee1d8b-55a5-422a-b923-37f086d78e3a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230116063315-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
ArtifactUUID:1d88e22e-74f5-4cee-9635-1d00c6324b84
ArtifactChecksum:OGQwYTcxMGYxODY0Mzk3MDk4YmIzYjBjNjc2NDBjNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f47abd5a-bd28 0
ResourceCustomizationUUID:a07cfd44-dab7-4d79-999d-08dc4c4508d3
ResourceInvariantUUID:ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1
ResourceName:vFW f47abd5a-bd28
ResourceType:VF
ResourceUUID:39cac5c0-f05d-4ab0-942f-66d2480f7dca
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf47abd5abd280_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
ArtifactUUID:a7e12ce1-5f40-4b60-ba8a-90ef72305138
ArtifactChecksum:MGRjZmY3NmZkYzljZGNiYjc1YTU3ZDBmNmI3ZWZmNzc=
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/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
ArtifactUUID:c3593a24-92df-4f3c-994d-f97074a2c1ae
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/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
ArtifactUUID:3a93a5d7-1516-406e-a298-ff1455e067d7
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/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
ArtifactUUID:3a93a5d7-1516-406e-a298-ff1455e067d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-16T06:34:34.278Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 519716a7-6515-4e60-8492-683259dc1353 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-16T06:34:34.635Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:34:34.636Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:34:34.637Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:34:34.638Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d88e22e-74f5-4cee-9635-1d00c6324b84 from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:34.638Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:34.639Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:34.798Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:34.831Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar 1d88e22e-74f5-4cee-9635-1d00c6324b84 101519
2023-01-16T06:34:34.833Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar ASDC sendASDCNotification
2023-01-16T06:34:34.833Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:34.835Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:34.836Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:34.836Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:34.836Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850874832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:35.837Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:34:35.838Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:34:35.839Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1d88e22e-74f5-4cee-9635-1d00c6324b84, URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar to file: /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:35.839Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230116063315-csar.csar
2023-01-16T06:34:35.934Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:35.934Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:36.531Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13246305139544837752/Definitions/service-Vfw20230116063315-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-01-16T06:34:39.454Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.460Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.461Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f47abd5a-bd28 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-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.462Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:39.462Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:34:39.468Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.470Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.474Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.475Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:34:39.476Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:34:39.478Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:34:39.479Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.480Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.483Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.483Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.484Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.485Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.486Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T06:34:39.487Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.487Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:34:39.488Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.488Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.488Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f626bfc-e3a5-4569-a4b4-a7fe8de18636
2023-01-16T06:34:39.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1b40dae-97c4-42f7-ba67-881364eb2e5b
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:39.497Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bad36803-1ebf-4d65-9e86-9a8693b00182
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:39.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-16 06-33-15
Description:catalog service description
Model UUID:519716a7-6515-4e60-8492-683259dc1353
Model Version:NULL
Model InvariantUuid:33ee1d8b-55a5-422a-b923-37f086d78e3a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f47abd5a-bd28
Model UUID:a6c9d18e-7c0e-499e-9178-2b258cc891d7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ced1ad98-4b14-4cbc-b6c7-2b7fa7ff67a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a07cfd44-dab7-4d79-999d-08dc4c4508d3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5a329e5a-d366-4e3c-8f01-1e76148c863f
ModelName:VfwF47abd5aBd28..base_vfw..module-0
ModelUuid:bb752fc2-426d-4af4-99c5-cddb77751b41
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7f626bfc-e3a5-4569-a4b4-a7fe8de18636
ModelInvariantUuid:f46a3ed6-1d18-4274-a834-b215ab1845f4
ModelName:vFW f47abd5a-bd28-nodes.vfwCvfc
ModelUuid:db476966-7e91-4edc-91ed-72ed2b1bc8be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d2acd315-fe8b-4d43-8184-b50bbe94921b
ModelInvariantUuid:aa1ab882-4bb4-496c-8fa4-772bad6d2c22
ModelName:VfwF47abd5aBd28.compute.nodes.heat.vfw
ModelUuid:bf3ff9d4-b5e1-4c8a-850b-8b256bdcef8f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f1b40dae-97c4-42f7-ba67-881364eb2e5b
ModelInvariantUuid:686fc37c-189f-4815-ab5a-ef5b86e99669
ModelName:vFW f47abd5a-bd28-nodes.vsnCvfc
ModelUuid:e619126c-d128-40f4-882c-f44ba84c8ac6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:3ce4e2f2-4ec1-4ea3-85bf-232c324132cf
ModelInvariantUuid:8a2dff53-412e-442e-ac9f-da8af41078a8
ModelName:VfwF47abd5aBd28.compute.nodes.heat.vsn
ModelUuid:f2a199b4-b9e4-475f-b42c-ff9191db35c8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bad36803-1ebf-4d65-9e86-9a8693b00182
ModelInvariantUuid:648037f8-fb66-4378-b07d-fdb1227ee827
ModelName:vFW f47abd5a-bd28-nodes.vpgCvfc
ModelUuid:1a39af5d-4b29-4db5-b739-61375b77ed6c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0b403f10-5b79-42c8-9c5b-8cb52125edaf
ModelInvariantUuid:a930e2fa-a10d-492a-b68d-48bf3f5f70c4
ModelName:VfwF47abd5aBd28.compute.nodes.heat.vpg
ModelUuid:c0e362de-3753-421a-ba57-e2ff7036fcba
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-16T06:34:39.529Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 39cac5c0-f05d-4ab0-942f-66d2480f7dca
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-16T06:34:39.642Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||vFW f47abd5a-bd28 0
2023-01-16T06:34:39.649Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39cac5c0-f05d-4ab0-942f-66d2480f7dca
2023-01-16T06:34:39.649Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a7e12ce1-5f40-4b60-ba8a-90ef72305138 from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:39.650Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:39.650Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:39.728Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json a7e12ce1-5f40-4b60-ba8a-90ef72305138 785
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json ASDC sendASDCNotification
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:39.729Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:39.730Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:39.730Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:39.730Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850879729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:40.733Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF47abd5aBd28..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a329e5a-d366-4e3c-8f01-1e76148c863f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb752fc2-426d-4af4-99c5-cddb77751b41",
    "vfModuleModelCustomizationUUID": "d5cb6092-c47b-4aeb-91ff-94916c1e5924",
    "isBase": true,
    "artifacts": [
      "c3593a24-92df-4f3c-994d-f97074a2c1ae",
      "3a93a5d7-1516-406e-a298-ff1455e067d7"
    ],
    "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-16T06:34:40.756Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF47abd5aBd28..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb752fc2-426d-4af4-99c5-cddb77751b41
VfModuleModelInvariantUUID:5a329e5a-d366-4e3c-8f01-1e76148c863f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3593a24-92df-4f3c-994d-f97074a2c1ae
,
3a93a5d7-1516-406e-a298-ff1455e067d7

}
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-16T06:34:40.759Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF47abd5aBd28..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a329e5a-d366-4e3c-8f01-1e76148c863f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bb752fc2-426d-4af4-99c5-cddb77751b41",
    "vfModuleModelCustomizationUUID": "d5cb6092-c47b-4aeb-91ff-94916c1e5924",
    "isBase": true,
    "artifacts": [
      "c3593a24-92df-4f3c-994d-f97074a2c1ae",
      "3a93a5d7-1516-406e-a298-ff1455e067d7"
    ],
    "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-16T06:34:40.760Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF47abd5aBd28..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bb752fc2-426d-4af4-99c5-cddb77751b41
VfModuleModelInvariantUUID:5a329e5a-d366-4e3c-8f01-1e76148c863f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3593a24-92df-4f3c-994d-f97074a2c1ae
,
3a93a5d7-1516-406e-a298-ff1455e067d7

}
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-16T06:34:40.760Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c3593a24-92df-4f3c-994d-f97074a2c1ae from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:40.761Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:40.761Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:40.890Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:40.892Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml c3593a24-92df-4f3c-994d-f97074a2c1ae 20368
2023-01-16T06:34:40.892Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-16T06:34:40.893Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:40.893Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:40.894Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:40.894Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:40.894Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850880892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:41.896Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3a93a5d7-1516-406e-a298-ff1455e067d7 from URL: /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:41.897Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:34:41.897Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:42.004Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:34:42.004Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env 3a93a5d7-1516-406e-a298-ff1455e067d7 2098
2023-01-16T06:34:42.004Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:42.005Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850882004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:43.007Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 519716a7-6515-4e60-8492-683259dc1353
2023-01-16T06:34:43.007Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f47abd5a-bd28 0 39cac5c0-f05d-4ab0-942f-66d2480f7dca 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-16T06:34:43.058Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6fa4c79c, org.onap.sdc.toscaparser.api.parameters.Input@2bfcce6, org.onap.sdc.toscaparser.api.parameters.Input@3836ad15, org.onap.sdc.toscaparser.api.parameters.Input@5b7590b1, org.onap.sdc.toscaparser.api.parameters.Input@12a43464]
2023-01-16T06:34:43.067Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.068Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.068Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-16T06:34:43.069Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a07cfd44-dab7-4d79-999d-08dc4c4508d3
2023-01-16T06:34:43.069Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a07cfd44-dab7-4d79-999d-08dc4c4508d3 matches Tosca VF Customization UUID: a07cfd44-dab7-4d79-999d-08dc4c4508d3
2023-01-16T06:34:43.069Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a07cfd44-dab7-4d79-999d-08dc4c4508d3  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-16T06:34:43.080Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.081Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.083Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a07cfd44-dab7-4d79-999d-08dc4c4508d3: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-16T06:34:43.083Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76e2046e
2023-01-16T06:34:43.083Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.084Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:34:43.085Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d5cb6092-c47b-4aeb-91ff-94916c1e5924
2023-01-16T06:34:43.086Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d5cb6092-c47b-4aeb-91ff-94916c1e5924
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-16T06:34:43.097Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.097Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.098Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.099Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.100Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.100Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.101Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.101Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:43.102Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:43.102Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:43.102Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.103Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.104Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:43.104Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.104Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:43.105Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.105Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7f626bfc-e3a5-4569-a4b4-a7fe8de18636
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-16T06:34:43.116Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.117Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.117Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.117Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.118Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:43.118Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:43.118Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.119Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:43.120Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.120Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-16T06:34:43.120Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.121Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f1b40dae-97c4-42f7-ba67-881364eb2e5b
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-16T06:34:43.124Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.124Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.124Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.127Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.127Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is not matching search criteria
2023-01-16T06:34:43.127Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.128Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.129Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-16T06:34:43.129Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.129Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-16T06:34:43.130Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-16T06:34:43.130Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-16T06:34:43.130Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-16T06:34:43.131Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-16T06:34:43.131Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=bad36803-1ebf-4d65-9e86-9a8693b00182
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-16T06:34:43.134Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.134Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.135Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:34:43.135Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.135Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Node template vFW f47abd5a-bd28 0 is matching search criteria
2023-01-16T06:34:43.136Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW f47abd5a-bd28 0] matching following query criteria: sdcType=VF, customizationUUID=a07cfd44-dab7-4d79-999d-08dc4c4508d3
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-16T06:34:43.139Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.139Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.139Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 519716a7-6515-4e60-8492-683259dc1353: vFW f47abd5a-bd28
2023-01-16T06:34:43.140Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.140Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.140Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.141Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.141Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.142Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.142Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.142Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.143Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:34:43.143Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-16 06-33-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:34:43.143Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-16 06-33-15 
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-16T06:34:43.489Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f47abd5a-bd28 39cac5c0-f05d-4ab0-942f-66d2480f7dca 1 ASDC deployResourceStructure
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json ASDC sendASDCNotification
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:43.490Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:43.491Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850883490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:44.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-16T06:34:44.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml
2023-01-16T06:34:44.492Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:44.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:44.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:44.493Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850884492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:45.494Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-16T06:34:45.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env
2023-01-16T06:34:45.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:45.495Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:45.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:45.496Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850885494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:46.498Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar ASDC sendASDCNotification
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:34:46.499Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850886498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:47.502Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:34:47.533Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:34:47.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:34:47.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:34:47.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:34:55.285Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:34:55.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:34:55.288Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:34:55.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:17.536Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:35:17.550Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:35:17.554Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:35:17.554Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:35:17.555Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:35:47.555Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:35:47.567Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:35:47.569Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:35:47.570Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:35:47.570Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:35:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:35:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850862858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850859887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850810935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850861293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850860350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.304Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850862858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850810935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.306Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850859887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.308Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850861293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.308Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.309Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850860350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850862858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.310Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850810935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.311Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.311Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.313Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850859887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850861293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850860350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850862858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.316Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850810935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850859887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.318Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850861293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.319Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850860350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850862858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850810935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850859887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850861293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850860350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850862858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850810935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850859887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850861293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850860350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850862858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850810935,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850835380,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850859887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850861293,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850874369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850875119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850874925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850876064,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850874832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850874369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850875436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.333Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850875943,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-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-16T06:35:55.345Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.346Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.357Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850877087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850876309,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850874369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.359Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "policy-distribution",
  "timestamp": 1673850878095,
  "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-16T06:35:55.363Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.364Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.371Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850877412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.372Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.372Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.372Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850874369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.373Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.373Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.373Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850878515,
  "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-16T06:35:55.378Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.378Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850874369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.386Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850879520,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850874369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.387Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850879729,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850874369,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:35:55.388Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.390Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850880617,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:35:55.390Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.391Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850880892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.392Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850881685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.393Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.393Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850881622,
  "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-16T06:35:55.400Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:35:55.400Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:35:55.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.410Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850882004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:35:55.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.411Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850883490,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/vfwf47abd5abd280_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850884492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.412Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850885494,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/resourceInstances/vfwf47abd5abd280/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673850886498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:35:55.413Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:17.570Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:36:17.584Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:36:17.588Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:36:17.588Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:36:17.588Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:36:47.589Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:36:47.606Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:36:47.609Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:36:47.609Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:36:47.609Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:36:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:36:55.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.291Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850880533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850879098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850880110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850876951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850891293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850879098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850880533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850876951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850880110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.297Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850897707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230116063315/1.0/artifacts/service-Vfw20230116063315-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850891293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.298Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850880533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.299Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850876951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850880110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.300Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850879098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850898711,
  "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-16T06:36:55.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d9ee3d36-b329-4967-aa1e-d2f7b993df40
2023-01-16T06:36:55.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:36:55.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.319Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850891293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850879098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850880110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.321Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850876951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850880533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.322Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850891293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850879098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850880110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850876951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.324Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850880533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.325Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850891293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850879098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850876951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850880110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850880533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.328Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850891293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.329Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850879098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673850880110,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.330Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850876951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.331Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850880533,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850891293,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.332Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850903727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850904858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850903939,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.334Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850904216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850904369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.335Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850905862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:36:55.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.336Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673850904732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-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-16T06:36:55.350Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.350Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.360Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850905013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.361Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850904369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.362Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "policy-distribution",
  "timestamp": 1673850906864,
  "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-16T06:36:55.367Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.367Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850906086,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.376Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850904369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850906565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:36:55.377Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.378Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.378Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850907110,
  "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-16T06:36:55.382Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.382Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.401Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850904369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.401Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.402Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673850907570,
  "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-16T06:36:55.409Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.410Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:36:55.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.419Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673850908111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850904369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.420Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850904369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850904369,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:36:55.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850911490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850919680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:36:55.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:36:55.423Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "aai-model-loader",
  "timestamp": 1673850920682,
  "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-16T06:36:55.428Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
2023-01-16T06:36:55.428Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:37:17.610Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:37:17.621Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40
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-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:37:17.624Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:37:17.625Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:37:17.625Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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-16T06:37:17.630Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:37:47.630Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40 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-16T06:37:47.644Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d9ee3d36-b329-4967-aa1e-d2f7b993df40 and serviceModelVersionId: 519716a7-6515-4e60-8492-683259dc1353
2023-01-16T06:37:47.645Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33ee1d8b-55a5-422a-b923-37f086d78e3a
2023-01-16T06:37:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:04.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0
2023-01-16T06:38:04.433Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:38:04.955Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?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-16T06:38:04.960Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0|INFO|500||Invoke
2023-01-16T06:38:05.093Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T06:38:05.270Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0|INFO|500||InvokeReturn
2023-01-16T06:38:05.271Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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/33ee1d8b-55a5-422a-b923-37f086d78e3a/model-vers/model-ver/519716a7-6515-4e60-8492-683259dc1353?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:38:06 GMT], content-length=[0], vertex-id=[389272], x-aai-txid=[0-aai-resources-230116-06:38:06:485-48768], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:38:05.272Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:38:05.276Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:38:05.277Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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-16T06:38:05.284Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|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-16T06:38:05.285Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d9ee3d36-b329-4967-aa1e-d2f7b993df40 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:38:05.286Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:38:05.287Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:05.287Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:05.287Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851085285,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:05.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:05.301Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d9ee3d36-b329-4967-aa1e-d2f7b993df40",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851085285,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:38:05.302Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-16T06:38:06.301Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:38:06.306Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:38:06.306Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"2f585d47-ea65-4390-9dcd-cd0ba3580ea3","serviceName":"basic_onboard_nOiDAX","serviceVersion":"1.0","serviceUUID":"3fe564b7-83e3-4ad1-9805-384146f81671","serviceDescription":"service","serviceInvariantUUID":"ffbe83a6-133a-495b-9258-59155d496084","resources":[{"resourceInstanceName":"basic_onboard_nOiDAX 0","resourceName":"basic_onboard_nOiDAX","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c5080408-1512-4052-a65f-04eb5ed65e0c","resourceInvariantUUID":"b4254d9e-bc3f-43be-8b0e-0f56cc416e6b","resourceCustomizationUUID":"08538b80-5352-4f3b-bcb8-35f14dd0db5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml","artifactChecksum":"YmE0ZmYzYjc2OTQzMjViZjhiZTYzZmViZWFkN2RhYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f14ce707-4694-4484-878c-dafb96b885c3","artifactVersion":"1"},{"artifactName":"basic_onboard_noidax0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json","artifactChecksum":"MDJlOTY0NDk3OGIzMjJhNTAyM2I4ZWEwZWUzZTk3ZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"588e4b40-06ec-402a-8375-13d6c6963ad9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c2e2cb38-b332-47f0-87d3-98eb61946da7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d6fb3996-350e-4a26-a4bd-81941c3cca84","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d69621fc-04c0-4180-86e6-9a41d58e9e30","artifactVersion":"2","generatedFromUUID":"c2e2cb38-b332-47f0-87d3-98eb61946da7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNoidax-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml","artifactChecksum":"MWMzZWVjMWRhOGY3NTA2MDJkNDUxMTJmMWUyOGY5M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"51a9a054-3b59-49f4-9887-7d0033b0e80e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNoidax-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar","artifactChecksum":"ZDU2ZTliYmQwYTZiMDc1MWMxYTA0ODlmY2NmMjA2ZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:38:06.308Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:06.309Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:06.309Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:06.309Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:07.310Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:08.311Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:08.312Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:08.312Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:08.312Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:09.314Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:09.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:09.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:09.315Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:10.318Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:10.319Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:10.319Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:10.319Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:11.320Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:11.321Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:11.321Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:11.321Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:12.322Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:38:12.323Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:12.323Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:12.323Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:13.325Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "serviceName": "basic_onboard_nOiDAX",
  "serviceVersion": "1.0",
  "serviceUUID": "3fe564b7-83e3-4ad1-9805-384146f81671",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ffbe83a6-133a-495b-9258-59155d496084",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nOiDAX 0",
      "resourceCustomizationUUID": "08538b80-5352-4f3b-bcb8-35f14dd0db5a",
      "resourceName": "basic_onboard_nOiDAX",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c5080408-1512-4052-a65f-04eb5ed65e0c",
      "resourceInvariantUUID": "b4254d9e-bc3f-43be-8b0e-0f56cc416e6b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_noidax0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
          "artifactChecksum": "MDJlOTY0NDk3OGIzMjJhNTAyM2I4ZWEwZWUzZTk3ZDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "588e4b40-06ec-402a-8375-13d6c6963ad9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c2e2cb38-b332-47f0-87d3-98eb61946da7",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d69621fc-04c0-4180-86e6-9a41d58e9e30",
            "generatedFromUUID": "c2e2cb38-b332-47f0-87d3-98eb61946da7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d69621fc-04c0-4180-86e6-9a41d58e9e30",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNoidax-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
      "artifactChecksum": "ZDU2ZTliYmQwYTZiMDc1MWMxYTA0ODlmY2NmMjA2ZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T06:38:13.325Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:38:13.326Z|d9ee3d36-b329-4967-aa1e-d2f7b993df40|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3fe564b7-83e3-4ad1-9805-384146f81671 ASDC
2023-01-16T06:38:13.326Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2f585d47-ea65-4390-9dcd-cd0ba3580ea3
ServiceName:basic_onboard_nOiDAX
ServiceVersion:1.0
ServiceUUID:3fe564b7-83e3-4ad1-9805-384146f81671
ServiceInvariantUUID:ffbe83a6-133a-495b-9258-59155d496084
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNoidax-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
ArtifactUUID:7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf
ArtifactChecksum:ZDU2ZTliYmQwYTZiMDc1MWMxYTA0ODlmY2NmMjA2ZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nOiDAX 0
ResourceCustomizationUUID:08538b80-5352-4f3b-bcb8-35f14dd0db5a
ResourceInvariantUUID:b4254d9e-bc3f-43be-8b0e-0f56cc416e6b
ResourceName:basic_onboard_nOiDAX
ResourceType:VF
ResourceUUID:c5080408-1512-4052-a65f-04eb5ed65e0c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_noidax0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
ArtifactUUID:588e4b40-06ec-402a-8375-13d6c6963ad9
ArtifactChecksum:MDJlOTY0NDk3OGIzMjJhNTAyM2I4ZWEwZWUzZTk3ZDc=
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/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c2e2cb38-b332-47f0-87d3-98eb61946da7
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/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
ArtifactUUID:d69621fc-04c0-4180-86e6-9a41d58e9e30
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/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
ArtifactUUID:d69621fc-04c0-4180-86e6-9a41d58e9e30
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-16T06:38:13.326Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fe564b7-83e3-4ad1-9805-384146f81671 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-16T06:38:13.360Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:13.361Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:13.362Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:13.613Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar 7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf 75665
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar ASDC sendASDCNotification
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:13.617Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:13.618Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:13.618Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:13.618Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851093617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:14.619Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:38:14.620Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:38:14.620Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7aad8b06-84ff-4b36-8eaa-1bd26cb7fccf, URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar to file: /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.620Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.621Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.621Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:14.817Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8211790474688768103/Definitions/service-BasicOnboardNoidax-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-16T06:38:15.979Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|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-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|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-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|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-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.980Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nOiDAX 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-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|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-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.981Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:38:15.982Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is not matching search criteria
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-16T06:38:15.983Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.984Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:15.985Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is not matching search criteria
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-16T06:38:15.986Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d5c6895-e0e5-441e-a856-aafcc05c13f8
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.987Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:15.988Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nOiDAX
Description:service
Model UUID:3fe564b7-83e3-4ad1-9805-384146f81671
Model Version:NULL
Model InvariantUuid:ffbe83a6-133a-495b-9258-59155d496084
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nOiDAX
Model UUID:14239dfe-13ba-4357-8e06-60ec3d3ef248
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b4254d9e-bc3f-43be-8b0e-0f56cc416e6b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:08538b80-5352-4f3b-bcb8-35f14dd0db5a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9
ModelName:BasicOnboardNoidax..base_ubuntu18..module-0
ModelUuid:3aef6577-5214-4109-bb4a-c72f494ec1d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2d5c6895-e0e5-441e-a856-aafcc05c13f8
ModelInvariantUuid:6b7d083a-3a2e-4e8a-b7a0-06a9d7976ac2
ModelName:basic_onboard_nOiDAX-nodes.ubuntu18Cvfc
ModelUuid:ac7f6ce5-d802-4808-8c46-34531358ecc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:817768aa-ffc4-4dd7-9bb5-6c4ce467d442
ModelInvariantUuid:2594f427-29e7-4420-9bed-e23a2711ffb9
ModelName:BasicOnboardNoidax.compute.nodes.heat.ubuntu18
ModelUuid:1e8f9c47-dddb-4ce2-848d-4636809a9d8a
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-16T06:38:15.996Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c5080408-1512-4052-a65f-04eb5ed65e0c
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-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||basic_onboard_nOiDAX 0
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c5080408-1512-4052-a65f-04eb5ed65e0c
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 588e4b40-06ec-402a-8375-13d6c6963ad9 from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:16.000Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:16.061Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:16.062Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json 588e4b40-06ec-402a-8375-13d6c6963ad9 798
2023-01-16T06:38:16.062Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json ASDC sendASDCNotification
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:16.063Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851096062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:17.064Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNoidax..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3aef6577-5214-4109-bb4a-c72f494ec1d4",
    "vfModuleModelCustomizationUUID": "80e34260-1a96-427a-a1ab-cd85ded1ed26",
    "isBase": true,
    "artifacts": [
      "c2e2cb38-b332-47f0-87d3-98eb61946da7",
      "d69621fc-04c0-4180-86e6-9a41d58e9e30"
    ],
    "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-16T06:38:17.068Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNoidax..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3aef6577-5214-4109-bb4a-c72f494ec1d4
VfModuleModelInvariantUUID:f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2e2cb38-b332-47f0-87d3-98eb61946da7
,
d69621fc-04c0-4180-86e6-9a41d58e9e30

}
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-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNoidax..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3aef6577-5214-4109-bb4a-c72f494ec1d4",
    "vfModuleModelCustomizationUUID": "80e34260-1a96-427a-a1ab-cd85ded1ed26",
    "isBase": true,
    "artifacts": [
      "c2e2cb38-b332-47f0-87d3-98eb61946da7",
      "d69621fc-04c0-4180-86e6-9a41d58e9e30"
    ],
    "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-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNoidax..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3aef6577-5214-4109-bb4a-c72f494ec1d4
VfModuleModelInvariantUUID:f9180cc0-4d1c-4549-86c6-bba4f7c9a0d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2e2cb38-b332-47f0-87d3-98eb61946da7
,
d69621fc-04c0-4180-86e6-9a41d58e9e30

}
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-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c2e2cb38-b332-47f0-87d3-98eb61946da7 from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:17.070Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:17.192Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:17.192Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml c2e2cb38-b332-47f0-87d3-98eb61946da7 5033
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:17.193Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851097193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:18.194Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d69621fc-04c0-4180-86e6-9a41d58e9e30 from URL: /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:18.195Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:38:18.195Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:18.274Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:38:18.274Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env d69621fc-04c0-4180-86e6-9a41d58e9e30 909
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:18.275Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851098275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:19.276Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3fe564b7-83e3-4ad1-9805-384146f81671
2023-01-16T06:38:19.276Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nOiDAX 0 c5080408-1512-4052-a65f-04eb5ed65e0c 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-16T06:38:19.289Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4918d659, org.onap.sdc.toscaparser.api.parameters.Input@11e994ed, org.onap.sdc.toscaparser.api.parameters.Input@62b8b254, org.onap.sdc.toscaparser.api.parameters.Input@64a1f519, org.onap.sdc.toscaparser.api.parameters.Input@6b045dca]
2023-01-16T06:38:19.290Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.290Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 08538b80-5352-4f3b-bcb8-35f14dd0db5a
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08538b80-5352-4f3b-bcb8-35f14dd0db5a matches Tosca VF Customization UUID: 08538b80-5352-4f3b-bcb8-35f14dd0db5a
2023-01-16T06:38:19.291Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 08538b80-5352-4f3b-bcb8-35f14dd0db5a  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-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 08538b80-5352-4f3b-bcb8-35f14dd0db5a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-16T06:38:19.294Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7af8fa38
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80e34260-1a96-427a-a1ab-cd85ded1ed26
2023-01-16T06:38:19.295Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80e34260-1a96-427a-a1ab-cd85ded1ed26
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-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:19.298Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.299Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is not matching search criteria
2023-01-16T06:38:19.300Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-16T06:38:19.300Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-16T06:38:19.300Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2d5c6895-e0e5-441e-a856-aafcc05c13f8
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-16T06:38:19.302Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.302Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.302Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:38:19.303Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.303Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_nOiDAX 0 is matching search criteria
2023-01-16T06:38:19.303Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_nOiDAX 0] matching following query criteria: sdcType=VF, customizationUUID=08538b80-5352-4f3b-bcb8-35f14dd0db5a
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-16T06:38:19.305Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.305Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3fe564b7-83e3-4ad1-9805-384146f81671: basic_onboard_nOiDAX
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.306Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.307Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.308Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:38:19.308Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_nOiDAX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:38:19.308Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_nOiDAX 
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-16T06:38:19.403Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nOiDAX c5080408-1512-4052-a65f-04eb5ed65e0c 1 ASDC deployResourceStructure
2023-01-16T06:38:19.403Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json ASDC sendASDCNotification
2023-01-16T06:38:19.403Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:19.404Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851099403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:20.406Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-16T06:38:20.407Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:20.408Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851100406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:21.409Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-16T06:38:21.409Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:21.410Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851101409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:22.411Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar ASDC sendASDCNotification
2023-01-16T06:38:22.411Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar
2023-01-16T06:38:22.411Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:38:22.412Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:22.412Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:22.412Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851102411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:23.413Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:38:23.424Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3
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-16T06:38:23.427Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:38:23.427Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:38:23.428Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:38:23.429Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:38:23.429Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:38:23.429Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|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-16T06:38:23.435Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:38:53.436Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 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-16T06:38:53.445Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 and serviceModelVersionId: 3fe564b7-83e3-4ad1-9805-384146f81671
2023-01-16T06:38:53.446Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffbe83a6-133a-495b-9258-59155d496084
2023-01-16T06:38:53.447Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0
2023-01-16T06:38:53.452Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:38:53.508Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|INFO|500||Invoke
2023-01-16T06:38:53.509Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2f585d47-ea65-4390-9dcd-cd0ba3580ea3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe3a9ed9-0602-449f-9b99-eaaa3842e742], X-ECOMP-RequestID=[2f585d47-ea65-4390-9dcd-cd0ba3580ea3], X-TransactionId=[], X-ONAP-RequestID=[2f585d47-ea65-4390-9dcd-cd0ba3580ea3], Content-Type=[application/merge-patch+json]}
2023-01-16T06:38:53.538Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T06:38:53.625Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?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/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:38:54 GMT], content-length=[0], vertex-id=[184496], x-aai-txid=[0-aai-resources-230116-06:38:54:929-97728], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:38:53.626Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:38:53.626Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffbe83a6-133a-495b-9258-59155d496084/model-vers/model-ver/3fe564b7-83e3-4ad1-9805-384146f81671?depth=0|INFO|500||InvokeReturn
2023-01-16T06:38:53.627Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:38:53.627Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|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-16T06:38:53.632Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|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-16T06:38:53.632Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2f585d47-ea65-4390-9dcd-cd0ba3580ea3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:38:53.632Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:38:53.633Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:38:53.633Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:38:53.633Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851133632,
  "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-16T06:38:54.647Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:38:55.284Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:38:55.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.290Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:38:55.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:38:55.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.293Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851086301,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851093617,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851096062,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851097193,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851098275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851099403,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/basic_onboard_noidax0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851100406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851101409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/resourceInstances/basic_onboard_noidax0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851102411,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNoidax/1.0/artifacts/service-BasicOnboardNoidax-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:38:55.296Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:38:55.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-16T06:38:55.297Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "2f585d47-ea65-4390-9dcd-cd0ba3580ea3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851133632,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:38:55.297Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:39:54.649Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:39:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:40:54.650Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:40:55.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:41:54.651Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:41:55.288Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:42:54.652Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:42:55.288Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:43:54.653Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:43:55.289Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:44:54.654Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:44:55.291Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:45:54.656Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:45:55.293Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:46:54.657Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:46:55.294Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:47:54.658Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:47:55.294Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:48:54.658Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:48:55.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:49:54.660Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:49:55.296Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:49:59.695Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:49:59.695Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"890284c8-96d5-4796-8293-c08aae6076a2","serviceName":"Demo_pNF_1GRPqJ6nSQPkd46n2ASL","serviceVersion":"1.0","serviceUUID":"629eef0c-69e7-4298-9658-543761e7acc1","serviceDescription":"catalog service description","serviceInvariantUUID":"a88f6689-a613-47cc-909a-3731aca770a4","resources":[{"resourceInstanceName":"pNF 0c6d50a7-6996 0","resourceName":"pNF 0c6d50a7-6996","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f0187077-fb3d-4bb6-a358-1316d656e4a9","resourceInvariantUUID":"4e9a9183-3c39-4f8c-a0d2-eebc685a95eb","resourceCustomizationUUID":"2df5963b-6254-4dc5-b41a-6537681f73ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml","artifactChecksum":"MmE1ZmY4NTk0ZmYzNTgxYTgyYWExMTIzOWRiYzMzMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e0140dfd-d9d6-4745-98b6-a1bfccd733e7","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar","artifactChecksum":"NmJkODRiMjQzZDA1MGJkNTNjZjJlZGRhNjAyZDJlMGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6698299e-4db3-4fbc-a2d4-3956e04d9241","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6de939c5-3231-40b0-be55-2690e7b10a2c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml","artifactChecksum":"NGYyMDRhNTA5YWJiNGQ0MmE3OWYxMTNjMTAwMjZlYTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7cf6ce64-c84a-46ad-9599-25c7e577ea48","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1fae2440-7171-4c10-be17-104365622506","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9d2d519a-a938-4c7d-a324-0141eaa6bd1a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml","artifactChecksum":"NWQwN2FmN2ExODc5OGYyYjgxZTE2MzQ4ZGZkOGZhZGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0158b7c9-245c-40a7-a148-1669f03a4a84","artifactVersion":"1"},{"artifactName":"service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar","artifactChecksum":"YjVmMWYzNjA1MTI0Y2UxNWQ1MTk2NmRlNDEyYzFhNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea2662f5-fd85-413b-a074-a834dd27cc52","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:49:59.703Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:49:59.704Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:49:59.704Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:49:59.705Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:49:59.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:49:59.720Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:49:59.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:49:59.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:49:59.721Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:49:59.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:50:00.710Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:00.711Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:00.712Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:00.712Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:01.713Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:01.714Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:01.715Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:01.715Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:02.716Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:02.717Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:02.717Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:02.717Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:03.718Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:03.719Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:03.719Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:03.720Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:04.720Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:04.721Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:04.723Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:04.723Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:05.724Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:05.725Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:05.725Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:05.725Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:06.726Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:50:06.727Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:06.728Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:06.728Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:07.733Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "serviceName": "Demo_pNF_1GRPqJ6nSQPkd46n2ASL",
  "serviceVersion": "1.0",
  "serviceUUID": "629eef0c-69e7-4298-9658-543761e7acc1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a88f6689-a613-47cc-909a-3731aca770a4",
  "resources": [
    {
      "resourceInstanceName": "pNF 0c6d50a7-6996 0",
      "resourceCustomizationUUID": "2df5963b-6254-4dc5-b41a-6537681f73ca",
      "resourceName": "pNF 0c6d50a7-6996",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f0187077-fb3d-4bb6-a358-1316d656e4a9",
      "resourceInvariantUUID": "4e9a9183-3c39-4f8c-a0d2-eebc685a95eb",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
      "artifactChecksum": "YjVmMWYzNjA1MTI0Y2UxNWQ1MTk2NmRlNDEyYzFhNDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ea2662f5-fd85-413b-a074-a834dd27cc52"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T06:50:07.734Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:50:07.734Z|2f585d47-ea65-4390-9dcd-cd0ba3580ea3|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 629eef0c-69e7-4298-9658-543761e7acc1 ASDC
2023-01-16T06:50:07.735Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:890284c8-96d5-4796-8293-c08aae6076a2
ServiceName:Demo_pNF_1GRPqJ6nSQPkd46n2ASL
ServiceVersion:1.0
ServiceUUID:629eef0c-69e7-4298-9658-543761e7acc1
ServiceInvariantUUID:a88f6689-a613-47cc-909a-3731aca770a4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
ArtifactUUID:ea2662f5-fd85-413b-a074-a834dd27cc52
ArtifactChecksum:YjVmMWYzNjA1MTI0Y2UxNWQ1MTk2NmRlNDEyYzFhNDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 0c6d50a7-6996 0
ResourceCustomizationUUID:2df5963b-6254-4dc5-b41a-6537681f73ca
ResourceInvariantUUID:4e9a9183-3c39-4f8c-a0d2-eebc685a95eb
ResourceName:pNF 0c6d50a7-6996
ResourceType:PNF
ResourceUUID:f0187077-fb3d-4bb6-a358-1316d656e4a9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-16T06:50:07.735Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 629eef0c-69e7-4298-9658-543761e7acc1 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-16T06:50:07.776Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:50:07.778Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:50:07.778Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:50:07.778Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ea2662f5-fd85-413b-a074-a834dd27cc52 from URL: /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:07.779Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:50:07.779Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:07.909Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:50:07.915Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar ea2662f5-fd85-413b-a074-a834dd27cc52 88013
2023-01-16T06:50:07.915Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar ASDC sendASDCNotification
2023-01-16T06:50:07.915Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:07.916Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:50:07.916Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:07.917Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:07.917Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851807915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:08.918Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:50:08.919Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:50:08.920Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ea2662f5-fd85-413b-a074-a834dd27cc52, URL: /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar to file: /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:08.921Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:08.922Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:08.922Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:09.115Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15184684604745391589/Definitions/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml
2023-01-16T06:50:10.040Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:50:10.040Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:50:10.040Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 0c6d50a7-6996 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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.041Z|890284c8-96d5-4796-8293-c08aae6076a2|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-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.042Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Node template pNF 0c6d50a7-6996 0 is matching search criteria
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0c6d50a7-6996 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.043Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Node template pNF 0c6d50a7-6996 0 is matching search criteria
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 0c6d50a7-6996 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.044Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.045Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_1GRPqJ6nSQPkd46n2ASL
Description:catalog service description
Model UUID:629eef0c-69e7-4298-9658-543761e7acc1
Model Version:NULL
Model InvariantUuid:a88f6689-a613-47cc-909a-3731aca770a4
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-16T06:50:10.053Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f0187077-fb3d-4bb6-a358-1316d656e4a9
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-16T06:50:10.058Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||pNF 0c6d50a7-6996 0
2023-01-16T06:50:10.058Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f0187077-fb3d-4bb6-a358-1316d656e4a9
2023-01-16T06:50:10.060Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 629eef0c-69e7-4298-9658-543761e7acc1
2023-01-16T06:50:10.060Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 629eef0c-69e7-4298-9658-543761e7acc1
2023-01-16T06:50:10.060Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 0c6d50a7-6996 0 f0187077-fb3d-4bb6-a358-1316d656e4a9 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-16T06:50:10.064Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f7a0cee, org.onap.sdc.toscaparser.api.parameters.Input@5172eaaf, org.onap.sdc.toscaparser.api.parameters.Input@272a0af9, org.onap.sdc.toscaparser.api.parameters.Input@5e95dad0, org.onap.sdc.toscaparser.api.parameters.Input@21f7b090]
2023-01-16T06:50:10.064Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 629eef0c-69e7-4298-9658-543761e7acc1: pNF 0c6d50a7-6996
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Processing PNF resource: f0187077-fb3d-4bb6-a358-1316d656e4a9
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:50:10.065Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_1GRPqJ6nSQPkd46n2ASL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T06:50:10.066Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Resource customization UUID: 2df5963b-6254-4dc5-b41a-6537681f73ca is the same as notified resource customizationUUID: 2df5963b-6254-4dc5-b41a-6537681f73ca
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-16T06:50:10.142Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 0c6d50a7-6996 f0187077-fb3d-4bb6-a358-1316d656e4a9 0 ASDC deployResourceStructure
2023-01-16T06:50:10.142Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar ASDC sendASDCNotification
2023-01-16T06:50:10.142Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:50:10.143Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851810142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:11.145Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:50:11.157Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:50:11.160Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:50:11.161Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:50:11.161Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:50:41.161Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:50:41.173Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:50:41.175Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:50:41.176Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:50:41.176Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:50:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:50:55.286Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:50:55.286Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:50:55.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:11.176Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:51:11.188Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:51:11.190Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:51:11.190Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:51:11.191Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:51:41.191Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:51:41.218Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:51:41.232Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:51:41.233Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T06:51:41.233Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T06:51:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:51:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.310Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.311Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.312Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.313Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.314Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851794660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851783527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851745749,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851779149,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.318Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851777924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.319Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851791294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851808460,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851808442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.321Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851807915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.322Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851809635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851809028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.323Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.324Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851809467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-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-16T06:51:55.336Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.337Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.350Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851810640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851809633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/resourceInstances/pnf0c6d50a769960/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.351Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "policy-distribution",
  "timestamp": 1673851811642,
  "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-16T06:51:55.355Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.356Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.364Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851810636,
  "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-16T06:51:55.368Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.368Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.382Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851810142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851811021,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.383Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851804369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.384Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851812025,
  "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-16T06:51:55.388Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.388Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851812528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.397Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851818148,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf1grpqj6nsqpkd46n2asl/1.0/artifacts/service-DemoPnf1grpqj6nsqpkd46n2asl-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851811638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "policy-distribution",
  "timestamp": 1673851812643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.398Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851808498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851810470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.399Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851819150,
  "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-16T06:51:55.403Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 890284c8-96d5-4796-8293-c08aae6076a2
2023-01-16T06:51:55.403Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:51:55.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.410Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851811638,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "policy-distribution",
  "timestamp": 1673851812643,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851810470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.411Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851808498,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851821195,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "policy-distribution",
  "timestamp": 1673851822364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.412Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851821293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.413Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.413Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851822200,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:51:55.423Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.423Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "policy-distribution",
  "timestamp": 1673851823368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.430Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851821293,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.431Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "policy-distribution",
  "timestamp": 1673851824371,
  "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-16T06:51:55.436Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.437Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851824000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851825591,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.446Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851826597,
  "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-16T06:51:55.450Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.450Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851834369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851834369,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851836517,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851823204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851821174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851825373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851820931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851821174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851825373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851820931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851823204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851821174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851823204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851825373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851820931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851840609,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851823204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851821174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851825373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851820931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851841612,
  "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-16T06:51:55.476Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e2827ee-48ad-4ad4-b873-6755a603c814
2023-01-16T06:51:55.476Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:51:55.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.492Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851823204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851821174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.493Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851825373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851820931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851823204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.495Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851821174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851820931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.497Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851825373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851823204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.498Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851821174,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851825373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851820931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851845423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851845237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.500Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851846405,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.501Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851846241,
  "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-16T06:51:55.513Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:51:55.513Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851847410,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.520Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851846515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.521Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "policy-distribution",
  "timestamp": 1673851848412,
  "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-16T06:51:55.525Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:51:55.525Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851847602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.533Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851848626,
  "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-16T06:51:55.537Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:51:55.537Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:51:55.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.542Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851849629,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.545Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:51:55.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:51:55.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:51:55.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:11.233Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:52:11.247Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2
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-16T06:52:11.250Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:52:11.250Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:52:11.250Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:11.251Z|890284c8-96d5-4796-8293-c08aae6076a2|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-16T06:52:11.256Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:52:41.257Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 890284c8-96d5-4796-8293-c08aae6076a2 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-16T06:52:41.265Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 890284c8-96d5-4796-8293-c08aae6076a2 and serviceModelVersionId: 629eef0c-69e7-4298-9658-543761e7acc1
2023-01-16T06:52:41.265Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a88f6689-a613-47cc-909a-3731aca770a4
2023-01-16T06:52:41.267Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0
2023-01-16T06:52:41.276Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:52:41.348Z|890284c8-96d5-4796-8293-c08aae6076a2|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/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?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-16T06:52:41.350Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0|INFO|500||Invoke
2023-01-16T06:52:41.379Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T06:52:41.507Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0|INFO|500||InvokeReturn
2023-01-16T06:52:41.508Z|890284c8-96d5-4796-8293-c08aae6076a2|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/a88f6689-a613-47cc-909a-3731aca770a4/model-vers/model-ver/629eef0c-69e7-4298-9658-543761e7acc1?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:52:42 GMT], content-length=[0], vertex-id=[196712], x-aai-txid=[2-aai-resources-230116-06:52:42:774-96762], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:52:41.508Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:52:41.509Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:52:41.509Z|890284c8-96d5-4796-8293-c08aae6076a2|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-16T06:52:41.514Z|890284c8-96d5-4796-8293-c08aae6076a2|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-16T06:52:41.514Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 890284c8-96d5-4796-8293-c08aae6076a2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:52:41.515Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:52:41.515Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:41.515Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:41.516Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851961514,
  "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-16T06:52:42.530Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:52:42.535Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:52:42.535Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"1e2827ee-48ad-4ad4-b873-6755a603c814","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"27fd4a98-ef22-4dac-8371-04a852536a2b","serviceDescription":"service","serviceInvariantUUID":"6631ceaa-0f8d-4a77-b810-86dbc74e8c7d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"eefc8f16-ce23-4175-bf1b-0e4e093d2e3d","resourceInvariantUUID":"988d181d-e586-4590-8cab-82e34b371259","resourceCustomizationUUID":"8c264f22-33ef-4d3c-b82c-3f3b6089eb41","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":"YzA5Mzc1MDlkM2RjNzNhZTQ4OWEwYzMyZGQ4OGEzYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e03ca1d-40c9-4ccb-8ff1-329c9a0b4646","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mzg5NDZhODcwMzhkMmM1NGJmNDJmMWM5MWU2NjBhNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc6e7e12-3be1-4969-b929-c84b5da650c9","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:42.539Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:52:43.540Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:52:43.540Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:43.540Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:43.541Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:52:44.542Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "27fd4a98-ef22-4dac-8371-04a852536a2b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6631ceaa-0f8d-4a77-b810-86dbc74e8c7d",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8c264f22-33ef-4d3c-b82c-3f3b6089eb41",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "eefc8f16-ce23-4175-bf1b-0e4e093d2e3d",
      "resourceInvariantUUID": "988d181d-e586-4590-8cab-82e34b371259",
      "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": "Mzg5NDZhODcwMzhkMmM1NGJmNDJmMWM5MWU2NjBhNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fc6e7e12-3be1-4969-b929-c84b5da650c9"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T06:52:44.542Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:52:44.542Z|890284c8-96d5-4796-8293-c08aae6076a2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 27fd4a98-ef22-4dac-8371-04a852536a2b ASDC
2023-01-16T06:52:44.543Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:1e2827ee-48ad-4ad4-b873-6755a603c814
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:27fd4a98-ef22-4dac-8371-04a852536a2b
ServiceInvariantUUID:6631ceaa-0f8d-4a77-b810-86dbc74e8c7d
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:fc6e7e12-3be1-4969-b929-c84b5da650c9
ArtifactChecksum:Mzg5NDZhODcwMzhkMmM1NGJmNDJmMWM5MWU2NjBhNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8c264f22-33ef-4d3c-b82c-3f3b6089eb41
ResourceInvariantUUID:988d181d-e586-4590-8cab-82e34b371259
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:eefc8f16-ce23-4175-bf1b-0e4e093d2e3d
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-16T06:52:44.543Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 27fd4a98-ef22-4dac-8371-04a852536a2b 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-16T06:52:44.573Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fc6e7e12-3be1-4969-b929-c84b5da650c9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-16T06:52:44.574Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:52:44.575Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:44.686Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar fc6e7e12-3be1-4969-b929-c84b5da650c9 57792
2023-01-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:44.689Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:52:44.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:44.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:44.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851964689,
  "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-16T06:52:45.690Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:52:45.691Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:52:45.692Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fc6e7e12-3be1-4969-b929-c84b5da650c9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:45.692Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-16T06:52:45.693Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:45.693Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:45.865Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16863258454077041460/Definitions/service-BasicNetwork-template.yml
2023-01-16T06:52:46.471Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:52:46.472Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:52:46.472Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.473Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.474Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-16T06:52:46.475Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:52:46.476Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:52:46.476Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.476Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.478Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-16T06:52:46.478Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:52:46.479Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:52:46.479Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.479Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.480Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.480Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.481Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.482Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.482Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.482Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:27fd4a98-ef22-4dac-8371-04a852536a2b
Model Version:NULL
Model InvariantUuid:6631ceaa-0f8d-4a77-b810-86dbc74e8c7d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:988d181d-e586-4590-8cab-82e34b371259
Model UUID:f8274690-48cc-401c-9cb3-afa78feb1586
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8c264f22-33ef-4d3c-b82c-3f3b6089eb41
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-16T06:52:46.492Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: eefc8f16-ce23-4175-bf1b-0e4e093d2e3d
2023-01-16T06:52:46.493Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||No resources found for Service: 27fd4a98-ef22-4dac-8371-04a852536a2b
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-16T06:52:46.497Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||
2023-01-16T06:52:46.497Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 27fd4a98-ef22-4dac-8371-04a852536a2b
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 27fd4a98-ef22-4dac-8371-04a852536a2b
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-16T06:52:46.498Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.504Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2141cdae, org.onap.sdc.toscaparser.api.parameters.Input@10ec16d2, org.onap.sdc.toscaparser.api.parameters.Input@793744cc, org.onap.sdc.toscaparser.api.parameters.Input@5448502f, org.onap.sdc.toscaparser.api.parameters.Input@7b4bdbb5]
2023-01-16T06:52:46.505Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.506Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.506Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.507Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.509Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 27fd4a98-ef22-4dac-8371-04a852536a2b: Generic NeutronNet
2023-01-16T06:52:46.509Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.509Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.510Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.510Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.547Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.548Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.548Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.549Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.549Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:52:46.549Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.550Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.589Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-16T06:52:46.589Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.590Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:46.590Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:52:46.590Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:52:46.591Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:52:46.591Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851966589,
  "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-16T06:52:47.592Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e2827ee-48ad-4ad4-b873-6755a603c814
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:52:47.604Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e2827ee-48ad-4ad4-b873-6755a603c814
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-16T06:52:47.607Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:52:47.607Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:52:47.608Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:52:47.608Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:52:47.608Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:47.608Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:47.609Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:47.609Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:47.609Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:52:47.609Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:52:47.614Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:52:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:52:55.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.289Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.289Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673851845057,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851849414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851847244,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851857971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851859136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851850633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673851858976,
  "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-16T06:52:55.316Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e7ea5fb-adab-4604-8e11-44e96a3fba8c
2023-01-16T06:52:55.317Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e7ea5fb-adab-4604-8e11-44e96a3fba8c 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-16T06:52:55.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.325Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851860139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:52:55.325Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.325Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851859098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.326Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.326Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851859762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.326Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.326Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "policy-distribution",
  "timestamp": 1673851861141,
  "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-16T06:52:55.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e7ea5fb-adab-4604-8e11-44e96a3fba8c
2023-01-16T06:52:55.332Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e7ea5fb-adab-4604-8e11-44e96a3fba8c 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-16T06:52:55.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.339Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851860857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.339Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851861313,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:52:55.340Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.340Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851861983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.341Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.341Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851862316,
  "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-16T06:52:55.346Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:52:55.346Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:52:55.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.358Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851863042,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.358Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.359Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.359Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.359Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851864097,
  "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-16T06:52:55.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e7ea5fb-adab-4604-8e11-44e96a3fba8c
2023-01-16T06:52:55.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e7ea5fb-adab-4604-8e11-44e96a3fba8c 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-16T06:52:55.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.370Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673851865101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:52:55.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.374Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.374Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.375Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.375Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.376Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.376Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.378Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.379Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851871465,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.379Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851851293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.380Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851872503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.380Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851874746,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:52:55.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.381Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673851875749,
  "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-16T06:52:55.390Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e7ea5fb-adab-4604-8e11-44e96a3fba8c
2023-01-16T06:52:55.390Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e7ea5fb-adab-4604-8e11-44e96a3fba8c 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-16T06:52:55.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.399Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851878970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:52:55.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.400Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851879974,
  "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-16T06:52:55.404Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
2023-01-16T06:52:55.405Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:52:55.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.414Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.414Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.415Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.415Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.415Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.416Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.416Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.416Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.416Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.417Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.417Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.418Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:52:55.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.419Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851864369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:52:55.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.419Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851890164,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:52:55.419Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851897264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:52:55.420Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:52:55.420Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "aai-model-loader",
  "timestamp": 1673851898266,
  "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-16T06:52:55.427Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e7ea5fb-adab-4604-8e11-44e96a3fba8c
2023-01-16T06:52:55.427Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e7ea5fb-adab-4604-8e11-44e96a3fba8c 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-16T06:53:17.615Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e2827ee-48ad-4ad4-b873-6755a603c814 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-16T06:53:17.622Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e2827ee-48ad-4ad4-b873-6755a603c814 and serviceModelVersionId: 27fd4a98-ef22-4dac-8371-04a852536a2b
2023-01-16T06:53:17.622Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6631ceaa-0f8d-4a77-b810-86dbc74e8c7d
2023-01-16T06:53:17.623Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0
2023-01-16T06:53:17.627Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:53:17.667Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0|INFO|500||Invoke
2023-01-16T06:53:17.667Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e2827ee-48ad-4ad4-b873-6755a603c814], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9c1831d3-ff53-422d-8fee-afa776251db3], X-ECOMP-RequestID=[1e2827ee-48ad-4ad4-b873-6755a603c814], X-TransactionId=[], X-ONAP-RequestID=[1e2827ee-48ad-4ad4-b873-6755a603c814], Content-Type=[application/merge-patch+json]}
2023-01-16T06:53:17.704Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T06:53:17.852Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?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/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:53:19 GMT], content-length=[0], vertex-id=[241904], x-aai-txid=[1-aai-resources-230116-06:53:19:111-77335], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:53:17.853Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:53:17.853Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6631ceaa-0f8d-4a77-b810-86dbc74e8c7d/model-vers/model-ver/27fd4a98-ef22-4dac-8371-04a852536a2b?depth=0|INFO|500||InvokeReturn
2023-01-16T06:53:17.854Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:53:17.854Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:53:17.858Z|1e2827ee-48ad-4ad4-b873-6755a603c814|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-16T06:53:17.858Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e2827ee-48ad-4ad4-b873-6755a603c814 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:53:17.859Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:53:17.859Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:17.859Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:17.859Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851997859,
  "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-16T06:53:18.871Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:53:18.872Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"c8831a0f-f4b3-4f3f-9f6b-542e1358ad26","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4ef00479-1e94-4728-9a5c-689f272123b3","serviceDescription":"service","serviceInvariantUUID":"0dbb409e-a939-4647-8551-f43112e41a1b","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2a87af5-7bcf-45e2-b214-c9b72bb8f8a9","resourceInvariantUUID":"31b15e54-42dc-44d3-82a6-d133fd34428b","resourceCustomizationUUID":"18b28c6f-98e8-4851-9f25-b6327a99df1d","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":"NjE1NGZjODRhZGM5NWY0ZDcyZjM5ZTIxMmRjMGM5YWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9c5e6e52-4fa3-4177-9238-dd149b803500","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":"ZDFmZjQ1ZTM5ODkyYmE5Njk5OTE1MGY2YmYzNDgzMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39a1426c-a21b-4109-b47b-e230fe4f9f4e","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":"83d0293b-35f5-45aa-9739-0dd2737b620b","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":"9dd07479-067e-41a0-b15e-481c2076edbd","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":"3e39723f-3dab-457f-b013-7a8fe51f65d8","artifactVersion":"2","generatedFromUUID":"83d0293b-35f5-45aa-9739-0dd2737b620b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2M5NTBhNTFhMGUyMzJkMmYxMGEyYzUzMDcyZjgwZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b82e1a25-e649-420b-b371-b78fe7067cf5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDQ5MTZkOGFjMzAxMmVmMzE1MjlhYTg1NWMxYmQ4N2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"67c6ec12-2594-475f-abe5-9570f0bbcac4","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:53:18.872Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:53:18.872Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:18.872Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:18.873Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:53:19.874Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:53:19.874Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:19.874Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:19.875Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:53:20.875Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:53:20.876Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:20.876Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:20.876Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:53:21.877Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:53:21.877Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:21.877Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:21.877Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:53:22.878Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:53:22.878Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:22.879Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:22.879Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:53:23.880Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:53:23.881Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:23.881Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:23.881Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:53:24.882Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:53:24.882Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:24.882Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:24.882Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:53:25.885Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4ef00479-1e94-4728-9a5c-689f272123b3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0dbb409e-a939-4647-8551-f43112e41a1b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "18b28c6f-98e8-4851-9f25-b6327a99df1d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e2a87af5-7bcf-45e2-b214-c9b72bb8f8a9",
      "resourceInvariantUUID": "31b15e54-42dc-44d3-82a6-d133fd34428b",
      "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": "ZDFmZjQ1ZTM5ODkyYmE5Njk5OTE1MGY2YmYzNDgzMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "39a1426c-a21b-4109-b47b-e230fe4f9f4e",
          "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": "83d0293b-35f5-45aa-9739-0dd2737b620b",
          "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": "3e39723f-3dab-457f-b013-7a8fe51f65d8",
            "generatedFromUUID": "83d0293b-35f5-45aa-9739-0dd2737b620b"
          },
          "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": "3e39723f-3dab-457f-b013-7a8fe51f65d8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDQ5MTZkOGFjMzAxMmVmMzE1MjlhYTg1NWMxYmQ4N2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "67c6ec12-2594-475f-abe5-9570f0bbcac4"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T06:53:25.885Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:53:25.886Z|1e2827ee-48ad-4ad4-b873-6755a603c814|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4ef00479-1e94-4728-9a5c-689f272123b3 ASDC
2023-01-16T06:53:25.886Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4ef00479-1e94-4728-9a5c-689f272123b3
ServiceInvariantUUID:0dbb409e-a939-4647-8551-f43112e41a1b
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:67c6ec12-2594-475f-abe5-9570f0bbcac4
ArtifactChecksum:NDQ5MTZkOGFjMzAxMmVmMzE1MjlhYTg1NWMxYmQ4N2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:18b28c6f-98e8-4851-9f25-b6327a99df1d
ResourceInvariantUUID:31b15e54-42dc-44d3-82a6-d133fd34428b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e2a87af5-7bcf-45e2-b214-c9b72bb8f8a9
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:39a1426c-a21b-4109-b47b-e230fe4f9f4e
ArtifactChecksum:ZDFmZjQ1ZTM5ODkyYmE5Njk5OTE1MGY2YmYzNDgzMDM=
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:83d0293b-35f5-45aa-9739-0dd2737b620b
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:3e39723f-3dab-457f-b013-7a8fe51f65d8
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:3e39723f-3dab-457f-b013-7a8fe51f65d8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-16T06:53:25.887Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4ef00479-1e94-4728-9a5c-689f272123b3 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-16T06:53:25.923Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:53:25.924Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:53:25.924Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:53:25.924Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 67c6ec12-2594-475f-abe5-9570f0bbcac4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-16T06:53:25.924Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:53:25.924Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:26.030Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:53:26.034Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 67c6ec12-2594-475f-abe5-9570f0bbcac4 75194
2023-01-16T06:53:26.034Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:26.034Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:26.035Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:53:26.035Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:26.035Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:26.036Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852006034,
  "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-16T06:53:27.037Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:53:27.037Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:53:27.038Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 67c6ec12-2594-475f-abe5-9570f0bbcac4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-16T06:53:27.038Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-16T06:53:27.038Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-16T06:53:27.038Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-16T06:53:27.178Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8048451657011908622/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-16T06:53:28.371Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.372Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.373Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.373Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:53:28.373Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.373Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.373Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:28.373Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:53:28.374Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:53:28.374Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.374Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.374Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:28.374Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:53:28.374Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:53:28.375Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.375Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.375Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.375Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-16T06:53:28.375Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-16T06:53:28.375Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-16T06:53:28.376Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-16T06:53:28.376Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-16T06:53:28.376Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T06:53:28.376Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.376Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.376Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.376Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:28.377Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:53:28.377Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.377Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:28.377Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:53:28.377Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.377Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:28.378Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:53:28.378Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.378Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-16T06:53:28.378Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-16T06:53:28.378Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-16T06:53:28.378Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=44cb7a9b-db2a-4002-aae1-04af19c095e1
2023-01-16T06:53:28.379Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.379Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.379Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.379Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.379Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.379Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.379Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:28.380Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.380Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4ef00479-1e94-4728-9a5c-689f272123b3
Model Version:NULL
Model InvariantUuid:0dbb409e-a939-4647-8551-f43112e41a1b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d62978a8-1151-48ba-9855-c7dd63f905cc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:31b15e54-42dc-44d3-82a6-d133fd34428b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:18b28c6f-98e8-4851-9f25-b6327a99df1d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cc8a5b52-3cb8-435c-b57f-21474dd6714d
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:4ce3ec8a-bdb0-4bf0-91f1-f8c01f9c7bda
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:44cb7a9b-db2a-4002-aae1-04af19c095e1
ModelInvariantUuid:1fce9f58-02ba-4f39-9f8d-ae441a4deea7
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e235d157-6781-46be-ba52-72ac86029754
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7eba73cf-0176-4666-9b49-73c3c90e393a
ModelInvariantUuid:26fe9117-bb59-4856-ad57-8c8d9384c27e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:38a651af-f03a-4196-afb4-476b0e093733
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-16T06:53:28.386Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e2a87af5-7bcf-45e2-b214-c9b72bb8f8a9
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-16T06:53:28.388Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||basic_vm 0
2023-01-16T06:53:28.388Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2a87af5-7bcf-45e2-b214-c9b72bb8f8a9
2023-01-16T06:53:28.388Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39a1426c-a21b-4109-b47b-e230fe4f9f4e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-16T06:53:28.388Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:53:28.389Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.550Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:53:28.550Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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 39a1426c-a21b-4109-b47b-e230fe4f9f4e 787
2023-01-16T06:53:28.551Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.551Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:28.551Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:53:28.551Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:28.552Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:28.552Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852008551,
  "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-16T06:53:29.553Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc8a5b52-3cb8-435c-b57f-21474dd6714d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ce3ec8a-bdb0-4bf0-91f1-f8c01f9c7bda",
    "vfModuleModelCustomizationUUID": "d71d3491-dd27-4006-8947-bc4183040d18",
    "isBase": true,
    "artifacts": [
      "83d0293b-35f5-45aa-9739-0dd2737b620b",
      "3e39723f-3dab-457f-b013-7a8fe51f65d8"
    ],
    "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-16T06:53:29.560Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ce3ec8a-bdb0-4bf0-91f1-f8c01f9c7bda
VfModuleModelInvariantUUID:cc8a5b52-3cb8-435c-b57f-21474dd6714d
VfModuleModelDescription:NULL
Artifacts UUID List:{
83d0293b-35f5-45aa-9739-0dd2737b620b
,
3e39723f-3dab-457f-b013-7a8fe51f65d8

}
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-16T06:53:29.564Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "cc8a5b52-3cb8-435c-b57f-21474dd6714d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4ce3ec8a-bdb0-4bf0-91f1-f8c01f9c7bda",
    "vfModuleModelCustomizationUUID": "d71d3491-dd27-4006-8947-bc4183040d18",
    "isBase": true,
    "artifacts": [
      "83d0293b-35f5-45aa-9739-0dd2737b620b",
      "3e39723f-3dab-457f-b013-7a8fe51f65d8"
    ],
    "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-16T06:53:29.564Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4ce3ec8a-bdb0-4bf0-91f1-f8c01f9c7bda
VfModuleModelInvariantUUID:cc8a5b52-3cb8-435c-b57f-21474dd6714d
VfModuleModelDescription:NULL
Artifacts UUID List:{
83d0293b-35f5-45aa-9739-0dd2737b620b
,
3e39723f-3dab-457f-b013-7a8fe51f65d8

}
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-16T06:53:29.564Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83d0293b-35f5-45aa-9739-0dd2737b620b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-16T06:53:29.564Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:53:29.565Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:29.758Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:53:29.758Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 83d0293b-35f5-45aa-9739-0dd2737b620b 5033
2023-01-16T06:53:29.759Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:29.759Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:29.759Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:53:29.759Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:29.759Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:29.759Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852009759,
  "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-16T06:53:30.760Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3e39723f-3dab-457f-b013-7a8fe51f65d8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-16T06:53:30.760Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:53:30.761Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:30.831Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:53:30.832Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3e39723f-3dab-457f-b013-7a8fe51f65d8 903
2023-01-16T06:53:30.832Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:30.832Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:30.833Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:53:30.833Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:30.833Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:30.833Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852010832,
  "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-16T06:53:31.834Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4ef00479-1e94-4728-9a5c-689f272123b3
2023-01-16T06:53:31.834Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e2a87af5-7bcf-45e2-b214-c9b72bb8f8a9 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-16T06:53:31.850Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c507a26, org.onap.sdc.toscaparser.api.parameters.Input@36b9f95a, org.onap.sdc.toscaparser.api.parameters.Input@3d9106a6, org.onap.sdc.toscaparser.api.parameters.Input@3c0164f4, org.onap.sdc.toscaparser.api.parameters.Input@338fa818]
2023-01-16T06:53:31.851Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.851Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.852Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-16T06:53:31.852Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 18b28c6f-98e8-4851-9f25-b6327a99df1d
2023-01-16T06:53:31.852Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 18b28c6f-98e8-4851-9f25-b6327a99df1d matches Tosca VF Customization UUID: 18b28c6f-98e8-4851-9f25-b6327a99df1d
2023-01-16T06:53:31.852Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 18b28c6f-98e8-4851-9f25-b6327a99df1d  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-16T06:53:31.854Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.854Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.855Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 18b28c6f-98e8-4851-9f25-b6327a99df1d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-16T06:53:31.855Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@48058208
2023-01-16T06:53:31.856Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.856Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.857Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d71d3491-dd27-4006-8947-bc4183040d18
2023-01-16T06:53:31.857Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d71d3491-dd27-4006-8947-bc4183040d18
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-16T06:53:31.860Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.860Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:31.860Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:53:31.860Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.861Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:31.861Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:53:31.861Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.861Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-16T06:53:31.862Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-16T06:53:31.862Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-16T06:53:31.862Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=44cb7a9b-db2a-4002-aae1-04af19c095e1
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-16T06:53:31.864Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.864Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:31.865Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:53:31.865Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.865Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-16T06:53:31.865Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=18b28c6f-98e8-4851-9f25-b6327a99df1d
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-16T06:53:31.867Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.867Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.867Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4ef00479-1e94-4728-9a5c-689f272123b3: basic_vm
2023-01-16T06:53:31.868Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.868Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.868Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.868Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.869Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.869Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.869Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.870Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.870Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:53:31.870Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.870Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.957Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e2a87af5-7bcf-45e2-b214-c9b72bb8f8a9 1 ASDC deployResourceStructure
2023-01-16T06:53:31.958Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.958Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:31.958Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:53:31.958Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:31.958Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:31.958Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852011958,
  "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-16T06:53:32.959Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:32.959Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:32.959Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:53:32.960Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:32.960Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:32.960Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852012959,
  "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-16T06:53:33.960Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:33.961Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:33.961Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:53:33.961Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:33.961Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:33.962Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852013960,
  "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-16T06:53:34.962Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:34.963Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:34.963Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:53:34.963Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:53:34.963Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:53:34.963Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852014962,
  "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-16T06:53:35.964Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:53:35.986Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c8831a0f-f4b3-4f3f-9f6b-542e1358ad26
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-16T06:53:35.989Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:53:35.990Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:53:35.990Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:53:35.990Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:53:35.991Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:53:35.991Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:53:35.991Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:53:35.992Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:53:35.992Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:53:35.992Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:53:35.998Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:53:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:53:55.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:53:55.287Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "890284c8-96d5-4796-8293-c08aae6076a2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851961514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851964689,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:53:55.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:53:55.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:53:55.289Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851966589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:53:55.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:05.998Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 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-16T06:54:06.007Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 and serviceModelVersionId: 4ef00479-1e94-4728-9a5c-689f272123b3
2023-01-16T06:54:06.007Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0dbb409e-a939-4647-8551-f43112e41a1b
2023-01-16T06:54:06.008Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0dbb409e-a939-4647-8551-f43112e41a1b/model-vers/model-ver/4ef00479-1e94-4728-9a5c-689f272123b3?depth=0
2023-01-16T06:54:06.014Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:54:06.077Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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/0dbb409e-a939-4647-8551-f43112e41a1b/model-vers/model-ver/4ef00479-1e94-4728-9a5c-689f272123b3?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-16T06:54:06.079Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dbb409e-a939-4647-8551-f43112e41a1b/model-vers/model-ver/4ef00479-1e94-4728-9a5c-689f272123b3?depth=0|INFO|500||Invoke
2023-01-16T06:54:06.101Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dbb409e-a939-4647-8551-f43112e41a1b/model-vers/model-ver/4ef00479-1e94-4728-9a5c-689f272123b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T06:54:06.251Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0dbb409e-a939-4647-8551-f43112e41a1b/model-vers/model-ver/4ef00479-1e94-4728-9a5c-689f272123b3?depth=0|INFO|500||InvokeReturn
2023-01-16T06:54:06.251Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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/0dbb409e-a939-4647-8551-f43112e41a1b/model-vers/model-ver/4ef00479-1e94-4728-9a5c-689f272123b3?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:54:07 GMT], content-length=[0], vertex-id=[184520], x-aai-txid=[0-aai-resources-230116-06:54:07:500-79762], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:54:06.252Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:54:06.253Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:54:06.253Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:54:06.258Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|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-16T06:54:06.258Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c8831a0f-f4b3-4f3f-9f6b-542e1358ad26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:54:06.259Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:54:06.260Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:06.260Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:06.260Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852046259,
  "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-16T06:54:07.275Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T06:54:07.276Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"8e7ea5fb-adab-4604-8e11-44e96a3fba8c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"87e7cfae-4c38-4ccd-b283-03148d461097","serviceDescription":"service","serviceInvariantUUID":"88cdaaa4-a955-4617-9915-a9f9e8564de9","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad4d52d5-2b6e-465f-a146-6e55844939b9","resourceInvariantUUID":"58575255-146d-496b-b152-ed5755a57ecd","resourceCustomizationUUID":"f9feb504-358c-4681-a47d-53c4ac838fc1","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":"NmNkZWQ3MDllZGZjOWY1MDc2NjhjZDIzM2M0YTU4ZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8c44f223-b0bb-42e4-a96d-a9fb04264165","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":"506b489c-aaae-408e-b61e-9afabdc0b2d1","artifactVersion":"2","generatedFromUUID":"0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3"},{"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":"0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3","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":"MzhjYjk5M2NhZTg1YzkzNmVkYjNkMDhiNWQ2OGY0NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"950f9070-df6c-49ad-a628-2b17f159b01f","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":"94df421d-0089-45bc-8222-f1720164f52a","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":"e6d81fc3-6b3e-42ff-908a-52455c0d63ca","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":"79480429-4120-4740-90f5-e620dc75c1b7","artifactVersion":"2","generatedFromUUID":"94df421d-0089-45bc-8222-f1720164f52a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzE2MTIyZTI2ZjRmN2Q5ZDczM2NiMTRiZGQ4MWRiYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89ad7df3-2456-434b-8b5c-e2f6f6d04fed","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGIxNmUwM2Y5MDVlNjU4YjkyYmIyNmE4OGViNTc1NmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa6a2370-649e-4ea3-b279-fdb694da0187","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T06:54:07.277Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:07.277Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:07.278Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:07.278Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:08.279Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:08.279Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:08.280Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:08.280Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:09.281Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:09.281Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:09.282Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:09.282Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:10.283Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:10.283Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:10.283Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:10.284Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:11.284Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:11.285Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:11.285Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:11.286Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:12.286Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:12.287Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:12.287Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:12.287Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:13.288Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:13.289Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:13.289Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:13.290Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:14.290Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:14.291Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:14.291Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:14.291Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "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-16T06:54:15.292Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T06:54:15.293Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:15.294Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:15.294Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:54:16.295Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "87e7cfae-4c38-4ccd-b283-03148d461097",
  "serviceDescription": "service",
  "serviceInvariantUUID": "88cdaaa4-a955-4617-9915-a9f9e8564de9",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "f9feb504-358c-4681-a47d-53c4ac838fc1",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad4d52d5-2b6e-465f-a146-6e55844939b9",
      "resourceInvariantUUID": "58575255-146d-496b-b152-ed5755a57ecd",
      "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": "506b489c-aaae-408e-b61e-9afabdc0b2d1",
          "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": "0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3",
          "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": "MzhjYjk5M2NhZTg1YzkzNmVkYjNkMDhiNWQ2OGY0NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "950f9070-df6c-49ad-a628-2b17f159b01f",
          "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": "94df421d-0089-45bc-8222-f1720164f52a",
          "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": "79480429-4120-4740-90f5-e620dc75c1b7",
            "generatedFromUUID": "94df421d-0089-45bc-8222-f1720164f52a"
          },
          "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": "79480429-4120-4740-90f5-e620dc75c1b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZGIxNmUwM2Y5MDVlNjU4YjkyYmIyNmE4OGViNTc1NmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa6a2370-649e-4ea3-b279-fdb694da0187"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T06:54:16.296Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T06:54:16.296Z|c8831a0f-f4b3-4f3f-9f6b-542e1358ad26|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 87e7cfae-4c38-4ccd-b283-03148d461097 ASDC
2023-01-16T06:54:16.297Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:8e7ea5fb-adab-4604-8e11-44e96a3fba8c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:87e7cfae-4c38-4ccd-b283-03148d461097
ServiceInvariantUUID:88cdaaa4-a955-4617-9915-a9f9e8564de9
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:fa6a2370-649e-4ea3-b279-fdb694da0187
ArtifactChecksum:ZGIxNmUwM2Y5MDVlNjU4YjkyYmIyNmE4OGViNTc1NmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:f9feb504-358c-4681-a47d-53c4ac838fc1
ResourceInvariantUUID:58575255-146d-496b-b152-ed5755a57ecd
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:ad4d52d5-2b6e-465f-a146-6e55844939b9
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:506b489c-aaae-408e-b61e-9afabdc0b2d1
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:0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3
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:950f9070-df6c-49ad-a628-2b17f159b01f
ArtifactChecksum:MzhjYjk5M2NhZTg1YzkzNmVkYjNkMDhiNWQ2OGY0NzY=
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:94df421d-0089-45bc-8222-f1720164f52a
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:79480429-4120-4740-90f5-e620dc75c1b7
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:79480429-4120-4740-90f5-e620dc75c1b7
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-16T06:54:16.297Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87e7cfae-4c38-4ccd-b283-03148d461097 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-16T06:54:16.330Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:54:16.331Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:54:16.331Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:54:16.331Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fa6a2370-649e-4ea3-b279-fdb694da0187 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-16T06:54:16.331Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:54:16.331Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:16.535Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:54:16.538Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar fa6a2370-649e-4ea3-b279-fdb694da0187 73990
2023-01-16T06:54:16.538Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:16.539Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:16.539Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:54:16.539Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:16.539Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:16.539Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852056538,
  "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-16T06:54:17.540Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T06:54:17.541Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T06:54:17.541Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fa6a2370-649e-4ea3-b279-fdb694da0187, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-16T06:54:17.543Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-16T06:54:17.543Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-16T06:54:17.544Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-16T06:54:17.653Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12297465982392912524/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-16T06:54:18.893Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T06:54:18.894Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:54:18.894Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-16T06:54:18.894Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-16T06:54:18.894Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.895Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.895Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.895Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.895Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T06:54:18.895Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.896Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.896Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:18.896Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:54:18.896Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:54:18.897Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.897Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.898Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:18.898Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T06:54:18.898Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T06:54:18.899Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.899Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.899Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.899Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-16T06:54:18.900Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-16T06:54:18.900Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-16T06:54:18.900Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T06:54:18.900Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.901Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.901Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.901Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:18.901Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:54:18.902Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.902Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:18.902Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:54:18.902Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.903Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:18.903Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:54:18.903Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.903Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-16T06:54:18.904Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-16T06:54:18.904Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=85679a22-5abd-428b-96a7-3eae1ddc905e
2023-01-16T06:54:18.904Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.904Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.904Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.905Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.905Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.905Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.905Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:18.906Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:18.906Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:87e7cfae-4c38-4ccd-b283-03148d461097
Model Version:NULL
Model InvariantUuid:88cdaaa4-a955-4617-9915-a9f9e8564de9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a9b5a412-4693-412f-b1e6-b35877384c98
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58575255-146d-496b-b152-ed5755a57ecd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9feb504-358c-4681-a47d-53c4ac838fc1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7917158e-a991-46c7-af7c-689afa32518e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:734210f4-c346-4931-96db-e00b0a8c31db
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:85679a22-5abd-428b-96a7-3eae1ddc905e
ModelInvariantUuid:9e34e3d2-ed13-42c4-8ff1-100219a72fa5
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:944dd9f6-1e1a-4dfa-8463-bba66d4a97f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:67317232-d893-43e8-9cd2-4d2b3ab1c748
ModelInvariantUuid:9573b062-f7b4-488c-98cc-bb5eeb11d912
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:fa61cbd8-bb94-4d45-abe9-23332a9c2d3a
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-16T06:54:18.913Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ad4d52d5-2b6e-465f-a146-6e55844939b9
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-16T06:54:18.916Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||basic_cnf 0
2023-01-16T06:54:18.917Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad4d52d5-2b6e-465f-a146-6e55844939b9
2023-01-16T06:54:18.917Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 506b489c-aaae-408e-b61e-9afabdc0b2d1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-16T06:54:18.917Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:54:18.917Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:19.079Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:54:19.079Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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 506b489c-aaae-408e-b61e-9afabdc0b2d1 12
2023-01-16T06:54:19.080Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:19.080Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:19.080Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:54:19.080Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:19.081Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:19.081Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852059080,
  "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-16T06:54:20.082Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-16T06:54:20.082Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:54:20.083Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:20.181Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:54:20.182Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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 0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3 2688
2023-01-16T06:54:20.183Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:20.183Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:20.183Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:54:20.184Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:20.184Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:20.184Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852060183,
  "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-16T06:54:21.186Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 950f9070-df6c-49ad-a628-2b17f159b01f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-16T06:54:21.186Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:54:21.187Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:21.256Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:54:21.257Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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 950f9070-df6c-49ad-a628-2b17f159b01f 828
2023-01-16T06:54:21.257Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:21.257Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:21.258Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:54:21.258Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:21.258Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:21.258Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852061257,
  "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-16T06:54:22.259Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7917158e-a991-46c7-af7c-689afa32518e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "734210f4-c346-4931-96db-e00b0a8c31db",
    "vfModuleModelCustomizationUUID": "968ff528-cb68-4d57-b990-f226009ae4f4",
    "isBase": true,
    "artifacts": [
      "94df421d-0089-45bc-8222-f1720164f52a",
      "0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3",
      "79480429-4120-4740-90f5-e620dc75c1b7"
    ],
    "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-16T06:54:22.262Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:734210f4-c346-4931-96db-e00b0a8c31db
VfModuleModelInvariantUUID:7917158e-a991-46c7-af7c-689afa32518e
VfModuleModelDescription:NULL
Artifacts UUID List:{
94df421d-0089-45bc-8222-f1720164f52a
,
0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3
,
79480429-4120-4740-90f5-e620dc75c1b7

}
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-16T06:54:22.264Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "7917158e-a991-46c7-af7c-689afa32518e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "734210f4-c346-4931-96db-e00b0a8c31db",
    "vfModuleModelCustomizationUUID": "968ff528-cb68-4d57-b990-f226009ae4f4",
    "isBase": true,
    "artifacts": [
      "94df421d-0089-45bc-8222-f1720164f52a",
      "0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3",
      "79480429-4120-4740-90f5-e620dc75c1b7"
    ],
    "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-16T06:54:22.264Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:734210f4-c346-4931-96db-e00b0a8c31db
VfModuleModelInvariantUUID:7917158e-a991-46c7-af7c-689afa32518e
VfModuleModelDescription:NULL
Artifacts UUID List:{
94df421d-0089-45bc-8222-f1720164f52a
,
0ecb9d35-1b6c-4e7b-81d2-b76e68c173f3
,
79480429-4120-4740-90f5-e620dc75c1b7

}
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-16T06:54:22.264Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 94df421d-0089-45bc-8222-f1720164f52a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-16T06:54:22.264Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:54:22.265Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:22.322Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:54:22.323Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 94df421d-0089-45bc-8222-f1720164f52a 1164
2023-01-16T06:54:22.323Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:22.323Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:22.323Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:54:22.323Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:22.324Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:22.324Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852062323,
  "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-16T06:54:23.324Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 79480429-4120-4740-90f5-e620dc75c1b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-16T06:54:23.325Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T06:54:23.325Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:23.421Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T06:54:23.422Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 79480429-4120-4740-90f5-e620dc75c1b7 200
2023-01-16T06:54:23.422Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:23.422Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:23.422Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T06:54:23.423Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:23.423Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:23.423Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852063422,
  "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-16T06:54:24.424Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 87e7cfae-4c38-4ccd-b283-03148d461097
2023-01-16T06:54:24.424Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ad4d52d5-2b6e-465f-a146-6e55844939b9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2023-01-16T06:54:24.438Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-16T06:54:24.446Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@519638e9, org.onap.sdc.toscaparser.api.parameters.Input@578ee7f3, org.onap.sdc.toscaparser.api.parameters.Input@3d0eb82, org.onap.sdc.toscaparser.api.parameters.Input@2d71e795, org.onap.sdc.toscaparser.api.parameters.Input@4d40d3a2]
2023-01-16T06:54:24.447Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.447Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.448Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-16T06:54:24.448Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= f9feb504-358c-4681-a47d-53c4ac838fc1
2023-01-16T06:54:24.448Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9feb504-358c-4681-a47d-53c4ac838fc1 matches Tosca VF Customization UUID: f9feb504-358c-4681-a47d-53c4ac838fc1
2023-01-16T06:54:24.448Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: f9feb504-358c-4681-a47d-53c4ac838fc1  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-16T06:54:24.451Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.451Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.452Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id f9feb504-358c-4681-a47d-53c4ac838fc1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-16T06:54:24.452Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b3661a4
2023-01-16T06:54:24.452Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.452Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.452Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 968ff528-cb68-4d57-b990-f226009ae4f4
2023-01-16T06:54:24.452Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 968ff528-cb68-4d57-b990-f226009ae4f4
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-16T06:54:24.454Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.454Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:24.455Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:54:24.455Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.455Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:24.456Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:54:24.456Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.457Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-16T06:54:24.457Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-16T06:54:24.457Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=85679a22-5abd-428b-96a7-3eae1ddc905e
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-16T06:54:24.459Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.460Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:24.460Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T06:54:24.461Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.461Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-16T06:54:24.461Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f9feb504-358c-4681-a47d-53c4ac838fc1
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-16T06:54:24.464Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.464Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.465Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 87e7cfae-4c38-4ccd-b283-03148d461097: basic_cnf
2023-01-16T06:54:24.465Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.465Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.466Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.466Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.467Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.467Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.468Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.468Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.468Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T06:54:24.469Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.469Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.536Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ad4d52d5-2b6e-465f-a146-6e55844939b9 1 ASDC deployResourceStructure
2023-01-16T06:54:24.538Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.538Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:24.539Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-16T06:54:24.539Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:24.540Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:24.540Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852064537,
  "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-16T06:54:25.541Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:25.542Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:25.542Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-16T06:54:25.543Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:25.543Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:25.543Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852065541,
  "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-16T06:54:26.544Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:26.545Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:26.545Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:54:26.546Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:26.546Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:26.546Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852066544,
  "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-16T06:54:27.548Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:27.549Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:27.549Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:54:27.550Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:27.550Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:27.551Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852067547,
  "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-16T06:54:28.552Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:28.553Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:28.553Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:54:28.554Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:28.555Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:28.555Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852068552,
  "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-16T06:54:29.556Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:29.557Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:29.558Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T06:54:29.558Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:54:29.558Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:54:29.559Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852069556,
  "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-16T06:54:30.560Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e7ea5fb-adab-4604-8e11-44e96a3fba8c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T06:54:30.573Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e7ea5fb-adab-4604-8e11-44e96a3fba8c
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-16T06:54:30.576Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T06:54:30.577Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T06:54:30.577Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T06:54:30.579Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T06:54:30.579Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:54:30.579Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:54:30.579Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:54:30.580Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:54:30.580Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T06:54:30.580Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:54:30.586Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T06:54:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:54:55.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1e2827ee-48ad-4ad4-b873-6755a603c814",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851997859,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:54:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:54:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:54:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:54:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:54:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-16T06:54:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:54:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:54:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852006034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:54:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852008551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:54:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852009759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:54:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852010832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:54:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852011958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:54:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852012959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T06:54:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852013960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-16T06:54:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:54:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:54:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852014962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:54:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:00.586Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e7ea5fb-adab-4604-8e11-44e96a3fba8c 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-16T06:55:00.591Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e7ea5fb-adab-4604-8e11-44e96a3fba8c and serviceModelVersionId: 87e7cfae-4c38-4ccd-b283-03148d461097
2023-01-16T06:55:00.591Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 88cdaaa4-a955-4617-9915-a9f9e8564de9
2023-01-16T06:55:00.592Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/88cdaaa4-a955-4617-9915-a9f9e8564de9/model-vers/model-ver/87e7cfae-4c38-4ccd-b283-03148d461097?depth=0
2023-01-16T06:55:00.596Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T06:55:00.660Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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/88cdaaa4-a955-4617-9915-a9f9e8564de9/model-vers/model-ver/87e7cfae-4c38-4ccd-b283-03148d461097?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-16T06:55:00.668Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88cdaaa4-a955-4617-9915-a9f9e8564de9/model-vers/model-ver/87e7cfae-4c38-4ccd-b283-03148d461097?depth=0|INFO|500||Invoke
2023-01-16T06:55:00.697Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88cdaaa4-a955-4617-9915-a9f9e8564de9/model-vers/model-ver/87e7cfae-4c38-4ccd-b283-03148d461097?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T06:55:00.798Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/88cdaaa4-a955-4617-9915-a9f9e8564de9/model-vers/model-ver/87e7cfae-4c38-4ccd-b283-03148d461097?depth=0|INFO|500||InvokeReturn
2023-01-16T06:55:00.798Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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/88cdaaa4-a955-4617-9915-a9f9e8564de9/model-vers/model-ver/87e7cfae-4c38-4ccd-b283-03148d461097?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 06:55:02 GMT], content-length=[0], vertex-id=[270576], x-aai-txid=[2-aai-resources-230116-06:55:02:101-97934], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T06:55:00.800Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T06:55:00.800Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T06:55:00.801Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:55:00.806Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|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-16T06:55:00.806Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e7ea5fb-adab-4604-8e11-44e96a3fba8c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T06:55:00.807Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T06:55:00.807Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T06:55:00.807Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T06:55:00.807Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852100807,
  "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-16T06:55:01.831Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:55:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:55:55.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c8831a0f-f4b3-4f3f-9f6b-542e1358ad26",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852046259,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:55:55.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:55:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-16T06:55:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-16T06:55:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T06:55:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-16T06:55:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:55:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-16T06:55:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T06:55:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673851962530,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T06:55:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852056538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852059080,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852060183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852061257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852062323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852063422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T06:55:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852064537,
  "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-16T06:55:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852065541,
  "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-16T06:55:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852066544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T06:55:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852067547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T06:55:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852068552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-16T06:55:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:55:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:55:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852069556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T06:55:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:56:01.833Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:56:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:56:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T06:56:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "8e7ea5fb-adab-4604-8e11-44e96a3fba8c",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852100807,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T06:56:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T06:57:01.835Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:57:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:58:01.836Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:58:55.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T06:59:01.836Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T06:59:55.288Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:00:01.836Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:00:55.289Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:01:01.838Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:01:55.289Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:02:01.838Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:02:55.291Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:03:01.839Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:03:55.293Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:04:01.841Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:04:55.294Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:01.846Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:05:02.367Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T07:05:02.368Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"28c50a7a-165a-4961-aa04-b3bdc9c178cf","serviceName":"Demo_pNF_LFrQeFEscmxp6Agl8Frj","serviceVersion":"1.0","serviceUUID":"898209cc-a622-46e7-966d-6343be153b62","serviceDescription":"catalog service description","serviceInvariantUUID":"4988e4b5-3d87-4b35-b497-4bd2b9f569e9","resources":[{"resourceInstanceName":"pNF 1dc080b5-64ef 0","resourceName":"pNF 1dc080b5-64ef","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5bb4b0f3-e028-4159-b617-ec263e307d7e","resourceInvariantUUID":"2bee6405-eb86-4f6f-9f0c-b69013ecced9","resourceCustomizationUUID":"6ef04f8b-c952-435e-8e04-100810d5b724","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml","artifactChecksum":"NjM0ZmE0YTBlODZlOGZmOThhYzU0ZTQwNjkzYzY4NGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cbd9df2-f965-418a-8c8f-a9ac09a33111","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar","artifactChecksum":"NmJkODRiMjQzZDA1MGJkNTNjZjJlZGRhNjAyZDJlMGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9458785d-ac65-48bb-b352-5b7fc0356994","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8660a2e1-64a4-4beb-ba63-586fa0580ef9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml","artifactChecksum":"MTFmZjk1NWU3MDM1YzhmMTlkYzY5ZmZiMjg4NDc3MTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67a33ea0-5dbb-4f81-9cf7-b0e1b8fc5945","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a712b0a2-abde-47ad-ac60-f955ad53659d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"73c81709-ceb8-4e69-b8fa-8087e22db142","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLfrqefescmxp6agl8frj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml","artifactChecksum":"YmY0NmQxYThkMjNkOTBmYzZkNGZlNWQzMmYwNjdkNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e61d135-729a-4d21-98da-a99f8eca9f9e","artifactVersion":"1"},{"artifactName":"service-DemoPnfLfrqefescmxp6agl8frj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar","artifactChecksum":"OGFlZWRkY2FmYzhjMjRkY2IwMzZmZWQ3ZTllNGEwZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d46fcb8-5405-404b-b350-2e3a1073a56e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T07:05:02.374Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:02.374Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:02.375Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:02.375Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:02.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:05:02.400Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:05:02.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:05:03.380Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:03.381Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:03.381Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:03.381Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:04.382Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:04.382Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:04.383Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:04.383Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:05.386Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:05.386Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:05.387Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:05.387Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:06.388Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:06.389Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:06.391Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:06.391Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:07.392Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:07.393Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:07.394Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:07.394Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:08.395Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:08.396Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:08.396Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:08.396Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:09.397Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:05:09.397Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:09.398Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:09.398Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:10.399Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "serviceName": "Demo_pNF_LFrQeFEscmxp6Agl8Frj",
  "serviceVersion": "1.0",
  "serviceUUID": "898209cc-a622-46e7-966d-6343be153b62",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4988e4b5-3d87-4b35-b497-4bd2b9f569e9",
  "resources": [
    {
      "resourceInstanceName": "pNF 1dc080b5-64ef 0",
      "resourceCustomizationUUID": "6ef04f8b-c952-435e-8e04-100810d5b724",
      "resourceName": "pNF 1dc080b5-64ef",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5bb4b0f3-e028-4159-b617-ec263e307d7e",
      "resourceInvariantUUID": "2bee6405-eb86-4f6f-9f0c-b69013ecced9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
      "artifactChecksum": "OGFlZWRkY2FmYzhjMjRkY2IwMzZmZWQ3ZTllNGEwZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d46fcb8-5405-404b-b350-2e3a1073a56e"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T07:05:10.399Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T07:05:10.399Z|8e7ea5fb-adab-4604-8e11-44e96a3fba8c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 898209cc-a622-46e7-966d-6343be153b62 ASDC
2023-01-16T07:05:10.400Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:28c50a7a-165a-4961-aa04-b3bdc9c178cf
ServiceName:Demo_pNF_LFrQeFEscmxp6Agl8Frj
ServiceVersion:1.0
ServiceUUID:898209cc-a622-46e7-966d-6343be153b62
ServiceInvariantUUID:4988e4b5-3d87-4b35-b497-4bd2b9f569e9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
ArtifactUUID:1d46fcb8-5405-404b-b350-2e3a1073a56e
ArtifactChecksum:OGFlZWRkY2FmYzhjMjRkY2IwMzZmZWQ3ZTllNGEwZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1dc080b5-64ef 0
ResourceCustomizationUUID:6ef04f8b-c952-435e-8e04-100810d5b724
ResourceInvariantUUID:2bee6405-eb86-4f6f-9f0c-b69013ecced9
ResourceName:pNF 1dc080b5-64ef
ResourceType:PNF
ResourceUUID:5bb4b0f3-e028-4159-b617-ec263e307d7e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-16T07:05:10.400Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 898209cc-a622-46e7-966d-6343be153b62 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-16T07:05:10.435Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:05:10.437Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:05:10.437Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:05:10.438Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1d46fcb8-5405-404b-b350-2e3a1073a56e from URL: /sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:10.438Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:05:10.439Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:10.559Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:05:10.564Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar 1d46fcb8-5405-404b-b350-2e3a1073a56e 87999
2023-01-16T07:05:10.564Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar ASDC sendASDCNotification
2023-01-16T07:05:10.565Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:10.565Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:05:10.565Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:10.565Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:10.565Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852710564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:11.566Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:05:11.567Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:05:11.567Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 1d46fcb8-5405-404b-b350-2e3a1073a56e, URL: /sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar to file: /app/ASDC/1/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:11.567Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:11.568Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:11.568Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:11.785Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2418849759359717452/Definitions/service-DemoPnfLfrqefescmxp6agl8frj-template.yml
2023-01-16T07:05:12.653Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T07:05:12.653Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:05:12.653Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1dc080b5-64ef 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-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.654Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:05:12.655Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.655Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.655Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Node template pNF 1dc080b5-64ef 0 is matching search criteria
2023-01-16T07:05:12.655Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:05:12.655Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 1dc080b5-64ef 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Node template pNF 1dc080b5-64ef 0 is matching search criteria
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 1dc080b5-64ef 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.656Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.657Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.657Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.657Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.657Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.657Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.657Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.657Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.658Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LFrQeFEscmxp6Agl8Frj
Description:catalog service description
Model UUID:898209cc-a622-46e7-966d-6343be153b62
Model Version:NULL
Model InvariantUuid:4988e4b5-3d87-4b35-b497-4bd2b9f569e9
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-16T07:05:12.664Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5bb4b0f3-e028-4159-b617-ec263e307d7e
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-16T07:05:12.670Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||pNF 1dc080b5-64ef 0
2023-01-16T07:05:12.670Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5bb4b0f3-e028-4159-b617-ec263e307d7e
2023-01-16T07:05:12.670Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 898209cc-a622-46e7-966d-6343be153b62
2023-01-16T07:05:12.670Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 898209cc-a622-46e7-966d-6343be153b62
2023-01-16T07:05:12.670Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1dc080b5-64ef 0 5bb4b0f3-e028-4159-b617-ec263e307d7e 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-16T07:05:12.675Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59ccb39a, org.onap.sdc.toscaparser.api.parameters.Input@5580744d, org.onap.sdc.toscaparser.api.parameters.Input@399c2533, org.onap.sdc.toscaparser.api.parameters.Input@12d27472, org.onap.sdc.toscaparser.api.parameters.Input@2e3e55d1]
2023-01-16T07:05:12.675Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.675Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.675Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 898209cc-a622-46e7-966d-6343be153b62: pNF 1dc080b5-64ef
2023-01-16T07:05:12.676Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Processing PNF resource: 5bb4b0f3-e028-4159-b617-ec263e307d7e
2023-01-16T07:05:12.676Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:05:12.676Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LFrQeFEscmxp6Agl8Frj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:05:12.676Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Resource customization UUID: 6ef04f8b-c952-435e-8e04-100810d5b724 is the same as notified resource customizationUUID: 6ef04f8b-c952-435e-8e04-100810d5b724
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-16T07:05:12.719Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1dc080b5-64ef 5bb4b0f3-e028-4159-b617-ec263e307d7e 0 ASDC deployResourceStructure
2023-01-16T07:05:12.719Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar ASDC sendASDCNotification
2023-01-16T07:05:12.719Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar
2023-01-16T07:05:12.720Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:05:12.720Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:05:12.720Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:05:12.720Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852712719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:13.721Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:05:13.734Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
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-16T07:05:13.736Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:05:13.737Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:05:13.737Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:05:43.737Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:05:43.756Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
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-16T07:05:43.758Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:05:43.758Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:05:43.758Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:05:55.284Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:05:55.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:05:55.288Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:05:55.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:05:55.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:05:55.289Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:05:55.289Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:13.760Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:06:13.778Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
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-16T07:06:13.780Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:06:13.780Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:06:13.780Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:06:43.781Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:06:43.794Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
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-16T07:06:43.796Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:06:43.796Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:06:43.796Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:06:55.285Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:06:55.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.289Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.290Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.290Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.290Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.290Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.290Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.291Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.291Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.291Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.291Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.292Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.292Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.292Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.292Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.292Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.293Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.293Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.293Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.294Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.294Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.294Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.294Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.295Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.296Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.297Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.298Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.299Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.300Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.301Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.302Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852700143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852702176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.303Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673852676130,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852701846,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852699995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.304Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852711054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852712307,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852710564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852711129,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852704369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:06:55.305Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852712076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852713312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.306Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673852712136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-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-16T07:06:55.315Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 28c50a7a-165a-4961-aa04-b3bdc9c178cf
2023-01-16T07:06:55.316Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28c50a7a-165a-4961-aa04-b3bdc9c178cf 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-16T07:06:55.331Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852712515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:06:55.332Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.332Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.332Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673852713078,
  "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-16T07:06:55.340Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 28c50a7a-165a-4961-aa04-b3bdc9c178cf
2023-01-16T07:06:55.341Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28c50a7a-165a-4961-aa04-b3bdc9c178cf 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-16T07:06:55.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.350Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "policy-distribution",
  "timestamp": 1673852714313,
  "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-16T07:06:55.354Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 28c50a7a-165a-4961-aa04-b3bdc9c178cf
2023-01-16T07:06:55.355Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28c50a7a-165a-4961-aa04-b3bdc9c178cf 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-16T07:06:55.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.364Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852712719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:06:55.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.365Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852717926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:06:55.365Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.365Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.365Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "aai-model-loader",
  "timestamp": 1673852718928,
  "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-16T07:06:55.370Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 28c50a7a-165a-4961-aa04-b3bdc9c178cf
2023-01-16T07:06:55.370Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28c50a7a-165a-4961-aa04-b3bdc9c178cf 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-16T07:06:55.380Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.381Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.381Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.381Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.381Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.382Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/resourceInstances/pnf1dc080b564ef0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.383Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852721293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852730112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852732088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfrqefescmxp6agl8frj/1.0/artifacts/service-DemoPnfLfrqefescmxp6agl8frj-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:06:55.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-16T07:06:55.385Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673852733092,
  "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-16T07:06:55.389Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 28c50a7a-165a-4961-aa04-b3bdc9c178cf
2023-01-16T07:06:55.390Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 28c50a7a-165a-4961-aa04-b3bdc9c178cf 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-16T07:07:13.796Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:07:13.816Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf
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-16T07:07:13.818Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:07:13.818Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T07:07:13.818Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:07:13.819Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-16T07:07:13.831Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T07:07:43.832Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf 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-16T07:07:43.849Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 28c50a7a-165a-4961-aa04-b3bdc9c178cf and serviceModelVersionId: 898209cc-a622-46e7-966d-6343be153b62
2023-01-16T07:07:43.849Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4988e4b5-3d87-4b35-b497-4bd2b9f569e9
2023-01-16T07:07:43.852Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4988e4b5-3d87-4b35-b497-4bd2b9f569e9/model-vers/model-ver/898209cc-a622-46e7-966d-6343be153b62?depth=0
2023-01-16T07:07:43.863Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T07:07:43.926Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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/4988e4b5-3d87-4b35-b497-4bd2b9f569e9/model-vers/model-ver/898209cc-a622-46e7-966d-6343be153b62?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-16T07:07:43.929Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4988e4b5-3d87-4b35-b497-4bd2b9f569e9/model-vers/model-ver/898209cc-a622-46e7-966d-6343be153b62?depth=0|INFO|500||Invoke
2023-01-16T07:07:43.977Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4988e4b5-3d87-4b35-b497-4bd2b9f569e9/model-vers/model-ver/898209cc-a622-46e7-966d-6343be153b62?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T07:07:44.165Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4988e4b5-3d87-4b35-b497-4bd2b9f569e9/model-vers/model-ver/898209cc-a622-46e7-966d-6343be153b62?depth=0|INFO|500||InvokeReturn
2023-01-16T07:07:44.166Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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/4988e4b5-3d87-4b35-b497-4bd2b9f569e9/model-vers/model-ver/898209cc-a622-46e7-966d-6343be153b62?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 07:07:45 GMT], content-length=[0], vertex-id=[278768], x-aai-txid=[0-aai-resources-230116-07:07:45:378-18210], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T07:07:44.167Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T07:07:44.169Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T07:07:44.169Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-16T07:07:44.174Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|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-16T07:07:44.174Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 28c50a7a-165a-4961-aa04-b3bdc9c178cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T07:07:44.175Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T07:07:44.175Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:07:44.176Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:07:44.176Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852864175,
  "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-16T07:07:45.198Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:07:55.284Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:07:55.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-16T07:07:55.292Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "28c50a7a-165a-4961-aa04-b3bdc9c178cf",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673852864175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T07:07:55.293Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:08:45.200Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:08:55.284Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:09:45.201Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:09:55.285Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:10:45.203Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:10:55.286Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:11:45.203Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:11:55.287Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:12:45.205Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:12:55.288Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:13:45.205Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:13:55.290Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:14:45.207Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:14:55.291Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:15:45.209Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:15:55.292Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:16:45.211Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:16:55.293Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:17:45.211Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:17:55.294Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:18:45.213Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:18:55.295Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:19:45.213Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:19:55.295Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:20:45.214Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:20:55.296Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:21:45.215Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:21:55.298Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:22:45.217Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:22:55.299Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:23:45.219Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:23:55.301Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:24:45.221Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:24:55.302Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:25:45.222Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:25:55.303Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:26:45.223Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:26:55.304Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:27:45.225Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:27:55.306Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:28:45.226Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:28:55.306Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:29:45.226Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:29:55.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:30:45.228Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:30:55.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:31:45.231Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:31:55.310Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:32:45.233Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:32:55.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:33:45.235Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:33:55.188Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T07:33:55.188Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"de0c559e-2459-4a8a-8351-96effccbd33a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9537fa22-8e74-46a8-886a-bf4c5d5d16a8","serviceDescription":"service","serviceInvariantUUID":"c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"46d98f40-5e31-4124-a4f5-3f0b7cc4f9b0","resourceInvariantUUID":"360200ca-031e-49bf-9c30-7536e2d1bad0","resourceCustomizationUUID":"34961668-75cc-4c9d-9c04-c8763e34be53","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":"ZjVhYzA2Y2YwMTQ5MWFiZTZlY2E2OWQ1N2FhNmIyMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60022692-febd-40a1-b4a8-91e80c98c13e","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":"ZDZlNzljZGYyZmFhNGRjYjdlNGZhOTY1MmM4YWUyZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41f34888-d7dd-4ddb-a22e-f3b6c0ac423b","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":"049a5d6a-09e0-4a4c-88c2-e98c304a651e","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":"ab9a991b-7dff-4c67-909e-5568069bd032","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":"32bd89c6-0198-4c85-9747-619495062470","artifactVersion":"2","generatedFromUUID":"049a5d6a-09e0-4a4c-88c2-e98c304a651e"},{"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":"MWQ4MWQ2NWI4ZmU4NDY1OGY5MGY2YjI1OTVlYmFhNTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e270235e-5f0b-45f0-9d19-7a1983838c4e","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":"ZGUxZjNiYjNkNzhmMTc2ZDBmYWM3ZTk4ZjA1NjUyOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b00f05d2-a37e-4844-a533-e0aa980a9616","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODQ3Y2I0MWFlMTMzNmZlM2U3YzI2ZTg4MmQwNzAxY2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9da9959b-3a5c-40f7-80ea-3cff79dd52ea","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T07:33:55.191Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:33:55.192Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:33:55.192Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:33:55.192Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "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-16T07:33:55.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T07:33:55.203Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T07:33:55.204Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T07:33:55.204Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T07:33:55.205Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T07:33:55.206Z||kafka-producer-network-thread | SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-56a8f2ce-cd79-4c42-87cb-d2d037a5f27b] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to ZBKOnd5pQY2RIl1g5SFSYQ
2023-01-16T07:33:55.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:33:55.220Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:33:55.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:33:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:33:55.285Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:33:55.285Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:33:55.286Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:33:56.208Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:33:56.208Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:33:56.208Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:33:56.208Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "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-16T07:33:57.209Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:33:57.210Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:33:57.210Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:33:57.210Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "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-16T07:33:58.212Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:33:58.213Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:33:58.213Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:33:58.214Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "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-16T07:33:59.216Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:33:59.216Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:33:59.217Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:33:59.217Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "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-16T07:34:00.219Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:34:00.220Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:00.220Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:00.220Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "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-16T07:34:01.222Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:34:01.223Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:01.223Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:01.223Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "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-16T07:34:02.224Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:34:02.225Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:02.225Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:02.225Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:34:03.227Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9537fa22-8e74-46a8-886a-bf4c5d5d16a8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "34961668-75cc-4c9d-9c04-c8763e34be53",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "46d98f40-5e31-4124-a4f5-3f0b7cc4f9b0",
      "resourceInvariantUUID": "360200ca-031e-49bf-9c30-7536e2d1bad0",
      "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": "ZDZlNzljZGYyZmFhNGRjYjdlNGZhOTY1MmM4YWUyZDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "41f34888-d7dd-4ddb-a22e-f3b6c0ac423b",
          "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": "049a5d6a-09e0-4a4c-88c2-e98c304a651e",
          "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": "32bd89c6-0198-4c85-9747-619495062470",
            "generatedFromUUID": "049a5d6a-09e0-4a4c-88c2-e98c304a651e"
          },
          "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": "32bd89c6-0198-4c85-9747-619495062470",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODQ3Y2I0MWFlMTMzNmZlM2U3YzI2ZTg4MmQwNzAxY2U\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9da9959b-3a5c-40f7-80ea-3cff79dd52ea"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T07:34:03.227Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T07:34:03.228Z|28c50a7a-165a-4961-aa04-b3bdc9c178cf|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9537fa22-8e74-46a8-886a-bf4c5d5d16a8 ASDC
2023-01-16T07:34:03.228Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:de0c559e-2459-4a8a-8351-96effccbd33a
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:9537fa22-8e74-46a8-886a-bf4c5d5d16a8
ServiceInvariantUUID:c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7
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:9da9959b-3a5c-40f7-80ea-3cff79dd52ea
ArtifactChecksum:ODQ3Y2I0MWFlMTMzNmZlM2U3YzI2ZTg4MmQwNzAxY2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:34961668-75cc-4c9d-9c04-c8763e34be53
ResourceInvariantUUID:360200ca-031e-49bf-9c30-7536e2d1bad0
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:46d98f40-5e31-4124-a4f5-3f0b7cc4f9b0
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:41f34888-d7dd-4ddb-a22e-f3b6c0ac423b
ArtifactChecksum:ZDZlNzljZGYyZmFhNGRjYjdlNGZhOTY1MmM4YWUyZDM=
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:049a5d6a-09e0-4a4c-88c2-e98c304a651e
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:32bd89c6-0198-4c85-9747-619495062470
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:32bd89c6-0198-4c85-9747-619495062470
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-16T07:34:03.229Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9537fa22-8e74-46a8-886a-bf4c5d5d16a8 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-16T07:34:03.303Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:34:03.304Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:34:03.304Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:34:03.304Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9da9959b-3a5c-40f7-80ea-3cff79dd52ea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-16T07:34:03.305Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:34:03.317Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-16T07:34:03.459Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:34:03.463Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9da9959b-3a5c-40f7-80ea-3cff79dd52ea 82990
2023-01-16T07:34:03.464Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:03.464Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:03.464Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:34:03.465Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:03.465Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:03.465Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854443464,
  "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-16T07:34:04.469Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:34:04.470Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:34:04.470Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9da9959b-3a5c-40f7-80ea-3cff79dd52ea, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-16T07:34:04.471Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-16T07:34:04.471Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-16T07:34:04.472Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-16T07:34:04.689Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10021897378349460568/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-16T07:34:05.996Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T07:34:05.997Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:34:05.997Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-16T07:34:05.997Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T07:34:05.998Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-BasicVmMacro-csar.csar
2023-01-16T07:34:05.998Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-BasicVmMacro-csar.csar
2023-01-16T07:34:05.998Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-BasicVmMacro-csar.csar
2023-01-16T07:34:05.998Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-BasicVmMacro-csar.csar
2023-01-16T07:34:05.998Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-BasicVmMacro-csar.csar
2023-01-16T07:34:05.998Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-BasicVmMacro-csar.csar
2023-01-16T07:34:05.999Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:05.999Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:34:05.999Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:05.999Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:06.000Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:06.000Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:34:06.000Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:34:06.001Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.001Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:06.001Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:06.001Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:34:06.002Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:34:06.002Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.002Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:06.002Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.002Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-16T07:34:06.003Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-16T07:34:06.003Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-16T07:34:06.003Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-16T07:34:06.003Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-16T07:34:06.004Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T07:34:06.004Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.004Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T07:34:06.004Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.005Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:06.005Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:34:06.005Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.005Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:06.006Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:34:06.006Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.006Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:06.006Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:34:06.007Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.007Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-16T07:34:06.007Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-16T07:34:06.007Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-16T07:34:06.007Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bdb8d5aa-d3b6-4f15-91f9-9a4ec3965b9a
2023-01-16T07:34:06.008Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.008Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:06.008Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.008Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:06.009Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.009Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:06.009Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:06.009Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:06.009Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:9537fa22-8e74-46a8-886a-bf4c5d5d16a8
Model Version:NULL
Model InvariantUuid:c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f0c65cc4-58c8-4dae-a0ae-02436b5913a0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:360200ca-031e-49bf-9c30-7536e2d1bad0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:34961668-75cc-4c9d-9c04-c8763e34be53
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:727de861-0f98-45f6-b6f3-d9749e73da26
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:c1386f36-4d6d-48bd-b602-21b1618e586a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bdb8d5aa-d3b6-4f15-91f9-9a4ec3965b9a
ModelInvariantUuid:2e099cb2-c234-4cc1-ada2-a014334fa3ff
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:c200ae1c-4a3b-4c12-a819-5bb01b2ffcd6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9c409346-05ce-4cdb-a68b-c8daa5bc118b
ModelInvariantUuid:1402fdc5-eaa3-4253-a08c-5ecd890c44d2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8e48e8ac-94ba-44f8-a096-fca1380b3332
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-16T07:34:06.019Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 46d98f40-5e31-4124-a4f5-3f0b7cc4f9b0
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-16T07:34:06.023Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2023-01-16T07:34:06.024Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 46d98f40-5e31-4124-a4f5-3f0b7cc4f9b0
2023-01-16T07:34:06.024Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 41f34888-d7dd-4ddb-a22e-f3b6c0ac423b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-16T07:34:06.024Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:34:06.024Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:06.087Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:34:06.087Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 41f34888-d7dd-4ddb-a22e-f3b6c0ac423b 792
2023-01-16T07:34:06.088Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:06.088Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:06.088Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:34:06.089Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:06.089Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:06.089Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854446088,
  "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-16T07:34:07.090Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "727de861-0f98-45f6-b6f3-d9749e73da26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1386f36-4d6d-48bd-b602-21b1618e586a",
    "vfModuleModelCustomizationUUID": "75e41f40-f7ca-40ea-a545-5e22eaee494d",
    "isBase": true,
    "artifacts": [
      "049a5d6a-09e0-4a4c-88c2-e98c304a651e",
      "32bd89c6-0198-4c85-9747-619495062470"
    ],
    "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-16T07:34:07.097Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1386f36-4d6d-48bd-b602-21b1618e586a
VfModuleModelInvariantUUID:727de861-0f98-45f6-b6f3-d9749e73da26
VfModuleModelDescription:NULL
Artifacts UUID List:{
049a5d6a-09e0-4a4c-88c2-e98c304a651e
,
32bd89c6-0198-4c85-9747-619495062470

}
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-16T07:34:07.099Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "727de861-0f98-45f6-b6f3-d9749e73da26",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c1386f36-4d6d-48bd-b602-21b1618e586a",
    "vfModuleModelCustomizationUUID": "75e41f40-f7ca-40ea-a545-5e22eaee494d",
    "isBase": true,
    "artifacts": [
      "049a5d6a-09e0-4a4c-88c2-e98c304a651e",
      "32bd89c6-0198-4c85-9747-619495062470"
    ],
    "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-16T07:34:07.099Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c1386f36-4d6d-48bd-b602-21b1618e586a
VfModuleModelInvariantUUID:727de861-0f98-45f6-b6f3-d9749e73da26
VfModuleModelDescription:NULL
Artifacts UUID List:{
049a5d6a-09e0-4a4c-88c2-e98c304a651e
,
32bd89c6-0198-4c85-9747-619495062470

}
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-16T07:34:07.099Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 049a5d6a-09e0-4a4c-88c2-e98c304a651e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-16T07:34:07.099Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:34:07.100Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:07.159Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:34:07.160Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 049a5d6a-09e0-4a4c-88c2-e98c304a651e 5033
2023-01-16T07:34:07.160Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:07.160Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:07.160Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:34:07.161Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:07.161Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:07.161Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854447160,
  "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-16T07:34:08.162Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 32bd89c6-0198-4c85-9747-619495062470 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-16T07:34:08.162Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:34:08.162Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:08.211Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:34:08.212Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 32bd89c6-0198-4c85-9747-619495062470 903
2023-01-16T07:34:08.212Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:08.212Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:08.212Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:34:08.213Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:08.213Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:08.213Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854448212,
  "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-16T07:34:09.214Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9537fa22-8e74-46a8-886a-bf4c5d5d16a8
2023-01-16T07:34:09.214Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 46d98f40-5e31-4124-a4f5-3f0b7cc4f9b0 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-16T07:34:09.229Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@488c67, org.onap.sdc.toscaparser.api.parameters.Input@1a0561a, org.onap.sdc.toscaparser.api.parameters.Input@372344f, org.onap.sdc.toscaparser.api.parameters.Input@bab9792, org.onap.sdc.toscaparser.api.parameters.Input@4fc41934]
2023-01-16T07:34:09.230Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.230Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.231Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-16T07:34:09.231Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 34961668-75cc-4c9d-9c04-c8763e34be53
2023-01-16T07:34:09.231Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34961668-75cc-4c9d-9c04-c8763e34be53 matches Tosca VF Customization UUID: 34961668-75cc-4c9d-9c04-c8763e34be53
2023-01-16T07:34:09.231Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 34961668-75cc-4c9d-9c04-c8763e34be53  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-16T07:34:09.234Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.234Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.235Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 34961668-75cc-4c9d-9c04-c8763e34be53: {\"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-16T07:34:09.235Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9d5088e
2023-01-16T07:34:09.235Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.235Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T07:34:09.236Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75e41f40-f7ca-40ea-a545-5e22eaee494d
2023-01-16T07:34:09.236Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75e41f40-f7ca-40ea-a545-5e22eaee494d
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-16T07:34:09.238Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.239Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:09.239Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:34:09.239Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.239Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:09.240Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:34:09.240Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.240Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-16T07:34:09.240Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-16T07:34:09.241Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-16T07:34:09.241Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=bdb8d5aa-d3b6-4f15-91f9-9a4ec3965b9a
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-16T07:34:09.244Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.244Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:09.244Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:34:09.244Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.245Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-16T07:34:09.245Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=34961668-75cc-4c9d-9c04-c8763e34be53
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-16T07:34:09.247Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.247Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.248Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9537fa22-8e74-46a8-886a-bf4c5d5d16a8: basic_vm_macro
2023-01-16T07:34:09.248Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.248Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.248Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.248Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.249Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.249Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.249Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.249Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.249Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:34:09.250Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:34:09.250Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:09.374Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 46d98f40-5e31-4124-a4f5-3f0b7cc4f9b0 1 ASDC deployResourceStructure
2023-01-16T07:34:09.374Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:09.374Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:09.375Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:34:09.375Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:09.375Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:09.375Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854449374,
  "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-16T07:34:10.376Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:10.376Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:10.376Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:34:10.377Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:10.377Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:10.377Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854450376,
  "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-16T07:34:11.378Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:11.378Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:11.378Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:34:11.379Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:11.379Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:11.379Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854451378,
  "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-16T07:34:12.380Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:12.381Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||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-16T07:34:12.381Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:34:12.381Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:34:12.381Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:34:12.381Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854452380,
  "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-16T07:34:13.383Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:34:13.397Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
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-16T07:34:13.398Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:34:13.399Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:34:13.399Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:34:43.399Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:34:43.419Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
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-16T07:34:43.421Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:34:43.422Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:34:43.422Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:34:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:34:55.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:34:55.287Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:34:55.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:34:55.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:34:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:34:55.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:34:55.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:34:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:34:55.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:13.422Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:35:13.435Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
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-16T07:35:13.436Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:35:13.437Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:35:13.437Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:35:43.437Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:35:43.453Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
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-16T07:35:43.455Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:35:43.455Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:35:43.455Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:35:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:35:55.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854420176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854421223,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854393166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854425235,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854425412,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854431293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854444169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854443983,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854445251,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854443464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854444330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854446256,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854445261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.310Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.311Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.311Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "policy-distribution",
  "timestamp": 1673854447258,
  "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-16T07:35:55.319Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de0c559e-2459-4a8a-8351-96effccbd33a
2023-01-16T07:35:55.319Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de0c559e-2459-4a8a-8351-96effccbd33a 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-16T07:35:55.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.329Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854446339,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.329Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.329Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.330Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854446647,
  "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-16T07:35:55.334Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of de0c559e-2459-4a8a-8351-96effccbd33a
2023-01-16T07:35:55.334Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de0c559e-2459-4a8a-8351-96effccbd33a 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-16T07:35:55.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854446088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854446760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.345Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854447376,
  "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-16T07:35:55.350Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of de0c559e-2459-4a8a-8351-96effccbd33a
2023-01-16T07:35:55.350Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de0c559e-2459-4a8a-8351-96effccbd33a 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-16T07:35:55.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.356Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.356Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.356Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.357Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854447160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.357Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.357Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.357Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854447764,
  "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-16T07:35:55.362Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of de0c559e-2459-4a8a-8351-96effccbd33a
2023-01-16T07:35:55.362Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de0c559e-2459-4a8a-8351-96effccbd33a 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-16T07:35:55.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854448380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854448212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.372Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854449374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.375Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854450376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.376Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.377Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854451378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.378Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854452511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854443736,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854452380,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.379Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.381Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.381Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.382Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.382Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.382Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.382Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.383Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854448260,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.383Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.383Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.383Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854447650,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854458464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.384Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854457743,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854459468,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.385Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854449384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.386Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854459160,
  "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-16T07:35:55.400Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fe59f0b-7215-446c-82ba-f4cb45bc7c35
2023-01-16T07:35:55.401Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 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-16T07:35:55.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.409Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "policy-distribution",
  "timestamp": 1673854460469,
  "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-16T07:35:55.414Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe59f0b-7215-446c-82ba-f4cb45bc7c35
2023-01-16T07:35:55.414Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 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-16T07:35:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854459469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.423Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854460114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854460555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.424Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854461117,
  "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-16T07:35:55.428Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of de0c559e-2459-4a8a-8351-96effccbd33a
2023-01-16T07:35:55.428Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId de0c559e-2459-4a8a-8351-96effccbd33a 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-16T07:35:55.443Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.443Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854461667,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.443Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854462730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.444Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.445Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.445Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854463798,
  "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-16T07:35:55.450Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fe59f0b-7215-446c-82ba-f4cb45bc7c35
2023-01-16T07:35:55.450Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 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-16T07:35:55.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854464800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854461293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854444369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:35:55.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854471949,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854472227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854474235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854475238,
  "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-16T07:35:55.466Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fe59f0b-7215-446c-82ba-f4cb45bc7c35
2023-01-16T07:35:55.466Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 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-16T07:35:55.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.475Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854479692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:35:55.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:35:55.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:35:55.475Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854480694,
  "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-16T07:35:55.486Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fe59f0b-7215-446c-82ba-f4cb45bc7c35
2023-01-16T07:35:55.486Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 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-16T07:36:13.455Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:36:13.467Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a
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-16T07:36:13.469Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:36:13.469Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T07:36:13.470Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T07:36:13.470Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T07:36:13.470Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:36:13.470Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:36:13.470Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:36:13.471Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:36:13.471Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:36:13.471Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-16T07:36:13.475Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T07:36:43.476Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: de0c559e-2459-4a8a-8351-96effccbd33a 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-16T07:36:43.484Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: de0c559e-2459-4a8a-8351-96effccbd33a and serviceModelVersionId: 9537fa22-8e74-46a8-886a-bf4c5d5d16a8
2023-01-16T07:36:43.485Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7
2023-01-16T07:36:43.486Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7/model-vers/model-ver/9537fa22-8e74-46a8-886a-bf4c5d5d16a8?depth=0
2023-01-16T07:36:43.491Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T07:36:43.540Z|de0c559e-2459-4a8a-8351-96effccbd33a|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/c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7/model-vers/model-ver/9537fa22-8e74-46a8-886a-bf4c5d5d16a8?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-16T07:36:43.542Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7/model-vers/model-ver/9537fa22-8e74-46a8-886a-bf4c5d5d16a8?depth=0|INFO|500||Invoke
2023-01-16T07:36:43.562Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7/model-vers/model-ver/9537fa22-8e74-46a8-886a-bf4c5d5d16a8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T07:36:43.728Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7/model-vers/model-ver/9537fa22-8e74-46a8-886a-bf4c5d5d16a8?depth=0|INFO|500||InvokeReturn
2023-01-16T07:36:43.731Z|de0c559e-2459-4a8a-8351-96effccbd33a|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/c1925ffe-07c8-438a-9f7a-5dc6b1c2b7d7/model-vers/model-ver/9537fa22-8e74-46a8-886a-bf4c5d5d16a8?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 07:36:44 GMT], content-length=[0], vertex-id=[524440], x-aai-txid=[0-aai-resources-230116-07:36:44:973-78600], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T07:36:43.732Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T07:36:43.733Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T07:36:43.733Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-16T07:36:43.746Z|de0c559e-2459-4a8a-8351-96effccbd33a|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-16T07:36:43.746Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID de0c559e-2459-4a8a-8351-96effccbd33a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T07:36:43.746Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T07:36:43.747Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:43.747Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:43.747Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854603746,
  "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-16T07:36:44.769Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:36:44.771Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T07:36:44.771Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3fe59f0b-7215-446c-82ba-f4cb45bc7c35","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"52457381-b9de-4f4c-bb8d-5975f3958c20","serviceDescription":"service","serviceInvariantUUID":"878267e2-680e-4547-8ec2-5ef449cccf95","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c04f582d-e435-473d-bdba-48811c05a1df","resourceInvariantUUID":"722e9b81-3dc6-4647-96f9-633ad6baa041","resourceCustomizationUUID":"c5a24c97-0028-4b84-b688-26a58ebc9f04","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":"MGNmY2JhNTVkMzMxMTFjNDQyZGI2MmQ1YWU3NjFmMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30af2ebf-1b59-49c0-82ae-990046027eb2","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":"NzNjNzFhMzczYjBkY2I0YjM5ZDEzZGRlMmMxODJhZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"71f6b312-09a6-4d4a-aa32-860cd74f94f3","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":"83af0d52-afd0-4e7c-9e04-87eb057cfa58","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":"d7b93abd-beb8-409b-a5da-dde2cecd6048","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":"8a1f57c5-4418-415e-8050-01958c334514","artifactVersion":"2","generatedFromUUID":"3f53f67e-df96-4b62-bb36-1b98d054c631"},{"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":"9cf3e134-9d14-469a-8e4c-77fd8525a7a1","artifactVersion":"2","generatedFromUUID":"83af0d52-afd0-4e7c-9e04-87eb057cfa58"},{"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":"3f53f67e-df96-4b62-bb36-1b98d054c631","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":"52042669-5994-4370-8a68-0d1adee09b30","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":"YWVhY2EwM2JhNzE3ZDIxM2M3ZDc4OTI3NTUwNGQyMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f39df10a-c88e-4465-b07e-8751e159cc86","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OThiZjAxMDkyNjFmNTViMWQ5ZjdmNjA5NDI5NGVlYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31b3eade-f6f4-4b41-b27f-8e90be9f136b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T07:36:44.774Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:44.774Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:44.774Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:44.774Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:45.778Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:45.778Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:45.778Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:45.778Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:46.779Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:46.780Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:46.780Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:46.780Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:47.782Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:47.782Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:47.782Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:47.782Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:48.783Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:48.783Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:48.783Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:48.784Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:49.784Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:49.785Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:49.786Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:49.786Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:50.786Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:50.787Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:50.787Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:50.787Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:51.788Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:51.788Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:51.788Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:51.788Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:52.789Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:52.790Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:52.790Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:52.790Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "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-16T07:36:53.791Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:36:53.791Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:53.792Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:53.792Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:36:54.793Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "52457381-b9de-4f4c-bb8d-5975f3958c20",
  "serviceDescription": "service",
  "serviceInvariantUUID": "878267e2-680e-4547-8ec2-5ef449cccf95",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "c5a24c97-0028-4b84-b688-26a58ebc9f04",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c04f582d-e435-473d-bdba-48811c05a1df",
      "resourceInvariantUUID": "722e9b81-3dc6-4647-96f9-633ad6baa041",
      "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": "NzNjNzFhMzczYjBkY2I0YjM5ZDEzZGRlMmMxODJhZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "71f6b312-09a6-4d4a-aa32-860cd74f94f3",
          "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": "83af0d52-afd0-4e7c-9e04-87eb057cfa58",
          "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": "9cf3e134-9d14-469a-8e4c-77fd8525a7a1",
            "generatedFromUUID": "83af0d52-afd0-4e7c-9e04-87eb057cfa58"
          },
          "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": "8a1f57c5-4418-415e-8050-01958c334514",
          "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": "9cf3e134-9d14-469a-8e4c-77fd8525a7a1",
          "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": "3f53f67e-df96-4b62-bb36-1b98d054c631",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OThiZjAxMDkyNjFmNTViMWQ5ZjdmNjA5NDI5NGVlYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31b3eade-f6f4-4b41-b27f-8e90be9f136b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T07:36:54.794Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T07:36:54.794Z|de0c559e-2459-4a8a-8351-96effccbd33a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 52457381-b9de-4f4c-bb8d-5975f3958c20 ASDC
2023-01-16T07:36:54.794Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3fe59f0b-7215-446c-82ba-f4cb45bc7c35
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:52457381-b9de-4f4c-bb8d-5975f3958c20
ServiceInvariantUUID:878267e2-680e-4547-8ec2-5ef449cccf95
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:31b3eade-f6f4-4b41-b27f-8e90be9f136b
ArtifactChecksum:OThiZjAxMDkyNjFmNTViMWQ5ZjdmNjA5NDI5NGVlYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:c5a24c97-0028-4b84-b688-26a58ebc9f04
ResourceInvariantUUID:722e9b81-3dc6-4647-96f9-633ad6baa041
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c04f582d-e435-473d-bdba-48811c05a1df
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:71f6b312-09a6-4d4a-aa32-860cd74f94f3
ArtifactChecksum:NzNjNzFhMzczYjBkY2I0YjM5ZDEzZGRlMmMxODJhZmU=
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:83af0d52-afd0-4e7c-9e04-87eb057cfa58
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:9cf3e134-9d14-469a-8e4c-77fd8525a7a1
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:8a1f57c5-4418-415e-8050-01958c334514
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:9cf3e134-9d14-469a-8e4c-77fd8525a7a1
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:3f53f67e-df96-4b62-bb36-1b98d054c631
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-16T07:36:54.795Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 52457381-b9de-4f4c-bb8d-5975f3958c20 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-16T07:36:54.839Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:36:54.839Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:36:54.839Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:36:54.840Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 31b3eade-f6f4-4b41-b27f-8e90be9f136b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-16T07:36:54.840Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:36:54.840Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-16T07:36:54.929Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:36:54.936Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 31b3eade-f6f4-4b41-b27f-8e90be9f136b 163292
2023-01-16T07:36:54.937Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:54.937Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:54.937Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:36:54.937Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:54.937Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:54.938Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854614937,
  "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-16T07:36:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:36:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "de0c559e-2459-4a8a-8351-96effccbd33a",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854603746,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T07:36:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:36:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-16T07:36:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-16T07:36:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:36:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:36:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854604769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:36:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:36:55.309Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854614937,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:36:55.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:36:55.938Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:36:55.939Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:36:55.939Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 31b3eade-f6f4-4b41-b27f-8e90be9f136b, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-16T07:36:55.940Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-16T07:36:55.940Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-16T07:36:55.940Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-16T07:36:56.074Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10607933310707796894/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-16T07:36:57.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T07:36:57.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:36:57.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-16T07:36:57.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-16T07:36:57.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|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-BasicCnfMacro-csar.csar
2023-01-16T07:36:57.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:57.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:57.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:57.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:36:57.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:36:57.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:36:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:36:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:36:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:36:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:36:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:36:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:36:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:36:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-16T07:36:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-16T07:36:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-16T07:36:57.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-16T07:36:57.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T07:36:57.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:36:57.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:36:57.179Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.179Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:36:57.179Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:36:57.179Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.179Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:36:57.179Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:36:57.180Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.180Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:36:57.180Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:36:57.180Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.180Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-16T07:36:57.180Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-16T07:36:57.180Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=d40c08d3-3d77-4519-8a96-cb7e614528b8
2023-01-16T07:36:57.181Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.181Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:36:57.181Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.181Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:36:57.181Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.181Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:36:57.182Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:36:57.182Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:36:57.182Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:52457381-b9de-4f4c-bb8d-5975f3958c20
Model Version:NULL
Model InvariantUuid:878267e2-680e-4547-8ec2-5ef449cccf95
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:98a7c398-bc81-46be-9afd-7c9f086cc255
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:722e9b81-3dc6-4647-96f9-633ad6baa041
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c5a24c97-0028-4b84-b688-26a58ebc9f04
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4f9e3daa-1a6f-4a33-bfdc-74873c7d7333
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:bf70dbfc-b59d-4ca6-8b39-f554a1eae6cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3ab601a4-9f83-4d5a-ab25-d9572434756f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:73e2b26a-7827-4d48-a1a0-324df9350994
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d40c08d3-3d77-4519-8a96-cb7e614528b8
ModelInvariantUuid:8a2e7e51-65fa-408d-af71-cef5dc64c738
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:95c3d5e4-7884-4be6-83f1-193da80ae4da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:e1666f32-26b1-47ec-b7fa-289af8c2789a
ModelInvariantUuid:e2c1221c-91d8-46da-8168-02803e28c317
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:f64cf4b1-1e24-4e7b-afbf-0a0c7cf296d1
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-16T07:36:57.194Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c04f582d-e435-473d-bdba-48811c05a1df
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-16T07:36:57.197Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2023-01-16T07:36:57.198Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c04f582d-e435-473d-bdba-48811c05a1df
2023-01-16T07:36:57.199Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 71f6b312-09a6-4d4a-aa32-860cd74f94f3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-16T07:36:57.199Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:36:57.200Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:57.346Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:36:57.346Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 71f6b312-09a6-4d4a-aa32-860cd74f94f3 1565
2023-01-16T07:36:57.346Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:57.347Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:57.347Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:36:57.347Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:57.347Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:57.347Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854617346,
  "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-16T07:36:58.348Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3ab601a4-9f83-4d5a-ab25-d9572434756f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73e2b26a-7827-4d48-a1a0-324df9350994",
    "vfModuleModelCustomizationUUID": "935bc092-6a6c-49f6-b695-51745118336e",
    "isBase": true,
    "artifacts": [
      "83af0d52-afd0-4e7c-9e04-87eb057cfa58",
      "9cf3e134-9d14-469a-8e4c-77fd8525a7a1"
    ],
    "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": "4f9e3daa-1a6f-4a33-bfdc-74873c7d7333",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf70dbfc-b59d-4ca6-8b39-f554a1eae6cf",
    "vfModuleModelCustomizationUUID": "d830a3eb-2d81-40bc-8e4d-d9a0e361e1cb",
    "isBase": false,
    "artifacts": [
      "3f53f67e-df96-4b62-bb36-1b98d054c631"
    ],
    "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-16T07:36:58.351Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73e2b26a-7827-4d48-a1a0-324df9350994
VfModuleModelInvariantUUID:3ab601a4-9f83-4d5a-ab25-d9572434756f
VfModuleModelDescription:NULL
Artifacts UUID List:{
83af0d52-afd0-4e7c-9e04-87eb057cfa58
,
9cf3e134-9d14-469a-8e4c-77fd8525a7a1

}
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:bf70dbfc-b59d-4ca6-8b39-f554a1eae6cf
VfModuleModelInvariantUUID:4f9e3daa-1a6f-4a33-bfdc-74873c7d7333
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f53f67e-df96-4b62-bb36-1b98d054c631

}
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-16T07:36:58.353Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3ab601a4-9f83-4d5a-ab25-d9572434756f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73e2b26a-7827-4d48-a1a0-324df9350994",
    "vfModuleModelCustomizationUUID": "935bc092-6a6c-49f6-b695-51745118336e",
    "isBase": true,
    "artifacts": [
      "83af0d52-afd0-4e7c-9e04-87eb057cfa58",
      "9cf3e134-9d14-469a-8e4c-77fd8525a7a1"
    ],
    "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": "4f9e3daa-1a6f-4a33-bfdc-74873c7d7333",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bf70dbfc-b59d-4ca6-8b39-f554a1eae6cf",
    "vfModuleModelCustomizationUUID": "d830a3eb-2d81-40bc-8e4d-d9a0e361e1cb",
    "isBase": false,
    "artifacts": [
      "3f53f67e-df96-4b62-bb36-1b98d054c631"
    ],
    "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-16T07:36:58.353Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73e2b26a-7827-4d48-a1a0-324df9350994
VfModuleModelInvariantUUID:3ab601a4-9f83-4d5a-ab25-d9572434756f
VfModuleModelDescription:NULL
Artifacts UUID List:{
83af0d52-afd0-4e7c-9e04-87eb057cfa58
,
9cf3e134-9d14-469a-8e4c-77fd8525a7a1

}
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:bf70dbfc-b59d-4ca6-8b39-f554a1eae6cf
VfModuleModelInvariantUUID:4f9e3daa-1a6f-4a33-bfdc-74873c7d7333
VfModuleModelDescription:NULL
Artifacts UUID List:{
3f53f67e-df96-4b62-bb36-1b98d054c631

}
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-16T07:36:58.353Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 83af0d52-afd0-4e7c-9e04-87eb057cfa58 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-16T07:36:58.353Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:36:58.353Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:58.440Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:36:58.440Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 83af0d52-afd0-4e7c-9e04-87eb057cfa58 914
2023-01-16T07:36:58.441Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:58.441Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:58.441Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:36:58.441Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:58.441Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:58.441Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854618441,
  "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-16T07:36:59.442Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8a1f57c5-4418-415e-8050-01958c334514 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-16T07:36:59.442Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:36:59.442Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:59.504Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:36:59.505Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 8a1f57c5-4418-415e-8050-01958c334514 12
2023-01-16T07:36:59.505Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:59.505Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:36:59.505Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:36:59.505Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:36:59.506Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:36:59.506Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854619505,
  "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-16T07:37:00.506Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9cf3e134-9d14-469a-8e4c-77fd8525a7a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-16T07:37:00.507Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:37:00.507Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:00.582Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:37:00.582Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 9cf3e134-9d14-469a-8e4c-77fd8525a7a1 96
2023-01-16T07:37:00.583Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:00.583Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:00.583Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:37:00.583Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:00.583Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:00.584Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854620583,
  "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-16T07:37:01.584Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f53f67e-df96-4b62-bb36-1b98d054c631 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-16T07:37:01.585Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:37:01.585Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:01.670Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:37:01.671Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3f53f67e-df96-4b62-bb36-1b98d054c631 20206
2023-01-16T07:37:01.672Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:01.672Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:01.672Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:37:01.672Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:01.672Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:01.672Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854621672,
  "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-16T07:37:02.677Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 52457381-b9de-4f4c-bb8d-5975f3958c20
2023-01-16T07:37:02.677Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c04f582d-e435-473d-bdba-48811c05a1df 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-16T07:37:02.711Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@418f621a, org.onap.sdc.toscaparser.api.parameters.Input@51647bc9, org.onap.sdc.toscaparser.api.parameters.Input@62693907, org.onap.sdc.toscaparser.api.parameters.Input@4d6cb57e, org.onap.sdc.toscaparser.api.parameters.Input@77c9817b]
2023-01-16T07:37:02.713Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.713Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.713Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-16T07:37:02.714Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c5a24c97-0028-4b84-b688-26a58ebc9f04
2023-01-16T07:37:02.714Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c5a24c97-0028-4b84-b688-26a58ebc9f04 matches Tosca VF Customization UUID: c5a24c97-0028-4b84-b688-26a58ebc9f04
2023-01-16T07:37:02.714Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c5a24c97-0028-4b84-b688-26a58ebc9f04  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-16T07:37:02.722Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.722Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.723Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c5a24c97-0028-4b84-b688-26a58ebc9f04: {\"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-16T07:37:02.723Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e43134
2023-01-16T07:37:02.723Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.723Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-16T07:37:02.724Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d830a3eb-2d81-40bc-8e4d-d9a0e361e1cb
2023-01-16T07:37:02.724Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d830a3eb-2d81-40bc-8e4d-d9a0e361e1cb
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-16T07:37:02.740Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.740Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:37:02.740Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:37:02.741Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.741Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:37:02.741Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-16T07:37:02.742Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.742Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-16T07:37:02.742Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c5a24c97-0028-4b84-b688-26a58ebc9f04
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-16T07:37:02.744Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.744Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.745Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 52457381-b9de-4f4c-bb8d-5975f3958c20: basic_cnf_macro
2023-01-16T07:37:02.745Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.745Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.746Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.746Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.746Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.746Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.747Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.747Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.747Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:37:02.748Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:37:02.748Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:03.364Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c04f582d-e435-473d-bdba-48811c05a1df 2 ASDC deployResourceStructure
2023-01-16T07:37:03.364Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:03.365Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:03.365Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:37:03.365Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:03.365Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:03.366Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854623364,
  "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-16T07:37:04.366Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:04.367Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:04.367Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:37:04.367Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:04.367Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:04.368Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854624366,
  "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-16T07:37:05.368Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:05.369Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:05.369Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-16T07:37:05.369Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:05.369Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:05.369Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854625368,
  "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-16T07:37:06.370Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:06.371Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:06.371Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:37:06.371Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:06.371Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:06.371Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854626370,
  "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-16T07:37:07.372Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:07.372Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:07.373Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-16T07:37:07.373Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:07.373Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:07.373Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854627372,
  "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-16T07:37:08.374Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:08.374Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||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-16T07:37:08.374Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:37:08.374Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:08.375Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:08.375Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854628374,
  "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-16T07:37:09.375Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fe59f0b-7215-446c-82ba-f4cb45bc7c35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:37:09.400Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fe59f0b-7215-446c-82ba-f4cb45bc7c35
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-16T07:37:09.403Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:37:09.403Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T07:37:09.403Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T07:37:09.403Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T07:37:09.403Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:37:09.404Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:37:09.404Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:37:09.404Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:37:09.404Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:37:09.404Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|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-16T07:37:09.423Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T07:37:39.424Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 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-16T07:37:39.430Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 and serviceModelVersionId: 52457381-b9de-4f4c-bb8d-5975f3958c20
2023-01-16T07:37:39.430Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 878267e2-680e-4547-8ec2-5ef449cccf95
2023-01-16T07:37:39.431Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/878267e2-680e-4547-8ec2-5ef449cccf95/model-vers/model-ver/52457381-b9de-4f4c-bb8d-5975f3958c20?depth=0
2023-01-16T07:37:39.435Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T07:37:39.478Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|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/878267e2-680e-4547-8ec2-5ef449cccf95/model-vers/model-ver/52457381-b9de-4f4c-bb8d-5975f3958c20?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-16T07:37:39.480Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/878267e2-680e-4547-8ec2-5ef449cccf95/model-vers/model-ver/52457381-b9de-4f4c-bb8d-5975f3958c20?depth=0|INFO|500||Invoke
2023-01-16T07:37:39.503Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/878267e2-680e-4547-8ec2-5ef449cccf95/model-vers/model-ver/52457381-b9de-4f4c-bb8d-5975f3958c20?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T07:37:39.698Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/878267e2-680e-4547-8ec2-5ef449cccf95/model-vers/model-ver/52457381-b9de-4f4c-bb8d-5975f3958c20?depth=0|INFO|500||InvokeReturn
2023-01-16T07:37:39.699Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|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/878267e2-680e-4547-8ec2-5ef449cccf95/model-vers/model-ver/52457381-b9de-4f4c-bb8d-5975f3958c20?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 07:37:40 GMT], content-length=[0], vertex-id=[262344], x-aai-txid=[2-aai-resources-230116-07:37:40:914-53998], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T07:37:39.699Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T07:37:39.699Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T07:37:39.700Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|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-16T07:37:39.710Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|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-16T07:37:39.710Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fe59f0b-7215-446c-82ba-f4cb45bc7c35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T07:37:39.710Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T07:37:39.711Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:39.711Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:39.711Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854659710,
  "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-16T07:37:40.726Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:37:49.161Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-16T07:37:49.161Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"4a417acf-9047-4bd4-b290-bdfdd246c804","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8ab6949a-8067-4100-a9c4-16b218ea5e22","serviceDescription":"service","serviceInvariantUUID":"54613a8d-9eb5-4206-8c1e-6f0dd0c051be","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7a62fab-fdd6-4f62-a2b9-a00552a254cc","resourceInvariantUUID":"475ebfbb-7c88-470d-b880-a9546cf18101","resourceCustomizationUUID":"ed639428-b5ee-49a3-90d3-4f77c6830624","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":"Nzg2ZDliYTkwZDRlZmUzOTc1NzdkOGIxNGZjZTQwZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"faca3b43-7bda-4457-8aa4-b27562a8d45d","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":"987b4bfa-11c2-44ee-acaa-29fe5e1d42d7","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":"dc4ca210-95a3-4bc0-ab9b-73ac97deb024","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":"YzRlN2Y2M2VkMTJjMjlmYzc1OTgyMmZiYjJmOWY3YWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6d80bb06-ea55-4101-9ad3-226d3571f71f","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":"5b8c3d93-334e-4f60-a050-af61f9f3cd49","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":"868aa1bc-78f7-4138-940f-99141818ae05","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":"9d9af70b-92af-4919-907e-3a248c89d3ef","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":"MGJhYjU1MTQ0ZDljZmRhOTA4MDMzMGZkNTBiZmRiYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"03c24a49-6412-4e1f-857e-17a40acf8bc6","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDA1NGQ0ZGQyMmMxZjhlZjI4YjViOTQxZDc3MDYzZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"735f181f-7431-432d-a7cf-526fca747ca7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-16T07:37:49.163Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:49.163Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:49.163Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:49.163Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:50.164Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:50.165Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:50.165Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:50.165Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:51.166Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:51.166Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:51.166Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:51.166Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:52.167Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:52.168Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:52.168Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:52.168Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:53.169Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:53.169Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:53.169Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:53.170Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:54.171Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:54.171Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:54.171Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:54.172Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:55.173Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:55.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:55.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:55.174Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:37:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854617346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:37:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854618441,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:37:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854619505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:37:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854620583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854621672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854623364,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854624366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854625368,
  "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-16T07:37:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854626370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854627372,
  "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-16T07:37:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854628374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "3fe59f0b-7215-446c-82ba-f4cb45bc7c35",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854659710,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.301Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.303Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.304Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.305Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.306Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.307Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:37:55.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:37:56.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:56.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:56.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:56.175Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "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-16T07:37:57.176Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-16T07:37:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:57.177Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:37:58.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8ab6949a-8067-4100-a9c4-16b218ea5e22",
  "serviceDescription": "service",
  "serviceInvariantUUID": "54613a8d-9eb5-4206-8c1e-6f0dd0c051be",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "ed639428-b5ee-49a3-90d3-4f77c6830624",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f7a62fab-fdd6-4f62-a2b9-a00552a254cc",
      "resourceInvariantUUID": "475ebfbb-7c88-470d-b880-a9546cf18101",
      "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": "NDA1NGQ0ZGQyMmMxZjhlZjI4YjViOTQxZDc3MDYzZGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "735f181f-7431-432d-a7cf-526fca747ca7"
    }
  ],
  "workloadContext": "Production"
}
2023-01-16T07:37:58.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-16T07:37:58.178Z|3fe59f0b-7215-446c-82ba-f4cb45bc7c35|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ab6949a-8067-4100-a9c4-16b218ea5e22 ASDC
2023-01-16T07:37:58.179Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4a417acf-9047-4bd4-b290-bdfdd246c804
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:8ab6949a-8067-4100-a9c4-16b218ea5e22
ServiceInvariantUUID:54613a8d-9eb5-4206-8c1e-6f0dd0c051be
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:735f181f-7431-432d-a7cf-526fca747ca7
ArtifactChecksum:NDA1NGQ0ZGQyMmMxZjhlZjI4YjViOTQxZDc3MDYzZGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:ed639428-b5ee-49a3-90d3-4f77c6830624
ResourceInvariantUUID:475ebfbb-7c88-470d-b880-a9546cf18101
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f7a62fab-fdd6-4f62-a2b9-a00552a254cc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-16T07:37:58.179Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ab6949a-8067-4100-a9c4-16b218ea5e22 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-16T07:37:58.206Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:37:58.207Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:37:58.207Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:37:58.207Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 735f181f-7431-432d-a7cf-526fca747ca7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-16T07:37:58.207Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-16T07:37:58.208Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-16T07:37:58.327Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-16T07:37:58.333Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 735f181f-7431-432d-a7cf-526fca747ca7 111100
2023-01-16T07:37:58.333Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||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-16T07:37:58.333Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||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-16T07:37:58.333Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-16T07:37:58.334Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:37:58.334Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:37:58.334Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854678333,
  "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-16T07:37:59.334Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-16T07:37:59.335Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-16T07:37:59.335Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 735f181f-7431-432d-a7cf-526fca747ca7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-16T07:37:59.336Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-16T07:37:59.336Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-16T07:37:59.336Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-16T07:37:59.477Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17652537974393826410/Definitions/service-TestPnfMacro-template.yml
2023-01-16T07:38:00.225Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-16T07:38:00.226Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:38:00.226Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-16T07:38:00.226Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-16T07:38:00.226Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-TestPnfMacro-csar.csar
2023-01-16T07:38:00.226Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-TestPnfMacro-csar.csar
2023-01-16T07:38:00.226Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||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-16T07:38:00.227Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-TestPnfMacro-csar.csar
2023-01-16T07:38:00.227Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-TestPnfMacro-csar.csar
2023-01-16T07:38:00.227Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-TestPnfMacro-csar.csar
2023-01-16T07:38:00.227Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-TestPnfMacro-csar.csar
2023-01-16T07:38:00.227Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-16T07:38:00.228Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.228Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.228Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-16T07:38:00.228Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:38:00.229Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:38:00.229Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.229Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.229Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-16T07:38:00.229Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-16T07:38:00.230Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-16T07:38:00.230Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.230Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.230Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.230Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.231Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.231Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.231Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.231Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.231Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.232Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.232Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:8ab6949a-8067-4100-a9c4-16b218ea5e22
Model Version:NULL
Model InvariantUuid:54613a8d-9eb5-4206-8c1e-6f0dd0c051be
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-16T07:38:00.241Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f7a62fab-fdd6-4f62-a2b9-a00552a254cc
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-16T07:38:00.244Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||test-pnf 0
2023-01-16T07:38:00.244Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f7a62fab-fdd6-4f62-a2b9-a00552a254cc
2023-01-16T07:38:00.244Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8ab6949a-8067-4100-a9c4-16b218ea5e22
2023-01-16T07:38:00.244Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8ab6949a-8067-4100-a9c4-16b218ea5e22
2023-01-16T07:38:00.244Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f7a62fab-fdd6-4f62-a2b9-a00552a254cc 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-16T07:38:00.249Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12ca35ec, org.onap.sdc.toscaparser.api.parameters.Input@4e9c1229, org.onap.sdc.toscaparser.api.parameters.Input@22dc3903, org.onap.sdc.toscaparser.api.parameters.Input@2aa3e11b, org.onap.sdc.toscaparser.api.parameters.Input@6905d4f6]
2023-01-16T07:38:00.249Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.249Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.250Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8ab6949a-8067-4100-a9c4-16b218ea5e22: test-pnf
2023-01-16T07:38:00.250Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Processing PNF resource: f7a62fab-fdd6-4f62-a2b9-a00552a254cc
2023-01-16T07:38:00.250Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-16T07:38:00.250Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-16T07:38:00.250Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Resource customization UUID: ed639428-b5ee-49a3-90d3-4f77c6830624 is the same as notified resource customizationUUID: ed639428-b5ee-49a3-90d3-4f77c6830624
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-16T07:38:00.287Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f7a62fab-fdd6-4f62-a2b9-a00552a254cc 0 ASDC deployResourceStructure
2023-01-16T07:38:00.288Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||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-16T07:38:00.288Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||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-16T07:38:00.288Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-16T07:38:00.288Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:38:00.289Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:38:00.289Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854680288,
  "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-16T07:38:01.291Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:38:01.302Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
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-16T07:38:01.303Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:38:01.303Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:38:01.304Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:38:31.304Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:38:31.316Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
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-16T07:38:31.318Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:38:31.318Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:38:31.318Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:38:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:38:55.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:38:55.288Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:38:55.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:01.318Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:39:01.341Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
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-16T07:39:01.343Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:39:01.343Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:39:01.344Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:39:31.344Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:39:31.359Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
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-16T07:39:31.365Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:39:31.365Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-16T07:39:31.365Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-16T07:39:55.285Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:39:55.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.289Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.290Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.291Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.292Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854660118,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.293Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854660726,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:39:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "multicloud-k8s",
  "timestamp": 1673854645809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:39:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.294Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854654369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:39:55.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854641477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:39:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.295Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854640164,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:39:55.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.296Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854678333,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:39:55.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854680174,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:39:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.297Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854678870,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:39:55.297Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854678924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:39:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854678884,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:39:55.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.298Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-16T07:39:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854681177,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:39:55.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.299Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854679890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-16T07:39:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854671293,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-16T07:39:55.300Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.300Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1673854680201,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-16T07:39:55.312Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4a417acf-9047-4bd4-b290-bdfdd246c804
2023-01-16T07:39:55.312Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a417acf-9047-4bd4-b290-bdfdd246c804 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-16T07:39:55.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.324Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854680288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:39:55.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.324Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "policy-distribution",
  "timestamp": 1673854682180,
  "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-16T07:39:55.328Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4a417acf-9047-4bd4-b290-bdfdd246c804
2023-01-16T07:39:55.329Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a417acf-9047-4bd4-b290-bdfdd246c804 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-16T07:39:55.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.337Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1673854680891,
  "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-16T07:39:55.341Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4a417acf-9047-4bd4-b290-bdfdd246c804
2023-01-16T07:39:55.342Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a417acf-9047-4bd4-b290-bdfdd246c804 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-16T07:39:55.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.349Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854681052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-16T07:39:55.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.350Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854683015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:39:55.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.350Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1673854684020,
  "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-16T07:39:55.354Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4a417acf-9047-4bd4-b290-bdfdd246c804
2023-01-16T07:39:55.355Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a417acf-9047-4bd4-b290-bdfdd246c804 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-16T07:39:55.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.362Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854684535,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-16T07:39:55.362Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:39:55.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:39:55.363Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "aai-model-loader",
  "timestamp": 1673854685538,
  "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-16T07:39:55.367Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4a417acf-9047-4bd4-b290-bdfdd246c804
2023-01-16T07:39:55.367Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4a417acf-9047-4bd4-b290-bdfdd246c804 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-16T07:40:01.365Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-16T07:40:01.377Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804
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-16T07:40:01.379Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-16T07:40:01.380Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-16T07:40:01.380Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-16T07:40:01.380Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-16T07:40:01.380Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:40:01.380Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:40:01.380Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:40:01.381Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:40:01.381Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:40:01.381Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-16T07:40:01.381Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-16T07:40:01.386Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-16T07:40:31.386Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4a417acf-9047-4bd4-b290-bdfdd246c804 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-16T07:40:31.391Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4a417acf-9047-4bd4-b290-bdfdd246c804 and serviceModelVersionId: 8ab6949a-8067-4100-a9c4-16b218ea5e22
2023-01-16T07:40:31.391Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54613a8d-9eb5-4206-8c1e-6f0dd0c051be
2023-01-16T07:40:31.393Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54613a8d-9eb5-4206-8c1e-6f0dd0c051be/model-vers/model-ver/8ab6949a-8067-4100-a9c4-16b218ea5e22?depth=0
2023-01-16T07:40:31.401Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-16T07:40:31.453Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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/54613a8d-9eb5-4206-8c1e-6f0dd0c051be/model-vers/model-ver/8ab6949a-8067-4100-a9c4-16b218ea5e22?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-16T07:40:31.456Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54613a8d-9eb5-4206-8c1e-6f0dd0c051be/model-vers/model-ver/8ab6949a-8067-4100-a9c4-16b218ea5e22?depth=0|INFO|500||Invoke
2023-01-16T07:40:31.494Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54613a8d-9eb5-4206-8c1e-6f0dd0c051be/model-vers/model-ver/8ab6949a-8067-4100-a9c4-16b218ea5e22?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-16T07:40:31.602Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54613a8d-9eb5-4206-8c1e-6f0dd0c051be/model-vers/model-ver/8ab6949a-8067-4100-a9c4-16b218ea5e22?depth=0|INFO|500||InvokeReturn
2023-01-16T07:40:31.603Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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/54613a8d-9eb5-4206-8c1e-6f0dd0c051be/model-vers/model-ver/8ab6949a-8067-4100-a9c4-16b218ea5e22?depth=0 has http status code:200 and response headers:{date=[Mon, 16 Jan 2023 07:40:32 GMT], content-length=[0], vertex-id=[241872], x-aai-txid=[1-aai-resources-230116-07:40:32:908-35000], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-16T07:40:31.607Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-16T07:40:31.608Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-16T07:40:31.608Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-16T07:40:31.620Z|4a417acf-9047-4bd4-b290-bdfdd246c804|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-16T07:40:31.621Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4a417acf-9047-4bd4-b290-bdfdd246c804 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-16T07:40:31.622Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-16T07:40:31.622Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-16T07:40:31.623Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-16T07:40:31.623Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854831621,
  "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-16T07:40:32.636Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:40:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:40:55.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-16T07:40:55.289Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4a417acf-9047-4bd4-b290-bdfdd246c804",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1673854831621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-16T07:40:55.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-16T07:41:32.636Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:41:55.284Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:42:32.637Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:42:55.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:43:32.638Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:43:55.286Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:44:32.639Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:44:55.288Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:45:32.639Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:45:55.288Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:46:32.640Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:46:55.289Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:47:32.641Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:47:55.290Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:48:32.641Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:48:55.291Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:49:32.642Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:49:55.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:50:32.644Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:50:55.293Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:51:32.644Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:51:55.295Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:52:32.645Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:52:55.296Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:53:32.646Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:53:55.297Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:54:32.648Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:54:55.297Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:55:32.649Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:55:55.297Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:56:32.651Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:56:55.298Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:57:32.653Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:57:55.300Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:58:32.654Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:58:55.301Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T07:59:32.656Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T07:59:55.302Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:00:32.656Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:00:55.302Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:01:32.658Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:01:55.304Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:02:32.659Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:02:55.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:03:32.660Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:03:55.305Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:04:32.662Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:04:55.307Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:05:32.662Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:05:55.308Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:06:32.664Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:06:55.309Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:07:32.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:07:55.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:08:32.665Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:08:55.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:09:32.667Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:09:55.313Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:10:32.668Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:10:55.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:11:32.669Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:11:55.315Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:12:32.670Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:12:55.316Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:13:32.671Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:13:55.318Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:14:32.673Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:14:55.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:15:32.674Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:15:55.320Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:16:32.675Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:16:55.321Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:17:32.675Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:17:55.323Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:18:32.676Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:18:55.325Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:19:32.677Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:19:55.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:20:32.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:20:55.327Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:21:32.678Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:21:55.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:22:32.680Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:22:55.329Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:23:32.682Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:23:55.330Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:24:32.683Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:24:55.330Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:25:32.685Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:25:55.331Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:26:32.686Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:26:55.332Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:27:32.688Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:27:55.333Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:28:32.689Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:28:55.333Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:29:32.690Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:29:55.335Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:30:32.690Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:30:55.337Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:31:32.691Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:31:55.338Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:32:32.692Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:32:55.339Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:33:32.694Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:33:55.341Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:34:32.695Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:34:55.341Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:35:32.696Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:35:55.342Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:36:32.697Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:36:55.343Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:37:32.698Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:37:55.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:38:32.698Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:38:55.344Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:39:32.699Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:39:55.345Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:40:32.700Z|4a417acf-9047-4bd4-b290-bdfdd246c804|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:40:55.347Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-16T08:41:32.702Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-16T08:41:55.348Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO