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-18T05:19:59.771Z||main|||||INFO|500||The following profiles are active: basic
2023-01-18T05:20:11.733Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-18T05:20:11.734Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-18T05:20:11.847Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-18T05:20:17.153Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-18T05:20:17.620Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-18T05:20:18.470Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-18T05:20:18.790Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-18T05:20:19.583Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-18T05:20:22.067Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-18T05:20:22.863Z||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-18T05:20:26.101Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-18T05:20:26.270Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-18T05:20:26.298Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-18T05:20:26.317Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-18T05:20:27.180Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-18T05:20:27.820Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-18T05:20:29.249Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-18T05:20:29.276Z||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$$4f705321.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-18T05:20:29.277Z||main|||||WARN|500||The sdc end point is not alive
2023-01-18T05:20:33.159Z||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-18T05:20:36.615Z||main|||||WARN|500||---
2023-01-18T05:20:36.616Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-18T05:20:36.616Z||main|||||WARN|500||---
2023-01-18T05:20:37.128Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-18T05:20:42.530Z||main|||||INFO|500||Started Application in 46.018 seconds (JVM running for 48.515)
2023-01-18T05:20:42.594Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-18T05:20:42.604Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-18T05:20:42.632Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-18T05:20:42.701Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 19911591-5daa-4a33-aa79-b980f64efdbe url= /sdc/v1/artifactTypes
2023-01-18T05:20:42.708Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-18T05:20:43.110Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-18T05:20:43.177Z||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-18T05:20:43.178Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-18T05:20:43.179Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= aba50390-6697-4c86-8a45-b7ec52442291 url= /sdc/v1/distributionKafkaData
2023-01-18T05:20:43.180Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-18T05:20:43.198Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-18T05:20:43.208Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@1173c039
2023-01-18T05:20:43.281Z||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-c01c6687-4281-4848-a70b-f74ed6b1df12
	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-18T05:20:43.348Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Instantiated an idempotent producer.
2023-01-18T05:20:43.477Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-18T05:20:43.553Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-18T05:20:43.554Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-18T05:20:43.554Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674019243551
2023-01-18T05:20:43.564Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-18T05:20:43.608Z||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-c5a6c6e2-fca4-4817-b36a-560c055bbf02
	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-18T05:20:43.729Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-18T05:20:43.730Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-18T05:20:43.731Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674019243729
2023-01-18T05:20:43.733Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:20:43.736Z||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-d84b5275-7088-4562-b60b-31a25fb65e06
	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-18T05:20:43.751Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:20:43.752Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-18T05:20:43.753Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-18T05:20:43.753Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674019243752
2023-01-18T05:20:43.754Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:20:43.767Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-18T05:20:43.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:20:44.722Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18T05:20:44.727Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] ProducerId set to 2003 with epoch 0
2023-01-18T05:20:44.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.738Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.739Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T05:20:44.735Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.740Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.740Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.741Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.741Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18T05:20:44.744Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:44.745Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-18T05:20:44.745Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Cluster ID: J-K4wiltTqKRUl95BjvzRQ
2023-01-18T05:20:44.747Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-18T05:20:44.769Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] (Re-)joining group
2023-01-18T05:20:44.772Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] (Re-)joining group
2023-01-18T05:20:44.842Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887
2023-01-18T05:20:44.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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-18T05:20:44.843Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] (Re-)joining group
2023-01-18T05:20:44.842Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262
2023-01-18T05:20:44.844Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:44.845Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] (Re-)joining group
2023-01-18T05:20:50.852Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887', protocol='range'}
2023-01-18T05:20:50.855Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262', protocol='range'}
2023-01-18T05:20:50.944Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.945Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.946Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.947Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.948Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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 6AfZIjBMQ4GBu_XeAyCQwA
2023-01-18T05:20:50.955Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262=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-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887=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-18T05:20:50.979Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02-f75dafb2-1e0a-4554-8aa4-67708c16c262', protocol='range'}
2023-01-18T05:20:50.980Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:50.985Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06-a4152459-6931-46dd-87a4-6b13478fe887', protocol='range'}
2023-01-18T05:20:50.986Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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-18T05:20:50.989Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, 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-18T05:20:50.989Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, 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-18T05:20:51.009Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-18T05:20:51.009Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-18T05:20:51.010Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-18T05:20:51.008Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-18T05:20:51.010Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-18T05:20:51.010Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-18T05:20:51.011Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-18T05:20:51.011Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-18T05:20:51.011Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-18T05:20:51.014Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-18T05:20:51.015Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-18T05:20:51.016Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-18T05:20:51.063Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18T05:20:51.064Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18T05:20:51.121Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18T05:20:51.122Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18T05:20:51.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18T05:20:51.124Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-18T05:20:51.126Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18T05:20:51.126Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18T05:20:51.140Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18T05:20:51.141Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-18T05:20:51.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18T05:20:51.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-18T05:21:43.756Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:21:43.778Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:22:43.759Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:22:43.779Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:23:43.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:23:43.780Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:24:43.763Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:24:43.781Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:25:43.765Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:25:43.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:26:43.767Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:26:43.783Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:27:43.769Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:27:43.784Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:28:43.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:28:43.787Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:29:43.771Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:29:43.789Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:29:44.968Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-d84b5275-7088-4562-b60b-31a25fb65e06, groupId=so] Node -1 disconnected.
2023-01-18T05:29:44.984Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c5a6c6e2-fca4-4817-b36a-560c055bbf02, groupId=so] Node -1 disconnected.
2023-01-18T05:29:44.987Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Node -1 disconnected.
2023-01-18T05:30:27.561Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-18T05:30:43.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:30:43.790Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:31:43.775Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:31:43.792Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:32:43.777Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:32:43.794Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:33:43.778Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:33:43.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:34:43.780Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:34:43.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:35:43.781Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:35:43.797Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:36:43.783Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:36:43.798Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:37:43.785Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:37:43.799Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:38:43.786Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:38:43.801Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:39:43.786Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:39:43.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:40:43.788Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:40:43.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:41:43.791Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:41:43.804Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:42:43.792Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:42:43.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:43:43.794Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:43:43.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:44:43.795Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:44:43.808Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:45:43.796Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:45:43.809Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:46:43.797Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:46:43.810Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:47:43.799Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:47:43.810Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:48:43.802Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:48:43.811Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:49:43.803Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:49:43.812Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:50:43.804Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:50:43.813Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:51:43.806Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:51:43.814Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:52:43.807Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:52:43.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:53:43.808Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:53:43.815Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:54:43.810Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:54:43.817Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:55:43.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:55:43.818Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:56:43.812Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:56:43.819Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:57:43.813Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:57:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:58:43.815Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:58:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T05:59:43.817Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T05:59:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:00:43.820Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:00:43.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:01:43.821Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:01:43.822Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:02:43.821Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:02:43.823Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:03:43.822Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:03:43.823Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:04:43.824Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:04:43.825Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:05:43.826Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:05:43.826Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:06:43.828Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:06:43.829Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:07:43.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:07:43.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:08:43.830Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:08:43.830Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:09:43.831Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:09:43.832Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:10:43.833Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:10:43.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:11:43.834Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:11:43.833Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:12:43.836Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:12:43.835Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:13:43.837Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:13:43.837Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:14:43.838Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:14:43.838Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:15:43.839Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:15:43.839Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:16:43.841Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:16:43.840Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:17:43.842Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:17:43.842Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:18:43.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:18:43.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:19:43.843Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:19:43.844Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:20:43.845Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:20:43.846Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:21:43.846Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:21:43.848Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:22:02.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:22:02.759Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"bb2b58e7-5d03-4ec4-b98d-ce294699dfff","serviceName":"vFW 2023-01-18 06-21-03","serviceVersion":"1.0","serviceUUID":"a1c78fe0-6097-4ad2-b53d-41a58dd9762a","serviceDescription":"catalog service description","serviceInvariantUUID":"03cc5b70-7eae-40bc-89fe-fe7e420760f2","resources":[{"resourceInstanceName":"vFW fcbc6185-f11d 0","resourceName":"vFW fcbc6185-f11d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4cb80d16-8a2d-4c38-af0e-3476c39053a6","resourceInvariantUUID":"dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f","resourceCustomizationUUID":"596812b4-b14f-4686-8ed4-adac6e5dcafb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml","artifactChecksum":"ODI5MTBiZTlhNjEwYWUzOGRhZDYxNmU4NmIxYmZmMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60890301-83d7-40db-9dcd-c77b58d11ead","artifactVersion":"1"},{"artifactName":"vfwfcbc6185f11d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json","artifactChecksum":"ZDAwYzMxN2U2OWU5MzYzNTAzYzUyMTA0N2ZjYjEyM2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0574e68a-c2ea-4371-83b3-31f63e465693","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2YwM2ZhMTZkYmY0ZWM0MTU4MmM5OWNmM2IxOGIxMWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84419658-fce4-45b0-8a24-fdf0232d8264","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d7d4c75a-bc46-4584-8661-0e99dd99c344","artifactVersion":"2","generatedFromUUID":"7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230118062103-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml","artifactChecksum":"MjFkNThjYmEzZTNlNzZmYjQ0N2IzODJhNjFlMzJmNDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e9b4948-23c7-4741-ada1-7fc2bab97476","artifactVersion":"1"},{"artifactName":"service-Vfw20230118062103-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar","artifactChecksum":"YTAyYTcxMTM3YmMxZmI5ZWE4ZWU0MzA5NjAxYzlmYjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e2cfa311-c6aa-4ed0-901d-cf00b2527861","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:22:02.780Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:02.790Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:02.790Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:02.791Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:02.798Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.799Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.800Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T06:22:02.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:22:02.858Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022921529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022880808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:22:02.885Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:22:03.826Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:03.827Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:03.827Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:03.827Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:04.828Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:04.829Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:04.829Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:04.829Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:05.831Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:05.832Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:05.832Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:05.832Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:06.834Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:06.835Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:06.835Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:06.835Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:07.836Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:07.837Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:07.837Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:07.838Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:08.839Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:22:08.840Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:08.840Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:08.840Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:09.843Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "serviceName": "vFW 2023-01-18 06-21-03",
  "serviceVersion": "1.0",
  "serviceUUID": "a1c78fe0-6097-4ad2-b53d-41a58dd9762a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "03cc5b70-7eae-40bc-89fe-fe7e420760f2",
  "resources": [
    {
      "resourceInstanceName": "vFW fcbc6185-f11d 0",
      "resourceCustomizationUUID": "596812b4-b14f-4686-8ed4-adac6e5dcafb",
      "resourceName": "vFW fcbc6185-f11d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4cb80d16-8a2d-4c38-af0e-3476c39053a6",
      "resourceInvariantUUID": "dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwfcbc6185f11d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
          "artifactChecksum": "ZDAwYzMxN2U2OWU5MzYzNTAzYzUyMTA0N2ZjYjEyM2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0574e68a-c2ea-4371-83b3-31f63e465693",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d7d4c75a-bc46-4584-8661-0e99dd99c344",
            "generatedFromUUID": "7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d7d4c75a-bc46-4584-8661-0e99dd99c344",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230118062103-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
      "artifactChecksum": "YTAyYTcxMTM3YmMxZmI5ZWE4ZWU0MzA5NjAxYzlmYjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e2cfa311-c6aa-4ed0-901d-cf00b2527861"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T06:22:09.846Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:22:09.846Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a1c78fe0-6097-4ad2-b53d-41a58dd9762a ASDC
2023-01-18T06:22:09.978Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:bb2b58e7-5d03-4ec4-b98d-ce294699dfff
ServiceName:vFW 2023-01-18 06-21-03
ServiceVersion:1.0
ServiceUUID:a1c78fe0-6097-4ad2-b53d-41a58dd9762a
ServiceInvariantUUID:03cc5b70-7eae-40bc-89fe-fe7e420760f2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230118062103-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
ArtifactUUID:e2cfa311-c6aa-4ed0-901d-cf00b2527861
ArtifactChecksum:YTAyYTcxMTM3YmMxZmI5ZWE4ZWU0MzA5NjAxYzlmYjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW fcbc6185-f11d 0
ResourceCustomizationUUID:596812b4-b14f-4686-8ed4-adac6e5dcafb
ResourceInvariantUUID:dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f
ResourceName:vFW fcbc6185-f11d
ResourceType:VF
ResourceUUID:4cb80d16-8a2d-4c38-af0e-3476c39053a6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwfcbc6185f11d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
ArtifactUUID:0574e68a-c2ea-4371-83b3-31f63e465693
ArtifactChecksum:ZDAwYzMxN2U2OWU5MzYzNTAzYzUyMTA0N2ZjYjEyM2I=
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/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
ArtifactUUID:7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70
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/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
ArtifactUUID:d7d4c75a-bc46-4584-8661-0e99dd99c344
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/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
ArtifactUUID:d7d4c75a-bc46-4584-8661-0e99dd99c344
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-18T06:22:09.978Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a1c78fe0-6097-4ad2-b53d-41a58dd9762a 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-18T06:22:10.216Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:22:10.217Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:22:10.218Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:22:10.219Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e2cfa311-c6aa-4ed0-901d-cf00b2527861 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:10.219Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:10.220Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:10.336Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:10.361Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar e2cfa311-c6aa-4ed0-901d-cf00b2527861 101501
2023-01-18T06:22:10.363Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar ASDC sendASDCNotification
2023-01-18T06:22:10.363Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:10.364Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:10.365Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:10.365Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:10.365Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022930362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:11.366Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:22:11.368Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:22:11.369Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e2cfa311-c6aa-4ed0-901d-cf00b2527861, URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar to file: /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:11.369Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230118062103-csar.csar
2023-01-18T06:22:11.453Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:11.454Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:12.195Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5098455276950220169/Definitions/service-Vfw20230118062103-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-01-18T06:22:15.352Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:22:15.379Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:22:15.379Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fcbc6185-f11d 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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.380Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.381Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.382Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-Vfw20230118062103-csar.csar
2023-01-18T06:22:15.382Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:22:15.389Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.390Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.394Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.394Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:22:15.396Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:22:15.397Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:22:15.398Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.399Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.401Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.402Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:15.403Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.404Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T06:22:15.405Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.405Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:22:15.406Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.407Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:15.408Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-18T06:22:15.409Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.410Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.411Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc9308bc-0627-418b-8ba0-860700d9cfb2
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.412Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.413Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.414Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1d2250a-6096-4030-b24a-9c382b33b66a
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.415Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.416Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:15.417Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd1d97cb-2592-4b42-a2bc-db30dd35971b
2023-01-18T06:22:15.418Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.419Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.420Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.420Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:15.420Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:15.421Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-18 06-21-03
Description:catalog service description
Model UUID:a1c78fe0-6097-4ad2-b53d-41a58dd9762a
Model Version:NULL
Model InvariantUuid:03cc5b70-7eae-40bc-89fe-fe7e420760f2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW fcbc6185-f11d
Model UUID:d4ac2018-1b2a-4548-8f56-b48c15c2a710
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dceaf4ba-13ef-4d6d-a2c7-2f870f59e39f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:596812b4-b14f-4686-8ed4-adac6e5dcafb
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f0076bc9-ada9-4323-88df-b166674ed146
ModelName:VfwFcbc6185F11d..base_vfw..module-0
ModelUuid:8ecbecd7-a927-4026-bdbd-230dc0a2774e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bc9308bc-0627-418b-8ba0-860700d9cfb2
ModelInvariantUuid:766da521-bde3-4cbc-a846-01b853268970
ModelName:vFW fcbc6185-f11d-nodes.vfwCvfc
ModelUuid:8501f64d-775d-4530-813e-23a1818907c4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:6551017a-4116-4fd5-b62c-504282efa361
ModelInvariantUuid:0974151b-9230-445a-ab12-96bfa5d3c700
ModelName:VfwFcbc6185F11d.compute.nodes.heat.vfw
ModelUuid:c38821dc-5862-4116-b883-1d6066731b4d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e1d2250a-6096-4030-b24a-9c382b33b66a
ModelInvariantUuid:be2d2443-18ad-4a29-b82e-9d5dfe7c79dd
ModelName:vFW fcbc6185-f11d-nodes.vsnCvfc
ModelUuid:40be79b1-dd48-4391-a2f8-e3b7cbd55e14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e786c65f-39ce-4b85-acdc-f1e23a06d6a3
ModelInvariantUuid:3fbdaacf-eb4d-49c6-bc43-0f0c95825ab7
ModelName:VfwFcbc6185F11d.compute.nodes.heat.vsn
ModelUuid:d354d3ac-5163-4f5e-8ddc-0afbea2feec8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd1d97cb-2592-4b42-a2bc-db30dd35971b
ModelInvariantUuid:ea6f9176-2083-464e-9c4d-356d159b4aae
ModelName:vFW fcbc6185-f11d-nodes.vpgCvfc
ModelUuid:6851bcef-e3fa-4047-948b-f3bd4dd0811f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4061377c-cf79-40c1-9e6e-7faf41663a6a
ModelInvariantUuid:c4f288d0-ec64-4bbf-b2f6-cb44628aed15
ModelName:VfwFcbc6185F11d.compute.nodes.heat.vpg
ModelUuid:0d31da06-d948-4c9f-af0a-f0ccc7d60100
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-18T06:22:15.442Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4cb80d16-8a2d-4c38-af0e-3476c39053a6
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-18T06:22:15.527Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||vFW fcbc6185-f11d 0
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4cb80d16-8a2d-4c38-af0e-3476c39053a6
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0574e68a-c2ea-4371-83b3-31f63e465693 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:15.534Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:15.591Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:15.591Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json 0574e68a-c2ea-4371-83b3-31f63e465693 785
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json ASDC sendASDCNotification
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:15.592Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:15.593Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:15.593Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022935592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:16.595Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFcbc6185F11d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f0076bc9-ada9-4323-88df-b166674ed146",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ecbecd7-a927-4026-bdbd-230dc0a2774e",
    "vfModuleModelCustomizationUUID": "3cc34fec-b666-4a6f-821a-f398b5a8110b",
    "isBase": true,
    "artifacts": [
      "7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70",
      "d7d4c75a-bc46-4584-8661-0e99dd99c344"
    ],
    "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-18T06:22:16.614Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFcbc6185F11d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ecbecd7-a927-4026-bdbd-230dc0a2774e
VfModuleModelInvariantUUID:f0076bc9-ada9-4323-88df-b166674ed146
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70
,
d7d4c75a-bc46-4584-8661-0e99dd99c344

}
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-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwFcbc6185F11d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f0076bc9-ada9-4323-88df-b166674ed146",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8ecbecd7-a927-4026-bdbd-230dc0a2774e",
    "vfModuleModelCustomizationUUID": "3cc34fec-b666-4a6f-821a-f398b5a8110b",
    "isBase": true,
    "artifacts": [
      "7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70",
      "d7d4c75a-bc46-4584-8661-0e99dd99c344"
    ],
    "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-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwFcbc6185F11d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8ecbecd7-a927-4026-bdbd-230dc0a2774e
VfModuleModelInvariantUUID:f0076bc9-ada9-4323-88df-b166674ed146
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70
,
d7d4c75a-bc46-4584-8661-0e99dd99c344

}
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-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:16.619Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:16.620Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:16.683Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml 7a01f9da-f4d9-4719-b0fb-ea8b46a8bf70 20368
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:16.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:16.685Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:16.685Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:16.685Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022936684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:17.686Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7d4c75a-bc46-4584-8661-0e99dd99c344 from URL: /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:17.686Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:22:17.686Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:17.737Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:22:17.737Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env d7d4c75a-bc46-4584-8661-0e99dd99c344 2098
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:17.738Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022937738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:18.739Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a1c78fe0-6097-4ad2-b53d-41a58dd9762a
2023-01-18T06:22:18.740Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fcbc6185-f11d 0 4cb80d16-8a2d-4c38-af0e-3476c39053a6 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-18T06:22:18.781Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@153b7d0b, org.onap.sdc.toscaparser.api.parameters.Input@50f785d1, org.onap.sdc.toscaparser.api.parameters.Input@1c12c323, org.onap.sdc.toscaparser.api.parameters.Input@755ac7f7, org.onap.sdc.toscaparser.api.parameters.Input@3b472f72]
2023-01-18T06:22:18.784Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 596812b4-b14f-4686-8ed4-adac6e5dcafb
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 596812b4-b14f-4686-8ed4-adac6e5dcafb matches Tosca VF Customization UUID: 596812b4-b14f-4686-8ed4-adac6e5dcafb
2023-01-18T06:22:18.785Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 596812b4-b14f-4686-8ed4-adac6e5dcafb  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-18T06:22:18.794Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.794Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 596812b4-b14f-4686-8ed4-adac6e5dcafb: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@aff5e96
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.796Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:22:18.797Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3cc34fec-b666-4a6f-821a-f398b5a8110b
2023-01-18T06:22:18.798Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3cc34fec-b666-4a6f-821a-f398b5a8110b
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-18T06:22:18.804Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.805Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.805Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.806Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.806Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.806Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.807Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.807Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:18.807Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.808Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.809Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:18.809Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.809Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:18.810Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.810Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bc9308bc-0627-418b-8ba0-860700d9cfb2
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-18T06:22:18.819Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.820Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.820Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.820Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.821Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-18T06:22:18.822Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.823Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e1d2250a-6096-4030-b24a-9c382b33b66a
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-18T06:22:18.825Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.826Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.826Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.828Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.829Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-18T06:22:18.830Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-18T06:22:18.831Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd1d97cb-2592-4b42-a2bc-db30dd35971b
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-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:22:18.834Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.835Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Node template vFW fcbc6185-f11d 0 is matching search criteria
2023-01-18T06:22:18.835Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW fcbc6185-f11d 0] matching following query criteria: sdcType=VF, customizationUUID=596812b4-b14f-4686-8ed4-adac6e5dcafb
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-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a1c78fe0-6097-4ad2-b53d-41a58dd9762a: vFW fcbc6185-f11d
2023-01-18T06:22:18.837Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.838Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:22:18.839Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Service vFW 2023-01-18 06-21-03 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:22:18.840Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2023-01-18 06-21-03 
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-18T06:22:19.135Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fcbc6185-f11d 4cb80d16-8a2d-4c38-af0e-3476c39053a6 1 ASDC deployResourceStructure
2023-01-18T06:22:19.135Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json ASDC sendASDCNotification
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:19.136Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:19.137Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022939135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:20.138Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-18T06:22:20.138Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml
2023-01-18T06:22:20.138Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:20.139Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:20.139Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:20.139Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022940138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:21.141Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-18T06:22:21.141Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:21.142Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022941141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:22.143Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar ASDC sendASDCNotification
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:22:22.144Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:22:22.145Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022942143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:23.146Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:22:23.175Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:22:23.177Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:22:23.177Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:22:23.178Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:22:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:22:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:22:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022910900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:22:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:22:53.178Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:22:53.189Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:22:53.191Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:22:53.191Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:22:53.191Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:23:23.192Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:23:23.203Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:23:23.205Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:23:23.207Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:23:23.207Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:23:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:23:43.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.765Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.765Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022906771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.766Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022913289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022921529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022880808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.768Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022910900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.769Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022906771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.770Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022913289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022921529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022880808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.772Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022910900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.773Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022906771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022913289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022921529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022880808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022910900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.777Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022906771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022913289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022921529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.778Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022880808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022910900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.779Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022906771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022913289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022921529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.781Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022880808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022910900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.782Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022906771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022913289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.783Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022921529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022880808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022910900,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.784Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022903848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.785Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022906771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022913289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022929547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022930401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022929985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.787Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022930076,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022930362,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022930592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.788Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022929547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022931417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.789Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022931097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-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-18T06:23:43.796Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.797Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.806Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022931123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022929547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.807Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "policy-distribution",
  "timestamp": 1674022932420,
  "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-18T06:23:43.811Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.811Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022932229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022929547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.824Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022933381,
  "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-18T06:23:43.828Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.828Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022929547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022934386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022929547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022935592,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.836Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022929547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022936684,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022936898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022936821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022937738,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.838Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022937903,
  "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-18T06:23:43.845Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.845Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.855Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022939135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/vfwfcbc6185f11d0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.856Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022940138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.856Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.856Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.857Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022941141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/resourceInstances/vfwfcbc6185f11d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.857Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.857Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.858Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674022942143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.858Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.859Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022933421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022950510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.860Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.861Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022935397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.862Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022943294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.863Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.863Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022933421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022950510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.864Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.865Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022935397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.866Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.866Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.876Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022953084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230118062103/1.0/artifacts/service-Vfw20230118062103-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022943294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022933421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.877Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022950510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022935397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.879Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022954088,
  "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-18T06:23:43.884Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bb2b58e7-5d03-4ec4-b98d-ce294699dfff
2023-01-18T06:23:43.884Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:23:43.892Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.892Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022943294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022933421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022950510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.893Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022935397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.894Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022943294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022933421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.895Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022950510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.896Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022935397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022943294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.897Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022933421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022950510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.898Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022935397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022943294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.899Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022933421,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674022950510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022935397,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022943294,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022958810,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.901Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022959236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022958913,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.902Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022959518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022960240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.904Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674022959918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-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-18T06:23:43.923Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.923Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:43.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.931Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.932Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022959897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.933Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.933Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "policy-distribution",
  "timestamp": 1674022961241,
  "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-18T06:23:43.938Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.938Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:43.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.947Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.947Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022960953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.949Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022961982,
  "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-18T06:23:43.954Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.955Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:43.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.962Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022962229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:23:43.963Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674022962987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:23:43.964Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:23:43.965Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674022963234,
  "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-18T06:23:43.970Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:23:43.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:23:53.207Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:23:53.219Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff
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-18T06:23:53.222Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:23:53.222Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:23:53.222Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:23:53.223Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:23:53.224Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:23:53.224Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-18T06:23:53.228Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:24:23.229Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff 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-18T06:24:23.239Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bb2b58e7-5d03-4ec4-b98d-ce294699dfff and serviceModelVersionId: a1c78fe0-6097-4ad2-b53d-41a58dd9762a
2023-01-18T06:24:23.239Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03cc5b70-7eae-40bc-89fe-fe7e420760f2
2023-01-18T06:24:38.655Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0
2023-01-18T06:24:38.770Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:24:39.271Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|INFO|500||Invoke
2023-01-18T06:24:39.277Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bb2b58e7-5d03-4ec4-b98d-ce294699dfff], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ea4266dc-0285-4af9-bd77-efa2964da822], X-ECOMP-RequestID=[bb2b58e7-5d03-4ec4-b98d-ce294699dfff], X-TransactionId=[], X-ONAP-RequestID=[bb2b58e7-5d03-4ec4-b98d-ce294699dfff], Content-Type=[application/merge-patch+json]}
2023-01-18T06:24:39.393Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T06:24:39.666Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?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/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:24:39 GMT], content-length=[0], vertex-id=[430080], x-aai-txid=[2-aai-resources-230118-06:24:39:252-22800], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:24:39.668Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:24:39.669Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03cc5b70-7eae-40bc-89fe-fe7e420760f2/model-vers/model-ver/a1c78fe0-6097-4ad2-b53d-41a58dd9762a?depth=0|INFO|500||InvokeReturn
2023-01-18T06:24:39.673Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:24:39.673Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-18T06:24:39.680Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|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-18T06:24:39.681Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bb2b58e7-5d03-4ec4-b98d-ce294699dfff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:24:39.682Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:24:39.683Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:39.683Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:39.684Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023079681,
  "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-18T06:24:40.696Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:24:40.701Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:24:40.701Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"3e95957e-e54a-485e-9989-ed7d18e0d3e5","serviceName":"basic_onboard_pEUpFY","serviceVersion":"1.0","serviceUUID":"f66b993b-9dfc-4bf5-8d4c-5f8d7030db34","serviceDescription":"service","serviceInvariantUUID":"2e981991-23eb-4664-ae8b-e6186de67d55","resources":[{"resourceInstanceName":"basic_onboard_pEUpFY 0","resourceName":"basic_onboard_pEUpFY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c4389a7-ac92-465b-af8e-dc878de3c81a","resourceInvariantUUID":"142053d5-4877-430e-a0ad-f7f23d4ca5f8","resourceCustomizationUUID":"8f65680d-2304-48da-847e-a8674f0f0c66","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml","artifactChecksum":"NjQ2MGZmNWMxZjFmOGExZjIzZTgzYzAzYzlkODNhYTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b7e488bb-3801-4756-b574-f665b1fef48e","artifactVersion":"1"},{"artifactName":"basic_onboard_peupfy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json","artifactChecksum":"YTIwYjU0ZWJkYmIyMjQyNzg2YjYxZTFlZmY0MWFkYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bc2a9d49-a012-4e24-b04a-dfe9bb573d25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"13484108-efb8-4eca-869e-e6a5b862ca59","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7334f661-ebff-4660-b1b2-5b48ac6ce46c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8294eb69-7360-4148-9943-2f85131153d2","artifactVersion":"2","generatedFromUUID":"13484108-efb8-4eca-869e-e6a5b862ca59"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPeupfy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml","artifactChecksum":"OTE3NmIzMWFkODU0NmU0YWMyNmYwM2M0NTg2YmZiYjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5cd81a2-1f1e-4794-9d39-8d074b555405","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPeupfy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar","artifactChecksum":"YWMxYWY4Yzg4Njk2MjY2MTk5YzYxOGJhYWEyZTZlY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:40.704Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:41.705Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:41.705Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:41.706Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:41.706Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:42.707Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:42.708Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:42.708Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:42.708Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:43.709Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:43.710Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:43.710Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:43.710Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022959547,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022966680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022974060,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:24:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "aai-model-loader",
  "timestamp": 1674022975062,
  "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-18T06:24:43.771Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3e95957e-e54a-485e-9989-ed7d18e0d3e5
2023-01-18T06:24:43.771Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:24:44.711Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:44.711Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:44.711Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:44.712Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:45.712Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:45.713Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:45.713Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:45.713Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:46.714Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:24:46.715Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:46.715Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:46.715Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:47.717Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "serviceName": "basic_onboard_pEUpFY",
  "serviceVersion": "1.0",
  "serviceUUID": "f66b993b-9dfc-4bf5-8d4c-5f8d7030db34",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2e981991-23eb-4664-ae8b-e6186de67d55",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_pEUpFY 0",
      "resourceCustomizationUUID": "8f65680d-2304-48da-847e-a8674f0f0c66",
      "resourceName": "basic_onboard_pEUpFY",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0c4389a7-ac92-465b-af8e-dc878de3c81a",
      "resourceInvariantUUID": "142053d5-4877-430e-a0ad-f7f23d4ca5f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_peupfy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
          "artifactChecksum": "YTIwYjU0ZWJkYmIyMjQyNzg2YjYxZTFlZmY0MWFkYmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "bc2a9d49-a012-4e24-b04a-dfe9bb573d25",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "13484108-efb8-4eca-869e-e6a5b862ca59",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8294eb69-7360-4148-9943-2f85131153d2",
            "generatedFromUUID": "13484108-efb8-4eca-869e-e6a5b862ca59"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8294eb69-7360-4148-9943-2f85131153d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPeupfy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
      "artifactChecksum": "YWMxYWY4Yzg4Njk2MjY2MTk5YzYxOGJhYWEyZTZlY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T06:24:47.717Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:24:47.717Z|bb2b58e7-5d03-4ec4-b98d-ce294699dfff|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f66b993b-9dfc-4bf5-8d4c-5f8d7030db34 ASDC
2023-01-18T06:24:47.718Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:3e95957e-e54a-485e-9989-ed7d18e0d3e5
ServiceName:basic_onboard_pEUpFY
ServiceVersion:1.0
ServiceUUID:f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
ServiceInvariantUUID:2e981991-23eb-4664-ae8b-e6186de67d55
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPeupfy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
ArtifactUUID:9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e
ArtifactChecksum:YWMxYWY4Yzg4Njk2MjY2MTk5YzYxOGJhYWEyZTZlY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pEUpFY 0
ResourceCustomizationUUID:8f65680d-2304-48da-847e-a8674f0f0c66
ResourceInvariantUUID:142053d5-4877-430e-a0ad-f7f23d4ca5f8
ResourceName:basic_onboard_pEUpFY
ResourceType:VF
ResourceUUID:0c4389a7-ac92-465b-af8e-dc878de3c81a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_peupfy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
ArtifactUUID:bc2a9d49-a012-4e24-b04a-dfe9bb573d25
ArtifactChecksum:YTIwYjU0ZWJkYmIyMjQyNzg2YjYxZTFlZmY0MWFkYmY=
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/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:13484108-efb8-4eca-869e-e6a5b862ca59
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/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
ArtifactUUID:8294eb69-7360-4148-9943-2f85131153d2
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/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
ArtifactUUID:8294eb69-7360-4148-9943-2f85131153d2
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-18T06:24:47.718Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f66b993b-9dfc-4bf5-8d4c-5f8d7030db34 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-18T06:24:47.748Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:47.749Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:47.750Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:47.819Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:47.823Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar 9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e 75676
2023-01-18T06:24:47.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar ASDC sendASDCNotification
2023-01-18T06:24:47.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:47.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:47.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:47.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:47.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023087824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:48.826Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:24:48.827Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-18T06:24:48.827Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9d8a4615-a8ca-41c8-aa39-39ec0d2f1b2e, URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar to file: /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:48.827Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:48.828Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:48.828Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:49.010Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4638205988410797769/Definitions/service-BasicOnboardPeupfy-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-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-18T06:24:50.230Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pEUpFY 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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:50.231Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:24:50.232Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:24:50.233Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is not matching search criteria
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-18T06:24:50.234Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.235Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:50.236Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:50.237Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is not matching search criteria
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44ca1dc2-dfdb-495e-bf82-602e50b6a31d
2023-01-18T06:24:50.238Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.239Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:50.240Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:50.240Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_pEUpFY
Description:service
Model UUID:f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
Model Version:NULL
Model InvariantUuid:2e981991-23eb-4664-ae8b-e6186de67d55
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_pEUpFY
Model UUID:2aeacdfe-2e6b-40e8-8825-565ffac04214
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:142053d5-4877-430e-a0ad-f7f23d4ca5f8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f65680d-2304-48da-847e-a8674f0f0c66
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c646ec59-9558-4ac8-a8c3-09d48cf0f311
ModelName:BasicOnboardPeupfy..base_ubuntu18..module-0
ModelUuid:2e88630f-5c7b-43f0-92e0-942d372f4139
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:44ca1dc2-dfdb-495e-bf82-602e50b6a31d
ModelInvariantUuid:730f00d9-b9f3-48ee-bfd0-4f22ec79ee92
ModelName:basic_onboard_pEUpFY-nodes.ubuntu18Cvfc
ModelUuid:fc07a5fe-30b4-440f-868a-c986179445cb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:894fddb1-45f7-4d55-945d-bf11b72d75b7
ModelInvariantUuid:6edd074b-8503-4f66-a94e-fa9f0f43582f
ModelName:BasicOnboardPeupfy.compute.nodes.heat.ubuntu18
ModelUuid:60165209-ab61-4e06-97bd-eb79e820ea10
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-18T06:24:50.247Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c4389a7-ac92-465b-af8e-dc878de3c81a
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-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||basic_onboard_pEUpFY 0
2023-01-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c4389a7-ac92-465b-af8e-dc878de3c81a
2023-01-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bc2a9d49-a012-4e24-b04a-dfe9bb573d25 from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:50.250Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:50.251Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:50.315Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json bc2a9d49-a012-4e24-b04a-dfe9bb573d25 798
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json ASDC sendASDCNotification
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:50.316Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:50.317Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:50.317Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:50.317Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023090316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:51.318Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPeupfy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c646ec59-9558-4ac8-a8c3-09d48cf0f311",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e88630f-5c7b-43f0-92e0-942d372f4139",
    "vfModuleModelCustomizationUUID": "b4378fa5-839c-418e-9ab3-33619e08fd28",
    "isBase": true,
    "artifacts": [
      "13484108-efb8-4eca-869e-e6a5b862ca59",
      "8294eb69-7360-4148-9943-2f85131153d2"
    ],
    "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-18T06:24:51.322Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPeupfy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e88630f-5c7b-43f0-92e0-942d372f4139
VfModuleModelInvariantUUID:c646ec59-9558-4ac8-a8c3-09d48cf0f311
VfModuleModelDescription:NULL
Artifacts UUID List:{
13484108-efb8-4eca-869e-e6a5b862ca59
,
8294eb69-7360-4148-9943-2f85131153d2

}
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-18T06:24:51.324Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPeupfy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c646ec59-9558-4ac8-a8c3-09d48cf0f311",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e88630f-5c7b-43f0-92e0-942d372f4139",
    "vfModuleModelCustomizationUUID": "b4378fa5-839c-418e-9ab3-33619e08fd28",
    "isBase": true,
    "artifacts": [
      "13484108-efb8-4eca-869e-e6a5b862ca59",
      "8294eb69-7360-4148-9943-2f85131153d2"
    ],
    "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-18T06:24:51.324Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPeupfy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e88630f-5c7b-43f0-92e0-942d372f4139
VfModuleModelInvariantUUID:c646ec59-9558-4ac8-a8c3-09d48cf0f311
VfModuleModelDescription:NULL
Artifacts UUID List:{
13484108-efb8-4eca-869e-e6a5b862ca59
,
8294eb69-7360-4148-9943-2f85131153d2

}
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-18T06:24:51.324Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13484108-efb8-4eca-869e-e6a5b862ca59 from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:51.325Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:51.325Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:51.385Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:51.386Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml 13484108-efb8-4eca-869e-e6a5b862ca59 5033
2023-01-18T06:24:51.386Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-18T06:24:51.386Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:51.387Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023091386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:52.388Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8294eb69-7360-4148-9943-2f85131153d2 from URL: /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:52.388Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-18T06:24:52.388Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:52.449Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env 8294eb69-7360-4148-9943-2f85131153d2 909
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:24:52.450Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:52.451Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:52.451Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023092450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:53.451Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
2023-01-18T06:24:53.452Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pEUpFY 0 0c4389a7-ac92-465b-af8e-dc878de3c81a 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-18T06:24:53.468Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45633735, org.onap.sdc.toscaparser.api.parameters.Input@5470f1ce, org.onap.sdc.toscaparser.api.parameters.Input@27344bb3, org.onap.sdc.toscaparser.api.parameters.Input@5eda7d3e, org.onap.sdc.toscaparser.api.parameters.Input@2dc334f]
2023-01-18T06:24:53.469Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 8f65680d-2304-48da-847e-a8674f0f0c66
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f65680d-2304-48da-847e-a8674f0f0c66 matches Tosca VF Customization UUID: 8f65680d-2304-48da-847e-a8674f0f0c66
2023-01-18T06:24:53.470Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 8f65680d-2304-48da-847e-a8674f0f0c66  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-18T06:24:53.472Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 8f65680d-2304-48da-847e-a8674f0f0c66: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59235825
2023-01-18T06:24:53.473Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.474Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:24:53.474Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b4378fa5-839c-418e-9ab3-33619e08fd28
2023-01-18T06:24:53.474Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b4378fa5-839c-418e-9ab3-33619e08fd28
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-18T06:24:53.476Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.476Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.476Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:53.477Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is not matching search criteria
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-18T06:24:53.478Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=44ca1dc2-dfdb-495e-bf82-602e50b6a31d
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-18T06:24:53.480Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.480Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pEUpFY 0 is matching search criteria
2023-01-18T06:24:53.481Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pEUpFY 0] matching following query criteria: sdcType=VF, customizationUUID=8f65680d-2304-48da-847e-a8674f0f0c66
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-18T06:24:53.483Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.483Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f66b993b-9dfc-4bf5-8d4c-5f8d7030db34: basic_onboard_pEUpFY
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.484Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.485Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:24:53.486Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pEUpFY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:24:53.486Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_pEUpFY 
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-18T06:24:53.563Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pEUpFY 0c4389a7-ac92-465b-af8e-dc878de3c81a 1 ASDC deployResourceStructure
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json ASDC sendASDCNotification
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:53.564Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:53.565Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:53.565Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023093564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:54.566Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:54.567Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:54.568Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023094566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:55.568Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:55.569Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:55.570Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023095568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:56.574Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar ASDC sendASDCNotification
2023-01-18T06:24:56.575Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar
2023-01-18T06:24:56.575Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:24:56.575Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:24:56.576Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:24:56.576Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023096574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:24:57.577Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:24:57.586Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5
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-18T06:24:57.589Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:24:57.589Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:24:57.589Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:24:57.590Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:24:57.590Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:24:57.590Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:24:57.591Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-18T06:24:57.596Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:25:27.596Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5 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-18T06:25:27.602Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3e95957e-e54a-485e-9989-ed7d18e0d3e5 and serviceModelVersionId: f66b993b-9dfc-4bf5-8d4c-5f8d7030db34
2023-01-18T06:25:27.602Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e981991-23eb-4664-ae8b-e6186de67d55
2023-01-18T06:25:27.603Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0
2023-01-18T06:25:27.606Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:25:27.655Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|INFO|500||Invoke
2023-01-18T06:25:27.656Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3e95957e-e54a-485e-9989-ed7d18e0d3e5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45faddec-bb95-4fe0-9ca7-e7e46924dad4], X-ECOMP-RequestID=[3e95957e-e54a-485e-9989-ed7d18e0d3e5], X-TransactionId=[], X-ONAP-RequestID=[3e95957e-e54a-485e-9989-ed7d18e0d3e5], Content-Type=[application/merge-patch+json]}
2023-01-18T06:25:27.679Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T06:25:27.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?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/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:25:27 GMT], content-length=[0], vertex-id=[167992], x-aai-txid=[0-aai-resources-230118-06:25:27:536-74567], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:25:27.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:25:27.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e981991-23eb-4664-ae8b-e6186de67d55/model-vers/model-ver/f66b993b-9dfc-4bf5-8d4c-5f8d7030db34?depth=0|INFO|500||InvokeReturn
2023-01-18T06:25:27.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:25:27.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-18T06:25:27.806Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|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-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3e95957e-e54a-485e-9989-ed7d18e0d3e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:25:27.809Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:25:27.810Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023127809,
  "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-18T06:25:28.820Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:25:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:25:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "bb2b58e7-5d03-4ec4-b98d-ce294699dfff",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023079681,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:25:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:25:43.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:25:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:25:43.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:25:43.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:28.822Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:26:43.756Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:26:43.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.759Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023080696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023087824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023090316,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.761Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023091386,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023092450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023093564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/basic_onboard_peupfy0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023094566,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023095568,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/resourceInstances/basic_onboard_peupfy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.763Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023096574,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPeupfy/1.0/artifacts/service-BasicOnboardPeupfy-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "3e95957e-e54a-485e-9989-ed7d18e0d3e5",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023127809,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:26:43.764Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:27:28.824Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:27:43.756Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:28:28.826Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:28:43.757Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:29:28.828Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:29:43.757Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:30:28.830Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:30:43.758Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:31:15.331Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Node 1 disconnected.
2023-01-18T06:31:28.831Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:31:43.759Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:32:28.832Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:32:43.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:33:28.833Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:33:43.760Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:34:28.833Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:34:43.761Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:35:28.834Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:35:43.763Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:35:56.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-18T06:35:56.369Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ed92ae7b-9d9f-4c5e-8eae-899425784de2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"fa3e701d-65f3-42f0-bca5-ea4c97303e7f","serviceDescription":"service","serviceInvariantUUID":"d5b57751-cb6d-48c8-9058-7846ea0e0eec","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f9270a9d-148a-416c-9558-2b8bdf55af83","resourceInvariantUUID":"faeeba19-6333-4950-9933-c9296d0431f9","resourceCustomizationUUID":"e041ef29-835e-45e4-b5a3-e928b1727161","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":"NTQwZDk3OTEzNWRmZjE3ZDVkZTJmZDY3Mzc4NmUyYTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06ca1c00-175e-4272-98a0-6138b5ce33b5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDA1Y2NmYjJkZGJhY2MwN2I5OGM2MzRiMjgxYzNlMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"889f7487-665f-4f51-91ea-4a3d91403e8a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:35:56.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:35:56.380Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:35:56.380Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:35:56.381Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023728834,
  "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-18T06:35:56.409Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:35:56.409Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023739547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:35:56.410Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:35:57.385Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:35:57.386Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:35:57.386Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:35:57.386Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:35:58.387Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "fa3e701d-65f3-42f0-bca5-ea4c97303e7f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d5b57751-cb6d-48c8-9058-7846ea0e0eec",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e041ef29-835e-45e4-b5a3-e928b1727161",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f9270a9d-148a-416c-9558-2b8bdf55af83",
      "resourceInvariantUUID": "faeeba19-6333-4950-9933-c9296d0431f9",
      "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": "ZDA1Y2NmYjJkZGJhY2MwN2I5OGM2MzRiMjgxYzNlMjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "889f7487-665f-4f51-91ea-4a3d91403e8a"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T06:35:58.387Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:35:58.387Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa3e701d-65f3-42f0-bca5-ea4c97303e7f ASDC
2023-01-18T06:35:58.388Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ed92ae7b-9d9f-4c5e-8eae-899425784de2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:fa3e701d-65f3-42f0-bca5-ea4c97303e7f
ServiceInvariantUUID:d5b57751-cb6d-48c8-9058-7846ea0e0eec
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:889f7487-665f-4f51-91ea-4a3d91403e8a
ArtifactChecksum:ZDA1Y2NmYjJkZGJhY2MwN2I5OGM2MzRiMjgxYzNlMjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e041ef29-835e-45e4-b5a3-e928b1727161
ResourceInvariantUUID:faeeba19-6333-4950-9933-c9296d0431f9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f9270a9d-148a-416c-9558-2b8bdf55af83
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-18T06:35:58.388Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa3e701d-65f3-42f0-bca5-ea4c97303e7f 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-18T06:35:58.418Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:35:58.419Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:35:58.419Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:35:58.420Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 889f7487-665f-4f51-91ea-4a3d91403e8a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-18T06:35:58.420Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:35:58.420Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-18T06:35:58.524Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 889f7487-665f-4f51-91ea-4a3d91403e8a 57793
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:35:58.527Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:35:58.528Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023758527,
  "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-18T06:35:59.529Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:35:59.530Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:35:59.530Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 889f7487-665f-4f51-91ea-4a3d91403e8a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:35:59.531Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-18T06:35:59.532Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:35:59.532Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:35:59.711Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7205977382392171578/Definitions/service-BasicNetwork-template.yml
2023-01-18T06:36:00.286Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.287Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.289Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.290Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.291Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.292Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.293Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.294Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.294Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.294Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:fa3e701d-65f3-42f0-bca5-ea4c97303e7f
Model Version:NULL
Model InvariantUuid:d5b57751-cb6d-48c8-9058-7846ea0e0eec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:faeeba19-6333-4950-9933-c9296d0431f9
Model UUID:11a268a2-de14-479b-af65-9dd5ef77d07c
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e041ef29-835e-45e4-b5a3-e928b1727161
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-18T06:36:00.303Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: f9270a9d-148a-416c-9558-2b8bdf55af83
2023-01-18T06:36:00.303Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||No resources found for Service: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
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-18T06:36:00.311Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||
2023-01-18T06:36:00.311Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-18T06:36:00.313Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.318Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a726beb, org.onap.sdc.toscaparser.api.parameters.Input@72fe97cd, org.onap.sdc.toscaparser.api.parameters.Input@716b117d, org.onap.sdc.toscaparser.api.parameters.Input@5e1d0d7f, org.onap.sdc.toscaparser.api.parameters.Input@37d91864]
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.320Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fa3e701d-65f3-42f0-bca5-ea4c97303e7f: Generic NeutronNet
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.321Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.357Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:36:00.358Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:36:00.359Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.407Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||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-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:36:00.408Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:36:00.409Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023760408,
  "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-18T06:36:01.409Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:36:01.424Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:36:01.426Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:36:01.426Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:36:01.426Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:36:31.427Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:36:31.437Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:36:31.439Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:36:31.439Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:36:31.439Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:36:43.756Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:36:43.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:36:43.758Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023742270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023750573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:36:43.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:01.440Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:37:01.450Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:37:01.453Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:37:01.454Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:37:01.454Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:37:31.454Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:37:31.463Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:37:31.465Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:37:31.466Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:37:31.466Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:37:43.756Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:37:43.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.759Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023744037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023740938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.760Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023753288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023728834,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023739547,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:37:43.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023742270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023750573,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.762Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023744037,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023740938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023753288,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023758583,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023758910,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.764Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023758218,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023758527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023759120,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.766Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023759588,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T06:37:43.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.775Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:37:43.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023759914,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:37:43.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023760408,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023760916,
  "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-18T06:37:43.791Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.791Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:37:43.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.798Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023760848,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:37:43.799Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.799Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023761852,
  "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-18T06:37:43.803Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.803Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023762319,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-01-18T06:37:43.814Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023763321,
  "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-18T06:37:43.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed92ae7b-9d9f-4c5e-8eae-899425784de2
2023-01-18T06:37:43.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:38:01.466Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:38:01.476Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2
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-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:01.479Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:01.480Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:01.480Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T06:38:01.485Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:38:31.486Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2 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-18T06:38:31.492Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed92ae7b-9d9f-4c5e-8eae-899425784de2 and serviceModelVersionId: fa3e701d-65f3-42f0-bca5-ea4c97303e7f
2023-01-18T06:38:31.492Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d5b57751-cb6d-48c8-9058-7846ea0e0eec
2023-01-18T06:38:31.493Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0
2023-01-18T06:38:31.497Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:38:31.557Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?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-18T06:38:31.559Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0|INFO|500||Invoke
2023-01-18T06:38:31.582Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T06:38:31.684Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0|INFO|500||InvokeReturn
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d5b57751-cb6d-48c8-9058-7846ea0e0eec/model-vers/model-ver/fa3e701d-65f3-42f0-bca5-ea4c97303e7f?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:38:31 GMT], content-length=[0], vertex-id=[184472], x-aai-txid=[1-aai-resources-230118-06:38:31:443-74047], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:38:31.687Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-18T06:38:31.694Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-18T06:38:31.695Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed92ae7b-9d9f-4c5e-8eae-899425784de2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:38:31.696Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:38:31.697Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:31.697Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:31.697Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023911695,
  "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-18T06:38:32.711Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:38:32.723Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-18T06:38:32.723Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"5f8802b6-bc3c-4272-ad33-ab27c9eacd96","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"0da4b886-93f6-4166-b4df-c721d406ed0c","serviceDescription":"service","serviceInvariantUUID":"c2ccca97-4669-403e-8de7-a1be722b480f","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"149f3cf9-522a-44d6-9aa4-22706631ed46","resourceInvariantUUID":"4ac12579-0e75-42f8-96ed-4389701cb380","resourceCustomizationUUID":"a1909f14-6ae3-4633-8c40-cf4873bb2e96","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":"NzUwYjNjZjk2ZTc2NzU4MjlkMDJkMWQ0MjM3OGRhZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"969d7e39-c8a4-4f94-aee0-42dd71ae5d7d","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":"f659495f-edf5-4318-b2c9-ba533d6b9f9b","artifactVersion":"2","generatedFromUUID":"9b50cc37-b359-42af-b221-cbbf25ce2f84"},{"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":"9b50cc37-b359-42af-b221-cbbf25ce2f84","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":"NmM0Yzc3MDZlZjMxZjE0OTlkOGIzNjQ4OTM0NzhiYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6345c706-76c8-4960-9e86-68dd8302ee0c","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":"3940446c-30b3-457a-a804-dfb7250e57b9","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":"0d5abfcd-490a-41c2-ba3f-de3c40f052f0","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":"ffc88844-a26a-4bfc-a403-10ab73fc5bd0","artifactVersion":"2","generatedFromUUID":"3940446c-30b3-457a-a804-dfb7250e57b9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGJhZjU3NGRhYTIyMGZjODRmYTJkYWU2NDdkMmZhMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ab2d3661-fb6a-4d6d-ade5-10b598d310a5","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzNjNmZjMDJiYTJiMjU5M2JlZTJhNmYxNzljNDM5NGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:32.726Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:33.728Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:33.729Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:33.729Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:33.729Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:34.732Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:35.735Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:35.735Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:35.735Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:35.736Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:36.738Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:36.739Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:36.739Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:36.740Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:37.741Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:37.742Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:37.742Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:37.743Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:38.747Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:38.748Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:38.748Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:38.748Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:39.749Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:39.751Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:39.752Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:39.753Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:38:40.763Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:38:40.764Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:40.765Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:40.765Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:41.769Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "0da4b886-93f6-4166-b4df-c721d406ed0c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c2ccca97-4669-403e-8de7-a1be722b480f",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a1909f14-6ae3-4633-8c40-cf4873bb2e96",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "149f3cf9-522a-44d6-9aa4-22706631ed46",
      "resourceInvariantUUID": "4ac12579-0e75-42f8-96ed-4389701cb380",
      "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": "f659495f-edf5-4318-b2c9-ba533d6b9f9b",
          "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": "9b50cc37-b359-42af-b221-cbbf25ce2f84",
          "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": "NmM0Yzc3MDZlZjMxZjE0OTlkOGIzNjQ4OTM0NzhiYzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6345c706-76c8-4960-9e86-68dd8302ee0c",
          "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": "3940446c-30b3-457a-a804-dfb7250e57b9",
          "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": "ffc88844-a26a-4bfc-a403-10ab73fc5bd0",
            "generatedFromUUID": "3940446c-30b3-457a-a804-dfb7250e57b9"
          },
          "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": "ffc88844-a26a-4bfc-a403-10ab73fc5bd0",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzNjNmZjMDJiYTJiMjU5M2JlZTJhNmYxNzljNDM5NGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T06:38:41.770Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:38:41.770Z|ed92ae7b-9d9f-4c5e-8eae-899425784de2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0da4b886-93f6-4166-b4df-c721d406ed0c ASDC
2023-01-18T06:38:41.771Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:5f8802b6-bc3c-4272-ad33-ab27c9eacd96
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:0da4b886-93f6-4166-b4df-c721d406ed0c
ServiceInvariantUUID:c2ccca97-4669-403e-8de7-a1be722b480f
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:3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce
ArtifactChecksum:YzNjNmZjMDJiYTJiMjU5M2JlZTJhNmYxNzljNDM5NGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a1909f14-6ae3-4633-8c40-cf4873bb2e96
ResourceInvariantUUID:4ac12579-0e75-42f8-96ed-4389701cb380
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:149f3cf9-522a-44d6-9aa4-22706631ed46
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:f659495f-edf5-4318-b2c9-ba533d6b9f9b
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:9b50cc37-b359-42af-b221-cbbf25ce2f84
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:6345c706-76c8-4960-9e86-68dd8302ee0c
ArtifactChecksum:NmM0Yzc3MDZlZjMxZjE0OTlkOGIzNjQ4OTM0NzhiYzE=
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:3940446c-30b3-457a-a804-dfb7250e57b9
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:ffc88844-a26a-4bfc-a403-10ab73fc5bd0
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:ffc88844-a26a-4bfc-a403-10ab73fc5bd0
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-18T06:38:41.773Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0da4b886-93f6-4166-b4df-c721d406ed0c 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-18T06:38:41.828Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:38:41.828Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:38:41.829Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-18T06:38:41.900Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce 74001
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:38:41.903Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:41.904Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:41.904Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023921903,
  "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-18T06:38:42.904Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:38:42.905Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:38:42.905Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3fd2621f-521f-45f8-a9eb-0bbf5f7bb2ce, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:42.906Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-18T06:38:42.906Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:42.906Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:43.025Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7592897637315562093/Definitions/service-BasicCnf-template.yml
2023-01-18T06:38:43.759Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:38:43.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.767Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.769Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.770Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.771Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.773Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.802Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.803Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.811Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.812Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.813Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023810512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023799547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.814Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023760592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023791919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.815Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023788431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023813289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.816Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023826610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023826998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.817Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023826676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023826304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.818Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023827300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023828003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.819Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023827683,
  "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=?
2023-01-18T06:38:43.826Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.826Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.834Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023827679,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.835Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.835Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "policy-distribution",
  "timestamp": 1674023829004,
  "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-18T06:38:43.839Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.840Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023828744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023829803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023829735,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023830740,
  "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-18T06:38:43.860Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.860Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.870Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.870Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023830876,
  "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-18T06:38:43.877Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.877Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.884Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.885Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023831879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.886Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.887Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.888Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.889Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023833541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.890Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.891Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.892Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023834543,
  "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-18T06:38:43.897Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
2023-01-18T06:38:43.897Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.906Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023828685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.907Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.908Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.909Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023830006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023836763,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.910Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023830508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.912Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023837767,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-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-18T06:38:43.925Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:43.925Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:43.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.933Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023838104,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023838660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.934Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023838769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.935Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023839107,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.936Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023838769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.937Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "policy-distribution",
  "timestamp": 1674023840108,
  "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-18T06:38:43.942Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:43.943Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:43.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.951Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023839863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:43.951Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.952Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023838769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.953Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023841109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.954Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023840866,
  "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-18T06:38:43.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:43.961Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:43.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.973Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023838769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.974Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023841109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.975Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.976Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023838769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023841109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.977Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023838769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023841109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.980Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023843623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.981Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023838769,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.982Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023841109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.983Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023841109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.984Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.985Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023845915,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.987Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023841109,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:43.988Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:43.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:43.988Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674023846920,
  "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-18T06:38:44.001Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:38:44.002Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:38:44.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.010Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023832886,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:44.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.011Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023848177,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023848009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.012Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023848387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:44.013Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023849179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.014Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023849067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.016Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023849389,
  "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-18T06:38:44.026Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:44.026Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:44.035Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.035Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "policy-distribution",
  "timestamp": 1674023850181,
  "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-18T06:38:44.040Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:38:44.040Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:38:44.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.047Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023850122,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.048Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023850508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.050Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023851187,
  "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-18T06:38:44.054Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:38:44.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:38:44.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.091Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023850508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.092Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023852052,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674023852217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:44.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023850508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.094Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.095Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.095Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023850508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023854027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.097Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023850508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.098Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.099Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.099Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023855032,
  "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-18T06:38:44.105Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4cc453c5-7f3e-453c-8231-5cda90ff6c61
2023-01-18T06:38:44.105Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:38:44.114Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.115Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023850508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.115Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.116Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.117Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.117Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674023850508,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023835545,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.118Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.119Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.119Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023857470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.121Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.122Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.122Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.122Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023843289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:38:44.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:38:44.124Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023863135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:38:44.124Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-18T06:38:44.223Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.224Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:38:44.225Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-18T06:38:44.226Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:44.227Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:44.228Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.229Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-18T06:38:44.229Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-18T06:38:44.229Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=96441540-d396-4350-98d0-763639d18dc6
2023-01-18T06:38:44.229Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.229Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.229Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.229Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.230Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.230Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.230Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:44.230Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:44.230Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:0da4b886-93f6-4166-b4df-c721d406ed0c
Model Version:NULL
Model InvariantUuid:c2ccca97-4669-403e-8de7-a1be722b480f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:693f450f-5803-4555-9b71-58d6403ad7d0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4ac12579-0e75-42f8-96ed-4389701cb380
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a1909f14-6ae3-4633-8c40-cf4873bb2e96
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:20660454-2212-4084-a372-7f611fb6dc62
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:48ee2a94-0f0d-47a7-9771-93e7f57370b9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:96441540-d396-4350-98d0-763639d18dc6
ModelInvariantUuid:7609f672-2e53-48e7-a59e-6c5194ac6b06
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:41cc8ade-beb8-4ddb-8805-e0cc729dc822
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8ebd89bc-5b09-4173-9dbb-3f8de8ac3043
ModelInvariantUuid:95f48482-c34b-4414-ac9c-94925f7ce250
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:cb4a5b89-269b-4d53-9fc7-9c14be242369
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-18T06:38:44.238Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 149f3cf9-522a-44d6-9aa4-22706631ed46
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-18T06:38:44.242Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||basic_cnf 0
2023-01-18T06:38:44.242Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 149f3cf9-522a-44d6-9aa4-22706631ed46
2023-01-18T06:38:44.242Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f659495f-edf5-4318-b2c9-ba533d6b9f9b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-18T06:38:44.242Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:38:44.242Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:44.294Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:38:44.295Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env f659495f-edf5-4318-b2c9-ba533d6b9f9b 12
2023-01-18T06:38:44.295Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:44.295Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:44.296Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:38:44.296Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:44.296Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:44.296Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023924295,
  "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-18T06:38:45.297Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9b50cc37-b359-42af-b221-cbbf25ce2f84 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-18T06:38:45.297Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:38:45.298Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:45.391Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:38:45.392Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9b50cc37-b359-42af-b221-cbbf25ce2f84 2688
2023-01-18T06:38:45.392Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:45.392Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:45.392Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:38:45.393Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:45.393Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:45.393Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023925392,
  "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-18T06:38:46.394Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6345c706-76c8-4960-9e86-68dd8302ee0c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-18T06:38:46.395Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:38:46.395Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:46.486Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:38:46.487Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6345c706-76c8-4960-9e86-68dd8302ee0c 828
2023-01-18T06:38:46.487Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:46.487Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:46.487Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:38:46.487Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:46.488Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:46.488Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023926487,
  "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-18T06:38:47.488Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "20660454-2212-4084-a372-7f611fb6dc62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "48ee2a94-0f0d-47a7-9771-93e7f57370b9",
    "vfModuleModelCustomizationUUID": "b129b922-2a33-4fd6-97e4-894b1228bf47",
    "isBase": true,
    "artifacts": [
      "9b50cc37-b359-42af-b221-cbbf25ce2f84",
      "3940446c-30b3-457a-a804-dfb7250e57b9",
      "ffc88844-a26a-4bfc-a403-10ab73fc5bd0"
    ],
    "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-18T06:38:47.493Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48ee2a94-0f0d-47a7-9771-93e7f57370b9
VfModuleModelInvariantUUID:20660454-2212-4084-a372-7f611fb6dc62
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b50cc37-b359-42af-b221-cbbf25ce2f84
,
3940446c-30b3-457a-a804-dfb7250e57b9
,
ffc88844-a26a-4bfc-a403-10ab73fc5bd0

}
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-18T06:38:47.495Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "20660454-2212-4084-a372-7f611fb6dc62",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "48ee2a94-0f0d-47a7-9771-93e7f57370b9",
    "vfModuleModelCustomizationUUID": "b129b922-2a33-4fd6-97e4-894b1228bf47",
    "isBase": true,
    "artifacts": [
      "9b50cc37-b359-42af-b221-cbbf25ce2f84",
      "3940446c-30b3-457a-a804-dfb7250e57b9",
      "ffc88844-a26a-4bfc-a403-10ab73fc5bd0"
    ],
    "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-18T06:38:47.495Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:48ee2a94-0f0d-47a7-9771-93e7f57370b9
VfModuleModelInvariantUUID:20660454-2212-4084-a372-7f611fb6dc62
VfModuleModelDescription:NULL
Artifacts UUID List:{
9b50cc37-b359-42af-b221-cbbf25ce2f84
,
3940446c-30b3-457a-a804-dfb7250e57b9
,
ffc88844-a26a-4bfc-a403-10ab73fc5bd0

}
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-18T06:38:47.495Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3940446c-30b3-457a-a804-dfb7250e57b9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-18T06:38:47.495Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:38:47.495Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:47.550Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:38:47.551Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 3940446c-30b3-457a-a804-dfb7250e57b9 1164
2023-01-18T06:38:47.551Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:47.551Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:47.552Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:38:47.552Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:47.552Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:47.553Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023927551,
  "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-18T06:38:48.555Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ffc88844-a26a-4bfc-a403-10ab73fc5bd0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-18T06:38:48.555Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:38:48.556Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:48.606Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:38:48.607Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ffc88844-a26a-4bfc-a403-10ab73fc5bd0 200
2023-01-18T06:38:48.607Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:48.607Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:48.607Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:38:48.608Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:48.608Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:48.608Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023928607,
  "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-18T06:38:49.609Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0da4b886-93f6-4166-b4df-c721d406ed0c
2023-01-18T06:38:49.609Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 149f3cf9-522a-44d6-9aa4-22706631ed46 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=?
2023-01-18T06:38:49.627Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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 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-18T06:38:49.632Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13ec8db2, org.onap.sdc.toscaparser.api.parameters.Input@1a8564ac, org.onap.sdc.toscaparser.api.parameters.Input@2095ecb1, org.onap.sdc.toscaparser.api.parameters.Input@27c18666, org.onap.sdc.toscaparser.api.parameters.Input@50371e31]
2023-01-18T06:38:49.634Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.634Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.634Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-18T06:38:49.635Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a1909f14-6ae3-4633-8c40-cf4873bb2e96
2023-01-18T06:38:49.635Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a1909f14-6ae3-4633-8c40-cf4873bb2e96 matches Tosca VF Customization UUID: a1909f14-6ae3-4633-8c40-cf4873bb2e96
2023-01-18T06:38:49.635Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a1909f14-6ae3-4633-8c40-cf4873bb2e96  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-18T06:38:49.637Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.638Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.638Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a1909f14-6ae3-4633-8c40-cf4873bb2e96: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-18T06:38:49.638Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@45806165
2023-01-18T06:38:49.638Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.639Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:38:49.639Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b129b922-2a33-4fd6-97e4-894b1228bf47
2023-01-18T06:38:49.639Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b129b922-2a33-4fd6-97e4-894b1228bf47
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-18T06:38:49.641Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.642Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:49.642Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:49.642Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.642Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:49.642Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:49.643Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.643Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-18T06:38:49.643Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-18T06:38:49.643Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=96441540-d396-4350-98d0-763639d18dc6
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-18T06:38:49.645Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.646Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:49.646Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:38:49.646Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.646Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-18T06:38:49.647Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a1909f14-6ae3-4633-8c40-cf4873bb2e96
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-18T06:38:49.648Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.648Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.649Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0da4b886-93f6-4166-b4df-c721d406ed0c: basic_cnf
2023-01-18T06:38:49.649Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.649Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.649Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.649Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.650Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.650Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.650Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.650Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.650Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:38:49.651Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:38:49.651Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:49.718Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 149f3cf9-522a-44d6-9aa4-22706631ed46 1 ASDC deployResourceStructure
2023-01-18T06:38:49.719Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:49.719Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:49.719Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-18T06:38:49.720Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:49.720Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:49.720Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023929718,
  "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-18T06:38:50.721Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:50.721Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:50.722Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-18T06:38:50.722Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:50.722Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:50.723Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023930721,
  "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-18T06:38:51.725Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:51.725Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:51.725Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:38:51.726Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:51.726Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:51.727Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023931725,
  "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-18T06:38:52.728Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:52.728Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:52.728Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:38:52.728Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:52.729Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:52.729Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023932728,
  "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-18T06:38:53.730Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:53.730Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:53.730Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:38:53.731Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:53.731Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:53.731Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023933729,
  "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-18T06:38:54.732Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:54.733Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||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-18T06:38:54.733Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:38:54.733Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:38:54.733Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:38:54.733Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023934732,
  "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-18T06:38:55.735Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:38:55.753Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f8802b6-bc3c-4272-ad33-ab27c9eacd96
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-18T06:38:55.762Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:38:55.763Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:38:55.763Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:38:55.763Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:38:55.763Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:55.763Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:55.764Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:55.764Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:55.764Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:38:55.764Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T06:38:55.771Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:39:25.773Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 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-18T06:39:25.785Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 and serviceModelVersionId: 0da4b886-93f6-4166-b4df-c721d406ed0c
2023-01-18T06:39:25.785Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2ccca97-4669-403e-8de7-a1be722b480f
2023-01-18T06:39:25.787Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0
2023-01-18T06:39:25.797Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:39:25.907Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0|INFO|500||Invoke
2023-01-18T06:39:25.908Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f8802b6-bc3c-4272-ad33-ab27c9eacd96], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2f619e4f-9ab7-421e-9094-590698767478], X-ECOMP-RequestID=[5f8802b6-bc3c-4272-ad33-ab27c9eacd96], X-TransactionId=[], X-ONAP-RequestID=[5f8802b6-bc3c-4272-ad33-ab27c9eacd96], Content-Type=[application/merge-patch+json]}
2023-01-18T06:39:25.936Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T06:39:26.036Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?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/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:39:25 GMT], content-length=[0], vertex-id=[196752], x-aai-txid=[2-aai-resources-230118-06:39:25:798-99362], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:39:26.037Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:39:26.038Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2ccca97-4669-403e-8de7-a1be722b480f/model-vers/model-ver/0da4b886-93f6-4166-b4df-c721d406ed0c?depth=0|INFO|500||InvokeReturn
2023-01-18T06:39:26.038Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:39:26.038Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-18T06:39:26.046Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-18T06:39:26.047Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f8802b6-bc3c-4272-ad33-ab27c9eacd96 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:39:26.047Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:39:26.048Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:26.048Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:26.049Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023966047,
  "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-18T06:39:27.067Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-18T06:39:27.067Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"4cc453c5-7f3e-453c-8231-5cda90ff6c61","serviceName":"Demo_pNF_jcezdfV2mNolnLctGGnP","serviceVersion":"1.0","serviceUUID":"fe235cc8-5283-4260-81d3-0b9092b3ce9e","serviceDescription":"catalog service description","serviceInvariantUUID":"ceda4eff-4396-42c5-b172-61b9af47b128","resources":[{"resourceInstanceName":"pNF 97a5d4cd-a995 0","resourceName":"pNF 97a5d4cd-a995","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"75aeb60d-71bf-4427-9c6b-6541e56e3339","resourceInvariantUUID":"fb5390aa-0790-45df-967f-c6b67da601e3","resourceCustomizationUUID":"b1bc4b02-73dc-4082-b61f-56409ba742ce","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml","artifactChecksum":"NDc4NTdlOTUzZDhjNTRhNDEwZTE5ZTQ3ZjJjZTdlNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28543f62-100d-4e94-95df-718cef2299cf","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar","artifactChecksum":"NDJlZDcxYTk5NGNmMzczNzJhYWU3YjBmNTE4NDkwMjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a6ef103c-f5b0-48eb-9e0e-32f963da0edb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"635a8fb2-b16b-42a9-9808-cfeca17de295","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml","artifactChecksum":"ZjViN2I5YTFjMTNiNTdhNzgxMjg1NDJkYmUyYmVkMDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb22de8a-ac63-457c-a550-c075301bfc51","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f82d614-a9e7-4a35-b57e-4f7b4cc2c8d5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c16a7cac-e8f9-43ee-9a6f-6c75e1fb3f81","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJcezdfv2mnolnlctggnp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml","artifactChecksum":"ODNmYzAxMGZiZTNiZDM4MDc2MjBiNTJhN2RlMzU2Mjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e941e65d-7f59-402c-a202-f4956e7050dd","artifactVersion":"1"},{"artifactName":"service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar","artifactChecksum":"MzEzOWViM2U4YmJiNWM1MDI0YzJmYjdkZDNmODMyZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6ad83f8-d2d9-4ef4-a531-1e03d1e7a66f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:39:27.068Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:27.069Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:27.069Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:27.069Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:28.070Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:28.071Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:28.071Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:28.071Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:29.072Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:29.073Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:29.073Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:29.073Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:30.074Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:30.074Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:30.075Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:30.075Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:31.076Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:31.076Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:31.076Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:31.077Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:32.078Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:32.079Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:32.079Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:32.079Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:33.079Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:33.080Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:33.080Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:33.080Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:34.081Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:39:34.082Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:34.082Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:34.082Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:35.083Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "serviceName": "Demo_pNF_jcezdfV2mNolnLctGGnP",
  "serviceVersion": "1.0",
  "serviceUUID": "fe235cc8-5283-4260-81d3-0b9092b3ce9e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ceda4eff-4396-42c5-b172-61b9af47b128",
  "resources": [
    {
      "resourceInstanceName": "pNF 97a5d4cd-a995 0",
      "resourceCustomizationUUID": "b1bc4b02-73dc-4082-b61f-56409ba742ce",
      "resourceName": "pNF 97a5d4cd-a995",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "75aeb60d-71bf-4427-9c6b-6541e56e3339",
      "resourceInvariantUUID": "fb5390aa-0790-45df-967f-c6b67da601e3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
      "artifactChecksum": "MzEzOWViM2U4YmJiNWM1MDI0YzJmYjdkZDNmODMyZGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6ad83f8-d2d9-4ef4-a531-1e03d1e7a66f"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T06:39:35.083Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:39:35.084Z|5f8802b6-bc3c-4272-ad33-ab27c9eacd96|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fe235cc8-5283-4260-81d3-0b9092b3ce9e ASDC
2023-01-18T06:39:35.084Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4cc453c5-7f3e-453c-8231-5cda90ff6c61
ServiceName:Demo_pNF_jcezdfV2mNolnLctGGnP
ServiceVersion:1.0
ServiceUUID:fe235cc8-5283-4260-81d3-0b9092b3ce9e
ServiceInvariantUUID:ceda4eff-4396-42c5-b172-61b9af47b128
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
ArtifactUUID:b6ad83f8-d2d9-4ef4-a531-1e03d1e7a66f
ArtifactChecksum:MzEzOWViM2U4YmJiNWM1MDI0YzJmYjdkZDNmODMyZGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 97a5d4cd-a995 0
ResourceCustomizationUUID:b1bc4b02-73dc-4082-b61f-56409ba742ce
ResourceInvariantUUID:fb5390aa-0790-45df-967f-c6b67da601e3
ResourceName:pNF 97a5d4cd-a995
ResourceType:PNF
ResourceUUID:75aeb60d-71bf-4427-9c6b-6541e56e3339
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-18T06:39:35.084Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe235cc8-5283-4260-81d3-0b9092b3ce9e 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-18T06:39:35.112Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:39:35.113Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:39:35.113Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:39:35.114Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b6ad83f8-d2d9-4ef4-a531-1e03d1e7a66f from URL: /sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:35.114Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:39:35.114Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:35.205Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:39:35.211Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar b6ad83f8-d2d9-4ef4-a531-1e03d1e7a66f 88006
2023-01-18T06:39:35.212Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar ASDC sendASDCNotification
2023-01-18T06:39:35.212Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:35.212Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:39:35.213Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:35.213Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:35.213Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023975212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:36.214Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:39:36.215Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:39:36.216Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b6ad83f8-d2d9-4ef4-a531-1e03d1e7a66f, URL: /sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar to file: /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:36.216Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:36.217Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:36.217Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:36.385Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12180003601027464041/Definitions/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml
2023-01-18T06:39:37.419Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:39:37.419Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:39:37.419Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.419Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 97a5d4cd-a995 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-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.420Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Node template pNF 97a5d4cd-a995 0 is matching search criteria
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 97a5d4cd-a995 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Node template pNF 97a5d4cd-a995 0 is matching search criteria
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:39:37.421Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 97a5d4cd-a995 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.422Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.423Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.423Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.423Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jcezdfV2mNolnLctGGnP
Description:catalog service description
Model UUID:fe235cc8-5283-4260-81d3-0b9092b3ce9e
Model Version:NULL
Model InvariantUuid:ceda4eff-4396-42c5-b172-61b9af47b128
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-18T06:39:37.432Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 75aeb60d-71bf-4427-9c6b-6541e56e3339
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-18T06:39:37.435Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||pNF 97a5d4cd-a995 0
2023-01-18T06:39:37.435Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 75aeb60d-71bf-4427-9c6b-6541e56e3339
2023-01-18T06:39:37.435Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||No resources found for Service: fe235cc8-5283-4260-81d3-0b9092b3ce9e
2023-01-18T06:39:37.436Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fe235cc8-5283-4260-81d3-0b9092b3ce9e
2023-01-18T06:39:37.436Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 97a5d4cd-a995 0 75aeb60d-71bf-4427-9c6b-6541e56e3339 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-18T06:39:37.440Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a3d4709, org.onap.sdc.toscaparser.api.parameters.Input@211fd366, org.onap.sdc.toscaparser.api.parameters.Input@ac3b80b, org.onap.sdc.toscaparser.api.parameters.Input@1ba7f498, org.onap.sdc.toscaparser.api.parameters.Input@6b52edea]
2023-01-18T06:39:37.440Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.441Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.441Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fe235cc8-5283-4260-81d3-0b9092b3ce9e: pNF 97a5d4cd-a995
2023-01-18T06:39:37.442Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Processing PNF resource: 75aeb60d-71bf-4427-9c6b-6541e56e3339
2023-01-18T06:39:37.442Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:39:37.442Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_jcezdfV2mNolnLctGGnP is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:39:37.442Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Resource customization UUID: b1bc4b02-73dc-4082-b61f-56409ba742ce is the same as notified resource customizationUUID: b1bc4b02-73dc-4082-b61f-56409ba742ce
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-18T06:39:37.482Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 97a5d4cd-a995 75aeb60d-71bf-4427-9c6b-6541e56e3339 0 ASDC deployResourceStructure
2023-01-18T06:39:37.483Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar ASDC sendASDCNotification
2023-01-18T06:39:37.483Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar
2023-01-18T06:39:37.483Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:39:37.484Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:39:37.484Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:39:37.484Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023977483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:38.486Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4cc453c5-7f3e-453c-8231-5cda90ff6c61
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:39:38.501Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4cc453c5-7f3e-453c-8231-5cda90ff6c61
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-18T06:39:38.505Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:39:38.506Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:39:38.506Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:39:38.506Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:39:38.507Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:39:38.507Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:39:38.507Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:39:38.508Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:39:38.508Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:39:38.509Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:39:38.509Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T06:39:38.514Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:39:43.756Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:39:43.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.762Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023864203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:39:43.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.765Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "aai-model-loader",
  "timestamp": 1674023865205,
  "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-18T06:39:43.772Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:39:43.772Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:39:43.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023865523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:39:43.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674023866527,
  "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-18T06:39:43.787Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
2023-01-18T06:39:43.787Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:39:43.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "ed92ae7b-9d9f-4c5e-8eae-899425784de2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023911695,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-18T06:39:43.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:39:43.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-18T06:39:43.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:39:43.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.799Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:39:43.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:39:43.799Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T06:39:43.799Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023921903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:39:43.799Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:08.515Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4cc453c5-7f3e-453c-8231-5cda90ff6c61 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-18T06:40:08.520Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4cc453c5-7f3e-453c-8231-5cda90ff6c61 and serviceModelVersionId: fe235cc8-5283-4260-81d3-0b9092b3ce9e
2023-01-18T06:40:08.520Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ceda4eff-4396-42c5-b172-61b9af47b128
2023-01-18T06:40:08.521Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0
2023-01-18T06:40:08.525Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:40:08.568Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0|INFO|500||Invoke
2023-01-18T06:40:08.568Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4cc453c5-7f3e-453c-8231-5cda90ff6c61], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a7597ef1-4c1c-4ee6-9c8d-41345120de71], X-ECOMP-RequestID=[4cc453c5-7f3e-453c-8231-5cda90ff6c61], X-TransactionId=[], X-ONAP-RequestID=[4cc453c5-7f3e-453c-8231-5cda90ff6c61], Content-Type=[application/merge-patch+json]}
2023-01-18T06:40:08.589Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T06:40:08.682Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?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/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:40:08 GMT], content-length=[0], vertex-id=[213184], x-aai-txid=[2-aai-resources-230118-06:40:08:450-88276], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:40:08.683Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:40:08.684Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceda4eff-4396-42c5-b172-61b9af47b128/model-vers/model-ver/fe235cc8-5283-4260-81d3-0b9092b3ce9e?depth=0|INFO|500||InvokeReturn
2023-01-18T06:40:08.684Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:40:08.684Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-18T06:40:08.689Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-18T06:40:08.689Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4cc453c5-7f3e-453c-8231-5cda90ff6c61 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:40:08.690Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:40:08.690Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:08.690Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:08.690Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024008689,
  "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-18T06:40:09.704Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-01-18T06:40:09.704Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"c1ead363-7f79-4852-b5bb-3fc3baa5d4c2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a054a432-91b9-4c17-bdde-c68ecd0b97ee","serviceDescription":"service","serviceInvariantUUID":"4fd2839e-1cb7-434c-8198-776d08cf214a","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"99ca860e-87b2-4243-858f-d14beab6b2ff","resourceInvariantUUID":"daf25918-f1c4-4de2-8021-f8597948594b","resourceCustomizationUUID":"b5d963a6-514a-415e-98e9-3ec792873b90","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":"ZDdiYWU4MzU2OThmZDg2MDljNWNmNmY0ZTk5ZWZkMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"696fea63-8135-491a-b3dc-be4d276a5e59","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":"MzEzMGFiYzIxZmZiNGE2MmU5NDFjZTc1OTY0ZjE2Mzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a4b305d6-edbe-4ec0-9756-ac9c257ad7ef","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":"3703d519-120c-43ff-9430-c53b4b84b374","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":"56477810-40fa-4380-a782-de97cb1890a2","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":"3c75c558-8bad-493b-970b-1cb617339fef","artifactVersion":"2","generatedFromUUID":"3703d519-120c-43ff-9430-c53b4b84b374"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YTNmNDgxZjRjOGYzZDZiY2MxY2Q1NTFhYmM1MzUwMzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"88006769-766d-413c-98ee-3845abb50e7b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWEyNTA4MGQyY2JmNGU4MjYzMWQzYjcyYTkwMDYwZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a328eb9-9fb7-40ca-b7ea-f855ddd78d2c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:40:09.704Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:40:09.705Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:09.705Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:09.705Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:40:10.706Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:40:10.707Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:10.707Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:10.707Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:40:11.709Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:40:11.709Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:11.709Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:11.709Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:40:12.711Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:40:12.711Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:12.711Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:12.711Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:40:13.712Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:40:13.713Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:13.713Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:13.713Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:40:14.714Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:40:14.715Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:14.715Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:14.715Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "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-18T06:40:15.716Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:40:15.716Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:15.717Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:15.717Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:40:16.719Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a054a432-91b9-4c17-bdde-c68ecd0b97ee",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4fd2839e-1cb7-434c-8198-776d08cf214a",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "b5d963a6-514a-415e-98e9-3ec792873b90",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "99ca860e-87b2-4243-858f-d14beab6b2ff",
      "resourceInvariantUUID": "daf25918-f1c4-4de2-8021-f8597948594b",
      "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": "MzEzMGFiYzIxZmZiNGE2MmU5NDFjZTc1OTY0ZjE2Mzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a4b305d6-edbe-4ec0-9756-ac9c257ad7ef",
          "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": "3703d519-120c-43ff-9430-c53b4b84b374",
          "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": "3c75c558-8bad-493b-970b-1cb617339fef",
            "generatedFromUUID": "3703d519-120c-43ff-9430-c53b4b84b374"
          },
          "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": "3c75c558-8bad-493b-970b-1cb617339fef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWEyNTA4MGQyY2JmNGU4MjYzMWQzYjcyYTkwMDYwZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a328eb9-9fb7-40ca-b7ea-f855ddd78d2c"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T06:40:16.720Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:40:16.720Z|4cc453c5-7f3e-453c-8231-5cda90ff6c61|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a054a432-91b9-4c17-bdde-c68ecd0b97ee ASDC
2023-01-18T06:40:16.720Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a054a432-91b9-4c17-bdde-c68ecd0b97ee
ServiceInvariantUUID:4fd2839e-1cb7-434c-8198-776d08cf214a
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:9a328eb9-9fb7-40ca-b7ea-f855ddd78d2c
ArtifactChecksum:YWEyNTA4MGQyY2JmNGU4MjYzMWQzYjcyYTkwMDYwZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:b5d963a6-514a-415e-98e9-3ec792873b90
ResourceInvariantUUID:daf25918-f1c4-4de2-8021-f8597948594b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:99ca860e-87b2-4243-858f-d14beab6b2ff
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:a4b305d6-edbe-4ec0-9756-ac9c257ad7ef
ArtifactChecksum:MzEzMGFiYzIxZmZiNGE2MmU5NDFjZTc1OTY0ZjE2Mzk=
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:3703d519-120c-43ff-9430-c53b4b84b374
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:3c75c558-8bad-493b-970b-1cb617339fef
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:3c75c558-8bad-493b-970b-1cb617339fef
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-18T06:40:16.720Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a054a432-91b9-4c17-bdde-c68ecd0b97ee 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-18T06:40:16.760Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:40:16.761Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:40:16.761Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:40:16.762Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9a328eb9-9fb7-40ca-b7ea-f855ddd78d2c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-18T06:40:16.762Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:40:16.762Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-18T06:40:16.876Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:40:16.881Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9a328eb9-9fb7-40ca-b7ea-f855ddd78d2c 75200
2023-01-18T06:40:16.881Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:16.881Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:16.881Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:40:16.882Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:16.882Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:16.882Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024016881,
  "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-18T06:40:17.882Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:40:17.883Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-01-18T06:40:17.883Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9a328eb9-9fb7-40ca-b7ea-f855ddd78d2c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:17.883Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-18T06:40:17.884Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:17.884Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:18.009Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16859423472264023995/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-18T06:40:19.270Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:40:19.270Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:40:19.270Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:19.270Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-18T06:40:19.270Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:19.271Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:19.272Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:40:19.272Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:40:19.272Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.272Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:19.272Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:19.272Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-01-18T06:40:19.273Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:40:19.273Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.273Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:19.273Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.273Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-18T06:40:19.273Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-18T06:40:19.273Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-18T06:40:19.274Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-18T06:40:19.274Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-18T06:40:19.274Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T06:40:19.274Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.274Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:40:19.274Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.274Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:19.275Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:40:19.275Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.275Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:19.275Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:40:19.275Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.275Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:19.276Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:40:19.276Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.276Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-18T06:40:19.276Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-18T06:40:19.276Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-18T06:40:19.276Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6954ee8d-ff59-4b02-9d4b-d9bce4ca6d01
2023-01-18T06:40:19.276Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.277Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:19.277Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.277Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:19.277Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.277Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:19.277Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:19.277Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:19.278Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a054a432-91b9-4c17-bdde-c68ecd0b97ee
Model Version:NULL
Model InvariantUuid:4fd2839e-1cb7-434c-8198-776d08cf214a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:af5a392b-b3bc-44ba-b9a0-f4338d8fcb6e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:daf25918-f1c4-4de2-8021-f8597948594b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b5d963a6-514a-415e-98e9-3ec792873b90
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8fd11555-86b2-4125-b6ff-ca145f4dd811
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:47415a76-da09-4418-8c29-fc8facf7077f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6954ee8d-ff59-4b02-9d4b-d9bce4ca6d01
ModelInvariantUuid:20833154-f43d-4b39-a180-2121c1a1ffe8
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6741653a-52c7-42b9-af14-2712ac67fab7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2136ab26-284e-4b52-b4ce-82864983a0f4
ModelInvariantUuid:01279501-42be-4d29-92f2-f523a89d38db
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:e3861d01-bdd1-443e-a739-7c0f2b300c84
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-18T06:40:19.288Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 99ca860e-87b2-4243-858f-d14beab6b2ff
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-18T06:40:19.292Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||basic_vm 0
2023-01-18T06:40:19.292Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 99ca860e-87b2-4243-858f-d14beab6b2ff
2023-01-18T06:40:19.292Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4b305d6-edbe-4ec0-9756-ac9c257ad7ef from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-18T06:40:19.292Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:40:19.292Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:19.344Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:40:19.344Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a4b305d6-edbe-4ec0-9756-ac9c257ad7ef 787
2023-01-18T06:40:19.345Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:19.345Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:19.345Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:40:19.345Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:19.345Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:19.345Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024019344,
  "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-18T06:40:20.346Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8fd11555-86b2-4125-b6ff-ca145f4dd811",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "47415a76-da09-4418-8c29-fc8facf7077f",
    "vfModuleModelCustomizationUUID": "5f44ac49-7564-45ac-8366-8d999b039d9b",
    "isBase": true,
    "artifacts": [
      "3703d519-120c-43ff-9430-c53b4b84b374",
      "3c75c558-8bad-493b-970b-1cb617339fef"
    ],
    "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-18T06:40:20.350Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47415a76-da09-4418-8c29-fc8facf7077f
VfModuleModelInvariantUUID:8fd11555-86b2-4125-b6ff-ca145f4dd811
VfModuleModelDescription:NULL
Artifacts UUID List:{
3703d519-120c-43ff-9430-c53b4b84b374
,
3c75c558-8bad-493b-970b-1cb617339fef

}
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-18T06:40:20.352Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8fd11555-86b2-4125-b6ff-ca145f4dd811",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "47415a76-da09-4418-8c29-fc8facf7077f",
    "vfModuleModelCustomizationUUID": "5f44ac49-7564-45ac-8366-8d999b039d9b",
    "isBase": true,
    "artifacts": [
      "3703d519-120c-43ff-9430-c53b4b84b374",
      "3c75c558-8bad-493b-970b-1cb617339fef"
    ],
    "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-18T06:40:20.352Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:47415a76-da09-4418-8c29-fc8facf7077f
VfModuleModelInvariantUUID:8fd11555-86b2-4125-b6ff-ca145f4dd811
VfModuleModelDescription:NULL
Artifacts UUID List:{
3703d519-120c-43ff-9430-c53b4b84b374
,
3c75c558-8bad-493b-970b-1cb617339fef

}
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-18T06:40:20.352Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3703d519-120c-43ff-9430-c53b4b84b374 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-18T06:40:20.352Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:40:20.352Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:20.422Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:40:20.423Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3703d519-120c-43ff-9430-c53b4b84b374 5033
2023-01-18T06:40:20.423Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:20.423Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:20.423Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:40:20.423Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:20.423Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:20.423Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024020423,
  "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-18T06:40:21.424Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3c75c558-8bad-493b-970b-1cb617339fef from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-18T06:40:21.424Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-01-18T06:40:21.425Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:21.475Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-01-18T06:40:21.476Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3c75c558-8bad-493b-970b-1cb617339fef 903
2023-01-18T06:40:21.476Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:21.476Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:21.476Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:40:21.476Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:21.477Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:21.477Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024021476,
  "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-18T06:40:22.477Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a054a432-91b9-4c17-bdde-c68ecd0b97ee
2023-01-18T06:40:22.478Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 99ca860e-87b2-4243-858f-d14beab6b2ff 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-18T06:40:22.493Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2907d5e7, org.onap.sdc.toscaparser.api.parameters.Input@1ec6ed91, org.onap.sdc.toscaparser.api.parameters.Input@4b5100bb, org.onap.sdc.toscaparser.api.parameters.Input@8976c00, org.onap.sdc.toscaparser.api.parameters.Input@1fa82818]
2023-01-18T06:40:22.494Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.495Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.495Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-01-18T06:40:22.495Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= b5d963a6-514a-415e-98e9-3ec792873b90
2023-01-18T06:40:22.495Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5d963a6-514a-415e-98e9-3ec792873b90 matches Tosca VF Customization UUID: b5d963a6-514a-415e-98e9-3ec792873b90
2023-01-18T06:40:22.495Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: b5d963a6-514a-415e-98e9-3ec792873b90  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-18T06:40:22.497Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.498Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.498Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id b5d963a6-514a-415e-98e9-3ec792873b90: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-18T06:40:22.498Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4678fb64
2023-01-18T06:40:22.499Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.499Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T06:40:22.499Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5f44ac49-7564-45ac-8366-8d999b039d9b
2023-01-18T06:40:22.499Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5f44ac49-7564-45ac-8366-8d999b039d9b
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-18T06:40:22.501Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.501Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:22.502Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:40:22.502Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.502Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:22.502Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:40:22.503Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.503Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-18T06:40:22.503Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-18T06:40:22.503Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-18T06:40:22.503Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6954ee8d-ff59-4b02-9d4b-d9bce4ca6d01
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-18T06:40:22.505Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.505Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:22.506Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T06:40:22.506Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.506Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-18T06:40:22.506Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b5d963a6-514a-415e-98e9-3ec792873b90
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-18T06:40:22.508Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.508Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.508Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a054a432-91b9-4c17-bdde-c68ecd0b97ee: basic_vm
2023-01-18T06:40:22.509Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.509Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.509Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.509Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.509Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.510Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.510Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.510Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.510Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:40:22.510Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:40:22.511Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:22.577Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 99ca860e-87b2-4243-858f-d14beab6b2ff 1 ASDC deployResourceStructure
2023-01-18T06:40:22.577Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:22.577Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:22.577Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:40:22.578Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:22.578Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:22.578Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024022577,
  "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-18T06:40:23.579Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:23.579Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:23.579Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:40:23.580Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:23.580Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:23.580Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024023579,
  "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-18T06:40:24.581Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:24.581Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:24.581Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:40:24.582Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:24.582Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:24.582Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024024581,
  "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-18T06:40:25.583Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:25.583Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||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-18T06:40:25.583Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:40:25.584Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:25.584Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:25.584Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024025583,
  "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-18T06:40:26.585Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:40:26.594Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c1ead363-7f79-4852-b5bb-3fc3baa5d4c2
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-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:40:26.597Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T06:40:26.603Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:40:43.756Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:40:43.759Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.759Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023924295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023925392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023926487,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023927551,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023928607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023929718,
  "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-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023930721,
  "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-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023931725,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023932728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023933729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023934732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "5f8802b6-bc3c-4272-ad33-ab27c9eacd96",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023966047,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:40:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/resourceInstances/pnf97a5d4cda9950/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:40:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023975212,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:40:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:40:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023977483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJcezdfv2mnolnlctggnp/1.0/artifacts/service-DemoPnfJcezdfv2mnolnlctggnp-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:40:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:40:56.603Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 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-18T06:40:56.608Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 and serviceModelVersionId: a054a432-91b9-4c17-bdde-c68ecd0b97ee
2023-01-18T06:40:56.608Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4fd2839e-1cb7-434c-8198-776d08cf214a
2023-01-18T06:40:56.609Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0
2023-01-18T06:40:56.612Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:40:56.654Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0|INFO|500||Invoke
2023-01-18T06:40:56.655Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c1ead363-7f79-4852-b5bb-3fc3baa5d4c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52553f01-fe09-495a-946b-81a785c16327], X-ECOMP-RequestID=[c1ead363-7f79-4852-b5bb-3fc3baa5d4c2], X-TransactionId=[], X-ONAP-RequestID=[c1ead363-7f79-4852-b5bb-3fc3baa5d4c2], Content-Type=[application/merge-patch+json]}
2023-01-18T06:40:56.681Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T06:40:56.775Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?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/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:40:56 GMT], content-length=[0], vertex-id=[208952], x-aai-txid=[1-aai-resources-230118-06:40:56:542-32392], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:40:56.776Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:40:56.777Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4fd2839e-1cb7-434c-8198-776d08cf214a/model-vers/model-ver/a054a432-91b9-4c17-bdde-c68ecd0b97ee?depth=0|INFO|500||InvokeReturn
2023-01-18T06:40:56.779Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:40:56.779Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-18T06:40:56.785Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-18T06:40:56.785Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c1ead363-7f79-4852-b5bb-3fc3baa5d4c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:40:56.785Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:40:56.786Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:40:56.786Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:40:56.786Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024056785,
  "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-18T06:40:57.799Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:41:43.756Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:41:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "4cc453c5-7f3e-453c-8231-5cda90ff6c61",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024008689,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:41:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:41:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T06:41:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:41:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:41:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-18T06:41:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:41:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674023912711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:41:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024016881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:41:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024019344,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:41:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024020423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:41:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024021476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:41:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024022577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T06:41:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024023579,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T06:41:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024024581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-18T06:41:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:41:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024025583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:41:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:41:57.800Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:42:43.756Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:42:43.758Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:42:43.758Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "c1ead363-7f79-4852-b5bb-3fc3baa5d4c2",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024056785,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:42:43.759Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:42:57.801Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:43:43.756Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:43:57.801Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:44:43.757Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:44:57.803Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:45:43.758Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:45:57.804Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:46:43.758Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:46:57.804Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:47:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:47:57.806Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:48:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:52.122Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T06:48:52.122Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {"distributionID":"d5aee9a7-05fd-4ac4-b68d-558c1575b9ca","serviceName":"Demo_pNF_ssGnPGe4uQUgkJrf0M6e","serviceVersion":"1.0","serviceUUID":"1df172f8-a5d5-4807-8222-c1ceb066ca77","serviceDescription":"catalog service description","serviceInvariantUUID":"feeb0bab-1708-4b85-a4bb-d28dc34136c0","resources":[{"resourceInstanceName":"pNF 5c8539c0-6e6f 0","resourceName":"pNF 5c8539c0-6e6f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cca3b80e-f12a-4357-a77d-e176dca46236","resourceInvariantUUID":"59f71a4c-b86d-468a-b8a5-c9ff48ad26c7","resourceCustomizationUUID":"42f2890e-8b1e-4dd7-a5f0-9f58211fe27d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml","artifactChecksum":"Y2ZiYzQyM2U0N2I4ZjhhODYxNmI5NDE3ZmQyZTQ1N2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc99e2a8-975c-4465-a45e-7af0a8297ce5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar","artifactChecksum":"NDJlZDcxYTk5NGNmMzczNzJhYWU3YjBmNTE4NDkwMjA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0956fa3d-6ad4-453a-a054-c0e95e6b7625","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"40a73ed7-709c-4143-b7c3-cfb8b8a12de5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml","artifactChecksum":"YjU5ZDNmZjAyOGMwZjJlZTQ0NWM2MzE5OWIwNzcwMWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1b350257-9a3a-4126-b5a6-16d420e89399","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a55236d-6da9-4a63-8231-4f59788e920f","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2383b11e-c180-47bd-ae08-3f9005acf5ec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml","artifactChecksum":"YTE5NWJkYWIzOTk5NWE4MzE2NjY5NzVjZWJiNGRkYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"924ad003-2886-4e54-a3df-43d68cd6c1a7","artifactVersion":"1"},{"artifactName":"service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar","artifactChecksum":"NjJlZTNiZDBiODRhYjM1YzEyNTRkYTE3Mjc0NTg1NjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e967232-9595-4ec7-b400-615b5a7a0449","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T06:48:52.125Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:52.126Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:52.126Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:52.126Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:52.142Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:48:52.143Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:48:52.143Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:48:53.134Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:53.135Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:53.135Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:53.135Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:54.137Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:54.138Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:54.138Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:54.138Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:55.140Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:55.140Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:55.141Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:55.141Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:56.142Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:56.143Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:56.143Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:56.144Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:57.145Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:57.146Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:57.146Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:57.146Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:58.147Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:58.147Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:58.147Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:58.148Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:48:59.148Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T06:48:59.149Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:48:59.149Z||pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:48:59.149Z||pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:49:00.150Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "serviceName": "Demo_pNF_ssGnPGe4uQUgkJrf0M6e",
  "serviceVersion": "1.0",
  "serviceUUID": "1df172f8-a5d5-4807-8222-c1ceb066ca77",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "feeb0bab-1708-4b85-a4bb-d28dc34136c0",
  "resources": [
    {
      "resourceInstanceName": "pNF 5c8539c0-6e6f 0",
      "resourceCustomizationUUID": "42f2890e-8b1e-4dd7-a5f0-9f58211fe27d",
      "resourceName": "pNF 5c8539c0-6e6f",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cca3b80e-f12a-4357-a77d-e176dca46236",
      "resourceInvariantUUID": "59f71a4c-b86d-468a-b8a5-c9ff48ad26c7",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
      "artifactChecksum": "NjJlZTNiZDBiODRhYjM1YzEyNTRkYTE3Mjc0NTg1NjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e967232-9595-4ec7-b400-615b5a7a0449"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T06:49:00.151Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T06:49:00.151Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1df172f8-a5d5-4807-8222-c1ceb066ca77 ASDC
2023-01-18T06:49:00.151Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
ServiceName:Demo_pNF_ssGnPGe4uQUgkJrf0M6e
ServiceVersion:1.0
ServiceUUID:1df172f8-a5d5-4807-8222-c1ceb066ca77
ServiceInvariantUUID:feeb0bab-1708-4b85-a4bb-d28dc34136c0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
ArtifactUUID:7e967232-9595-4ec7-b400-615b5a7a0449
ArtifactChecksum:NjJlZTNiZDBiODRhYjM1YzEyNTRkYTE3Mjc0NTg1NjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5c8539c0-6e6f 0
ResourceCustomizationUUID:42f2890e-8b1e-4dd7-a5f0-9f58211fe27d
ResourceInvariantUUID:59f71a4c-b86d-468a-b8a5-c9ff48ad26c7
ResourceName:pNF 5c8539c0-6e6f
ResourceType:PNF
ResourceUUID:cca3b80e-f12a-4357-a77d-e176dca46236
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-18T06:49:00.151Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1df172f8-a5d5-4807-8222-c1ceb066ca77 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-18T06:49:00.179Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:49:00.180Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-18T06:49:00.180Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-18T06:49:00.180Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7e967232-9595-4ec7-b400-615b5a7a0449 from URL: /sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:00.181Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||DistributionClient - download
2023-01-18T06:49:00.181Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:00.296Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2023-01-18T06:49:00.301Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar 7e967232-9595-4ec7-b400-615b5a7a0449 88011
2023-01-18T06:49:00.301Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar ASDC sendASDCNotification
2023-01-18T06:49:00.301Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:00.302Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T06:49:00.302Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:49:00.302Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:49:00.302Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024540301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:49:01.303Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T06:49:01.304Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2023-01-18T06:49:01.305Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7e967232-9595-4ec7-b400-615b5a7a0449, URL: /sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar to file: /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:01.305Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:01.306Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:01.306Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:01.462Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1676783654472101228/Definitions/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml
2023-01-18T06:49:02.320Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T06:49:02.321Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-18T06:49:02.321Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.321Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-18T06:49:02.321Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5c8539c0-6e6f 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-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.321Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.321Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.322Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.322Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.322Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.322Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.322Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||WARN|500||####################################################################################################
2023-01-18T06:49:02.323Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.323Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.323Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Node template pNF 5c8539c0-6e6f 0 is matching search criteria
2023-01-18T06:49:02.323Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-18T06:49:02.324Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5c8539c0-6e6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:49:02.324Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.324Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.324Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Node template pNF 5c8539c0-6e6f 0 is matching search criteria
2023-01-18T06:49:02.325Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2023-01-18T06:49:02.325Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 5c8539c0-6e6f 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T06:49:02.325Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.325Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.326Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.326Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.326Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.326Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.327Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.327Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.327Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.327Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.327Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ssGnPGe4uQUgkJrf0M6e
Description:catalog service description
Model UUID:1df172f8-a5d5-4807-8222-c1ceb066ca77
Model Version:NULL
Model InvariantUuid:feeb0bab-1708-4b85-a4bb-d28dc34136c0
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-18T06:49:02.338Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: cca3b80e-f12a-4357-a77d-e176dca46236
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-18T06:49:02.342Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||pNF 5c8539c0-6e6f 0
2023-01-18T06:49:02.342Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cca3b80e-f12a-4357-a77d-e176dca46236
2023-01-18T06:49:02.343Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 1df172f8-a5d5-4807-8222-c1ceb066ca77
2023-01-18T06:49:02.343Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1df172f8-a5d5-4807-8222-c1ceb066ca77
2023-01-18T06:49:02.343Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5c8539c0-6e6f 0 cca3b80e-f12a-4357-a77d-e176dca46236 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-18T06:49:02.348Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f9e7563, org.onap.sdc.toscaparser.api.parameters.Input@14d548f7, org.onap.sdc.toscaparser.api.parameters.Input@72df2b27, org.onap.sdc.toscaparser.api.parameters.Input@60a6f969, org.onap.sdc.toscaparser.api.parameters.Input@1cefad73]
2023-01-18T06:49:02.348Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.349Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.349Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1df172f8-a5d5-4807-8222-c1ceb066ca77: pNF 5c8539c0-6e6f
2023-01-18T06:49:02.349Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Processing PNF resource: cca3b80e-f12a-4357-a77d-e176dca46236
2023-01-18T06:49:02.350Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T06:49:02.350Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_ssGnPGe4uQUgkJrf0M6e is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T06:49:02.350Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Resource customization UUID: 42f2890e-8b1e-4dd7-a5f0-9f58211fe27d is the same as notified resource customizationUUID: 42f2890e-8b1e-4dd7-a5f0-9f58211fe27d
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-18T06:49:02.397Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5c8539c0-6e6f cca3b80e-f12a-4357-a77d-e176dca46236 0 ASDC deployResourceStructure
2023-01-18T06:49:02.397Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar ASDC sendASDCNotification
2023-01-18T06:49:02.397Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar
2023-01-18T06:49:02.397Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T06:49:02.398Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:49:02.398Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:49:02.398Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024542397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:49:03.400Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:49:03.410Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
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-18T06:49:03.412Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:49:03.413Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:49:03.413Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:49:33.413Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:49:33.425Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
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-18T06:49:33.427Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:49:33.427Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:49:33.427Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:49:43.757Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:49:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:49:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:49:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:49:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:49:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:49:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:49:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:49:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:49:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:03.427Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:50:03.445Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
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-18T06:50:03.447Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:50:03.447Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:50:03.447Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:50:33.448Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:50:33.462Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
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-18T06:50:33.471Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:50:33.472Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T06:50:33.472Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T06:50:43.756Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:50:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.762Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.764Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.766Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-18T06:50:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.778Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.779Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.779Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.779Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.779Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.779Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.779Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.780Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.780Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.780Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.780Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.780Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.780Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.781Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.781Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.781Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.781Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.781Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.781Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.782Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.782Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.782Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.782Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.782Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.782Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.783Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.783Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.783Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.783Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.783Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024530557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.784Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.784Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.784Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024519547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:50:43.784Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.784Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.784Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024511207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:50:43.785Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.785Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.785Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024477806,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:50:43.785Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.785Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.785Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674024513267,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024507940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.786Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024540664,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024540355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024540301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024539981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:50:43.787Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024540312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024533288,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024541670,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:50:43.788Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.789Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.789Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674024541360,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-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-18T06:50:43.797Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
2023-01-18T06:50:43.797Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5aee9a7-05fd-4ac4-b68d-558c1575b9ca 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-18T06:50:43.807Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.807Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024541339,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/resourceInstances/pnf5c8539c06e6f0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T06:50:43.808Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.808Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.808Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024542058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T06:50:43.808Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.808Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.808Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "policy-distribution",
  "timestamp": 1674024542672,
  "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-18T06:50:43.812Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
2023-01-18T06:50:43.812Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5aee9a7-05fd-4ac4-b68d-558c1575b9ca 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-18T06:50:43.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.825Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674024542341,
  "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-18T06:50:43.830Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
2023-01-18T06:50:43.830Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5aee9a7-05fd-4ac4-b68d-558c1575b9ca 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-18T06:50:43.838Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.838Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024542397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:50:43.838Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.838Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.838Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024544062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:50:43.838Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.839Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.839Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674024545066,
  "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-18T06:50:43.843Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
2023-01-18T06:50:43.843Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5aee9a7-05fd-4ac4-b68d-558c1575b9ca 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-18T06:50:43.850Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.850Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024545256,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSsgnpge4uqugkjrf0m6e/1.0/artifacts/service-DemoPnfSsgnpge4uqugkjrf0m6e-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T06:50:43.850Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:50:43.850Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:50:43.850Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "aai-model-loader",
  "timestamp": 1674024546258,
  "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-18T06:50:43.854Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
2023-01-18T06:50:43.854Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d5aee9a7-05fd-4ac4-b68d-558c1575b9ca 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-18T06:51:03.472Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T06:51:03.484Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca
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-18T06:51:03.486Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T06:51:03.486Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T06:51:03.486Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T06:51:03.486Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T06:51:03.486Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:51:03.486Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:51:03.487Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:51:03.487Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:51:03.487Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:51:03.487Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T06:51:03.487Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T06:51:03.491Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T06:51:33.491Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca 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-18T06:51:33.497Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d5aee9a7-05fd-4ac4-b68d-558c1575b9ca and serviceModelVersionId: 1df172f8-a5d5-4807-8222-c1ceb066ca77
2023-01-18T06:51:33.498Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : feeb0bab-1708-4b85-a4bb-d28dc34136c0
2023-01-18T06:51:33.499Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0
2023-01-18T06:51:33.504Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T06:51:33.548Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0|INFO|500||Invoke
2023-01-18T06:51:33.549Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d5aee9a7-05fd-4ac4-b68d-558c1575b9ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34775c54-2473-4d4f-81df-a765b0f16da2], X-ECOMP-RequestID=[d5aee9a7-05fd-4ac4-b68d-558c1575b9ca], X-TransactionId=[], X-ONAP-RequestID=[d5aee9a7-05fd-4ac4-b68d-558c1575b9ca], Content-Type=[application/merge-patch+json]}
2023-01-18T06:51:33.576Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T06:51:33.674Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?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/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 06:51:33 GMT], content-length=[0], vertex-id=[196712], x-aai-txid=[0-aai-resources-230118-06:51:33:441-44751], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T06:51:33.675Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-18T06:51:33.676Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feeb0bab-1708-4b85-a4bb-d28dc34136c0/model-vers/model-ver/1df172f8-a5d5-4807-8222-c1ceb066ca77?depth=0|INFO|500||InvokeReturn
2023-01-18T06:51:33.676Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T06:51:33.677Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-18T06:51:33.682Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-01-18T06:51:33.683Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d5aee9a7-05fd-4ac4-b68d-558c1575b9ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T06:51:33.683Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T06:51:33.684Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2023-01-18T06:51:33.684Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T06:51:33.685Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Trying to send status: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024693683,
  "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-18T06:51:34.698Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:51:43.756Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:51:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-18T06:51:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "d5aee9a7-05fd-4ac4-b68d-558c1575b9ca",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674024693683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T06:51:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T06:52:34.700Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:52:43.756Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:53:34.701Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:53:43.757Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:54:34.701Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:54:43.759Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:55:34.702Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:55:43.760Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:56:34.704Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:56:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:57:34.706Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:57:43.761Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:58:34.708Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:58:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T06:59:34.708Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T06:59:43.763Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:00:34.709Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:00:43.765Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:01:34.710Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:01:43.767Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:02:34.711Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:02:43.768Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:03:34.713Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:03:43.769Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:04:34.714Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:04:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:05:34.716Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:05:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:06:34.717Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:06:43.773Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:07:34.717Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:07:43.774Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:08:34.719Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:08:43.774Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:09:34.720Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:09:43.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:10:34.720Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:10:43.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:11:34.721Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:11:43.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:12:34.722Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:12:43.778Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:13:34.723Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:13:43.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:14:34.725Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:14:43.780Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:15:34.726Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:15:43.782Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:16:34.727Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:16:43.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:17:34.728Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:17:43.783Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:18:34.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:18:43.784Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:19:34.729Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:19:43.784Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:20:09.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-18T07:20:09.621Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"d450b131-bd4d-484e-927d-532753eb40e6","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ce4a4b1b-2c7b-4043-870e-6684f7240c95","serviceDescription":"service","serviceInvariantUUID":"021d13bb-4d91-407b-ba23-4c52663974eb","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"200666f7-3f8b-46b4-a779-442c998c6432","resourceInvariantUUID":"a002af83-8eca-40a1-8732-fc0fa60354af","resourceCustomizationUUID":"7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b","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":"NGNlMzA5MTk1YjNiMzExOGMxMmNhOGJlOWVlZDJhZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"61ccd2a2-ce95-4d17-8a1b-37a6edb02461","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":"Njg1ZTI3ZWE1N2ZhN2YwMmU5NmRmMzI3NTdmNDkyNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d400a658-33d4-47c1-9008-d4cb8543ba7c","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":"e4471ab4-dac0-4a36-aa44-575b47fd8e9c","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":"46fc0f56-9fa4-4e9c-b485-9ba746c9c971","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":"863d989e-ff7c-4742-b765-e735837436ff","artifactVersion":"2","generatedFromUUID":"23af0f36-a9dd-4e57-848c-343d4ccb4362"},{"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":"eae430bb-f64f-45d9-b3e8-84068cf38d11","artifactVersion":"2","generatedFromUUID":"e4471ab4-dac0-4a36-aa44-575b47fd8e9c"},{"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":"23af0f36-a9dd-4e57-848c-343d4ccb4362","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":"0b43bb49-2aab-49a3-b1c4-bee8f7d56daf","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":"MGM4ZDZkM2UzNzI0NDMyNjJmMDhhYWUxMTFmZjJmZTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7583c8b4-8732-4c3f-8856-25a70f7843ca","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZmU2NTI4YTY5Y2FkMjY2YjFmYzcwNjc3NDMxNDNmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55cedc09-1c3c-4cb6-a2a6-94614b43e688","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T07:20:09.624Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:09.624Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:09.625Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:09.625Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:09.628Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T07:20:09.629Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T07:20:09.629Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T07:20:09.629Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T07:20:09.629Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T07:20:09.629Z||kafka-producer-network-thread | SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-c01c6687-4281-4848-a70b-f74ed6b1df12] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to J1AfnvDRT3ukdUnthbx2Cg
2023-01-18T07:20:09.640Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T07:20:09.640Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:20:09.641Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:20:09.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-18T07:20:09.642Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:20:09.642Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:20:10.631Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:10.631Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:10.631Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:10.632Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:11.632Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:11.633Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:11.633Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:11.633Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:12.634Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:12.634Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:12.635Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:12.635Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:13.635Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:13.636Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:13.636Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:13.636Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:14.636Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:14.637Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:14.637Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:14.637Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:15.638Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:15.638Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:15.638Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:15.638Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:16.639Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:16.639Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:16.640Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:16.640Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:17.641Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:17.641Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:17.641Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:17.641Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "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-18T07:20:18.642Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:20:18.643Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:18.643Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:18.643Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:20:19.644Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ce4a4b1b-2c7b-4043-870e-6684f7240c95",
  "serviceDescription": "service",
  "serviceInvariantUUID": "021d13bb-4d91-407b-ba23-4c52663974eb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "200666f7-3f8b-46b4-a779-442c998c6432",
      "resourceInvariantUUID": "a002af83-8eca-40a1-8732-fc0fa60354af",
      "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": "Njg1ZTI3ZWE1N2ZhN2YwMmU5NmRmMzI3NTdmNDkyNjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d400a658-33d4-47c1-9008-d4cb8543ba7c",
          "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": "e4471ab4-dac0-4a36-aa44-575b47fd8e9c",
          "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": "eae430bb-f64f-45d9-b3e8-84068cf38d11",
            "generatedFromUUID": "e4471ab4-dac0-4a36-aa44-575b47fd8e9c"
          },
          "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": "863d989e-ff7c-4742-b765-e735837436ff",
          "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": "eae430bb-f64f-45d9-b3e8-84068cf38d11",
          "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": "23af0f36-a9dd-4e57-848c-343d4ccb4362",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZmU2NTI4YTY5Y2FkMjY2YjFmYzcwNjc3NDMxNDNmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55cedc09-1c3c-4cb6-a2a6-94614b43e688"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T07:20:19.645Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T07:20:19.645Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ce4a4b1b-2c7b-4043-870e-6684f7240c95 ASDC
2023-01-18T07:20:19.646Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d450b131-bd4d-484e-927d-532753eb40e6
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:ce4a4b1b-2c7b-4043-870e-6684f7240c95
ServiceInvariantUUID:021d13bb-4d91-407b-ba23-4c52663974eb
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:55cedc09-1c3c-4cb6-a2a6-94614b43e688
ArtifactChecksum:ZmU2NTI4YTY5Y2FkMjY2YjFmYzcwNjc3NDMxNDNmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b
ResourceInvariantUUID:a002af83-8eca-40a1-8732-fc0fa60354af
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:200666f7-3f8b-46b4-a779-442c998c6432
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:d400a658-33d4-47c1-9008-d4cb8543ba7c
ArtifactChecksum:Njg1ZTI3ZWE1N2ZhN2YwMmU5NmRmMzI3NTdmNDkyNjU=
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:e4471ab4-dac0-4a36-aa44-575b47fd8e9c
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:eae430bb-f64f-45d9-b3e8-84068cf38d11
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:863d989e-ff7c-4742-b765-e735837436ff
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:eae430bb-f64f-45d9-b3e8-84068cf38d11
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:23af0f36-a9dd-4e57-848c-343d4ccb4362
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-18T07:20:19.647Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce4a4b1b-2c7b-4043-870e-6684f7240c95 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-18T07:20:19.698Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T07:20:19.699Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:20:19.699Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:20:19.700Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 55cedc09-1c3c-4cb6-a2a6-94614b43e688 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-18T07:20:19.700Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:20:19.700Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-18T07:20:19.791Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:20:19.799Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 55cedc09-1c3c-4cb6-a2a6-94614b43e688 163291
2023-01-18T07:20:19.799Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:19.799Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:19.799Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:20:19.800Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:19.800Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:19.801Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026419799,
  "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-18T07:20:20.802Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T07:20:20.803Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:20:20.803Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 55cedc09-1c3c-4cb6-a2a6-94614b43e688, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-18T07:20:20.806Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-18T07:20:20.807Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-18T07:20:20.807Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-18T07:20:20.991Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5408545295218087174/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-18T07:20:22.186Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T07:20:22.187Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-18T07:20:22.187Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-18T07:20:22.187Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-18T07:20:22.187Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:22.187Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:22.188Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:22.188Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:22.188Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-18T07:20:22.188Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.188Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:22.189Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:22.189Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-18T07:20:22.189Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T07:20:22.190Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.190Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:22.190Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:22.190Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-18T07:20:22.190Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T07:20:22.191Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.191Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:22.191Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.191Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-18T07:20:22.191Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-18T07:20:22.192Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-18T07:20:22.192Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T07:20:22.192Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.192Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T07:20:22.192Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.193Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:22.193Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:20:22.193Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.193Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:22.194Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:20:22.194Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.194Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:22.194Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:20:22.195Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.195Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:22.195Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:20:22.195Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.195Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-18T07:20:22.196Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-18T07:20:22.196Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=95e3a650-4663-411e-a634-5b0614a0b3dd
2023-01-18T07:20:22.196Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.196Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:22.196Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.197Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:22.197Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.197Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:22.197Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:22.197Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:22.198Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:ce4a4b1b-2c7b-4043-870e-6684f7240c95
Model Version:NULL
Model InvariantUuid:021d13bb-4d91-407b-ba23-4c52663974eb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8514a875-46c5-4089-94a5-68be1c20e188
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a002af83-8eca-40a1-8732-fc0fa60354af
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f32b02b2-fec8-405a-a8f9-921b4ab60adc
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:49b4924f-624c-4765-a95d-a5b83d5e3dff
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ee235f46-6f3f-4f67-8f67-0aa414799dff
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f6b47eb9-78fa-4fb0-9e31-3f24b4c03948
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:95e3a650-4663-411e-a634-5b0614a0b3dd
ModelInvariantUuid:e6a4436d-ba02-4855-837c-2eb5a69d7231
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:28d0696c-85f4-4ee9-961c-49506f93202b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:567377fd-fc21-4d94-bef1-88c529f8af22
ModelInvariantUuid:0901ac75-bd2a-4539-821b-d51775f14607
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:698d2754-5f72-4cb0-b114-5062f1ac1cdb
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-18T07:20:22.206Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 200666f7-3f8b-46b4-a779-442c998c6432
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-18T07:20:22.210Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2023-01-18T07:20:22.210Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 200666f7-3f8b-46b4-a779-442c998c6432
2023-01-18T07:20:22.210Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d400a658-33d4-47c1-9008-d4cb8543ba7c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-18T07:20:22.211Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:20:22.211Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:22.299Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:20:22.300Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json d400a658-33d4-47c1-9008-d4cb8543ba7c 1565
2023-01-18T07:20:22.300Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:22.300Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:22.301Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:20:22.301Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:22.301Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:22.301Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026422300,
  "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-18T07:20:23.302Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ee235f46-6f3f-4f67-8f67-0aa414799dff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6b47eb9-78fa-4fb0-9e31-3f24b4c03948",
    "vfModuleModelCustomizationUUID": "284709c4-d0c3-45f7-9b26-8878ab61590d",
    "isBase": true,
    "artifacts": [
      "e4471ab4-dac0-4a36-aa44-575b47fd8e9c",
      "eae430bb-f64f-45d9-b3e8-84068cf38d11"
    ],
    "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": "f32b02b2-fec8-405a-a8f9-921b4ab60adc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49b4924f-624c-4765-a95d-a5b83d5e3dff",
    "vfModuleModelCustomizationUUID": "f48cccb5-2f1a-4a67-907a-435c3003dbc6",
    "isBase": false,
    "artifacts": [
      "23af0f36-a9dd-4e57-848c-343d4ccb4362"
    ],
    "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-18T07:20:23.306Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6b47eb9-78fa-4fb0-9e31-3f24b4c03948
VfModuleModelInvariantUUID:ee235f46-6f3f-4f67-8f67-0aa414799dff
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4471ab4-dac0-4a36-aa44-575b47fd8e9c
,
eae430bb-f64f-45d9-b3e8-84068cf38d11

}
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:49b4924f-624c-4765-a95d-a5b83d5e3dff
VfModuleModelInvariantUUID:f32b02b2-fec8-405a-a8f9-921b4ab60adc
VfModuleModelDescription:NULL
Artifacts UUID List:{
23af0f36-a9dd-4e57-848c-343d4ccb4362

}
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-18T07:20:23.308Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ee235f46-6f3f-4f67-8f67-0aa414799dff",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f6b47eb9-78fa-4fb0-9e31-3f24b4c03948",
    "vfModuleModelCustomizationUUID": "284709c4-d0c3-45f7-9b26-8878ab61590d",
    "isBase": true,
    "artifacts": [
      "e4471ab4-dac0-4a36-aa44-575b47fd8e9c",
      "eae430bb-f64f-45d9-b3e8-84068cf38d11"
    ],
    "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": "f32b02b2-fec8-405a-a8f9-921b4ab60adc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "49b4924f-624c-4765-a95d-a5b83d5e3dff",
    "vfModuleModelCustomizationUUID": "f48cccb5-2f1a-4a67-907a-435c3003dbc6",
    "isBase": false,
    "artifacts": [
      "23af0f36-a9dd-4e57-848c-343d4ccb4362"
    ],
    "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-18T07:20:23.308Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f6b47eb9-78fa-4fb0-9e31-3f24b4c03948
VfModuleModelInvariantUUID:ee235f46-6f3f-4f67-8f67-0aa414799dff
VfModuleModelDescription:NULL
Artifacts UUID List:{
e4471ab4-dac0-4a36-aa44-575b47fd8e9c
,
eae430bb-f64f-45d9-b3e8-84068cf38d11

}
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:49b4924f-624c-4765-a95d-a5b83d5e3dff
VfModuleModelInvariantUUID:f32b02b2-fec8-405a-a8f9-921b4ab60adc
VfModuleModelDescription:NULL
Artifacts UUID List:{
23af0f36-a9dd-4e57-848c-343d4ccb4362

}
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-18T07:20:23.308Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e4471ab4-dac0-4a36-aa44-575b47fd8e9c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-18T07:20:23.308Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:20:23.308Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:23.371Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:20:23.371Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e4471ab4-dac0-4a36-aa44-575b47fd8e9c 914
2023-01-18T07:20:23.372Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:23.372Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:23.372Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:20:23.372Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:23.372Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:23.372Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026423372,
  "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-18T07:20:24.373Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 863d989e-ff7c-4742-b765-e735837436ff from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-18T07:20:24.373Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:20:24.374Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:24.453Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:20:24.454Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 863d989e-ff7c-4742-b765-e735837436ff 12
2023-01-18T07:20:24.454Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:24.454Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:24.455Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:20:24.455Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:24.455Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:24.455Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026424454,
  "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-18T07:20:25.456Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eae430bb-f64f-45d9-b3e8-84068cf38d11 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-18T07:20:25.457Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:20:25.457Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:25.508Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:20:25.508Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env eae430bb-f64f-45d9-b3e8-84068cf38d11 96
2023-01-18T07:20:25.508Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:25.508Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:25.509Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:20:25.509Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:25.509Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:25.509Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026425508,
  "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-18T07:20:26.510Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 23af0f36-a9dd-4e57-848c-343d4ccb4362 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-18T07:20:26.510Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:20:26.511Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:26.562Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:20:26.563Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 23af0f36-a9dd-4e57-848c-343d4ccb4362 20206
2023-01-18T07:20:26.563Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:26.563Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:26.563Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:20:26.563Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:26.564Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:26.564Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026426563,
  "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-18T07:20:27.567Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: ce4a4b1b-2c7b-4043-870e-6684f7240c95
2023-01-18T07:20:27.567Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 200666f7-3f8b-46b4-a779-442c998c6432 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-18T07:20:27.574Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47102df1, org.onap.sdc.toscaparser.api.parameters.Input@6fffca94, org.onap.sdc.toscaparser.api.parameters.Input@7ebf9eb3, org.onap.sdc.toscaparser.api.parameters.Input@1c23b2a3, org.onap.sdc.toscaparser.api.parameters.Input@5a9a6b73]
2023-01-18T07:20:27.576Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.576Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.576Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-18T07:20:27.576Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b
2023-01-18T07:20:27.576Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b matches Tosca VF Customization UUID: 7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b
2023-01-18T07:20:27.576Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b  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-18T07:20:27.578Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.579Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.579Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b: {\"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-18T07:20:27.579Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@485ff13b
2023-01-18T07:20:27.579Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.579Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T07:20:27.580Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f48cccb5-2f1a-4a67-907a-435c3003dbc6
2023-01-18T07:20:27.580Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f48cccb5-2f1a-4a67-907a-435c3003dbc6
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-18T07:20:27.582Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.582Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:27.582Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:20:27.582Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.582Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:27.583Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:20:27.583Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.583Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-18T07:20:27.583Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7b8a98f0-8a4d-4a04-9dd6-16c9b9c60b0b
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-18T07:20:27.584Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.584Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.585Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid ce4a4b1b-2c7b-4043-870e-6684f7240c95: basic_cnf_macro
2023-01-18T07:20:27.585Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.585Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.585Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.586Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.586Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.586Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.586Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.587Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.587Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:20:27.587Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:20:27.587Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:27.622Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 200666f7-3f8b-46b4-a779-442c998c6432 2 ASDC deployResourceStructure
2023-01-18T07:20:27.622Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:27.622Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:27.623Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:20:27.623Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:27.623Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:27.623Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026427622,
  "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-18T07:20:28.624Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:28.625Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:28.625Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:20:28.625Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:28.625Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:28.625Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026428624,
  "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-18T07:20:29.627Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:29.628Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:29.628Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-18T07:20:29.628Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:29.628Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:29.629Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026429627,
  "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-18T07:20:30.630Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:30.631Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:30.631Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:20:30.631Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:30.631Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:30.631Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026430630,
  "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-18T07:20:31.633Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:31.633Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:31.633Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-18T07:20:31.634Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:31.634Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:31.634Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026431633,
  "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-18T07:20:32.636Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:32.636Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:20:32.636Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:20:32.637Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:20:32.637Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:20:32.637Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026432635,
  "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-18T07:20:33.639Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:20:33.651Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
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-18T07:20:33.653Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:20:33.653Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T07:20:33.653Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T07:20:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:20:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:20:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:20:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:03.654Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:21:03.664Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
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-18T07:21:03.667Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:21:03.667Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T07:21:03.667Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T07:21:33.667Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:21:33.676Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
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-18T07:21:33.679Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:21:33.679Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T07:21:33.679Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T07:21:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:21:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.781Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.782Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.783Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026403740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026374729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026402407,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026390645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026400343,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026409547,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026419876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026419851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026420161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026419799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026419707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026421165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.789Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026420950,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.789Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.789Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.789Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.789Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.789Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.790Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "policy-distribution",
  "timestamp": 1674026422166,
  "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-18T07:21:43.796Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d450b131-bd4d-484e-927d-532753eb40e6
2023-01-18T07:21:43.796Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d450b131-bd4d-484e-927d-532753eb40e6 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-18T07:21:43.804Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.804Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026422014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026422337,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-01-18T07:21:43.810Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d450b131-bd4d-484e-927d-532753eb40e6
2023-01-18T07:21:43.810Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d450b131-bd4d-484e-927d-532753eb40e6 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-18T07:21:43.818Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026422300,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026423123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.819Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026423372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.821Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.821Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.821Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.821Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026424243,
  "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-18T07:21:43.825Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d450b131-bd4d-484e-927d-532753eb40e6
2023-01-18T07:21:43.825Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d450b131-bd4d-484e-927d-532753eb40e6 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-18T07:21:43.832Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.832Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.832Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.832Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.832Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026424454,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026425246,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026425508,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.836Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.836Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.836Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.836Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.836Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.836Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.837Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.837Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.837Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.837Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.837Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.837Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026426563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026427622,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026427378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.842Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.842Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.842Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.842Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.842Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.843Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.843Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.843Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.843Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.843Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.843Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.844Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026419762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.844Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.844Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.844Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.844Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.844Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.845Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026428624,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.845Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.845Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.845Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026428380,
  "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-18T07:21:43.850Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d450b131-bd4d-484e-927d-532753eb40e6
2023-01-18T07:21:43.850Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d450b131-bd4d-484e-927d-532753eb40e6 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-18T07:21:43.858Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.858Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.858Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.858Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.858Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.858Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.859Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.859Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.859Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.859Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.859Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.859Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.860Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.860Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026429627,
  "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-18T07:21:43.860Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.860Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.860Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026423167,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.860Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.860Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.861Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.861Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.861Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.861Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.861Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.862Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.862Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026423338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.862Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.862Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.862Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026430630,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.862Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.862Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.863Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026431278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.863Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.863Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.863Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.863Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.863Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.863Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.864Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.864Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.864Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026431427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.864Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.864Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.864Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026431633,
  "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-18T07:21:43.864Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.865Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.865Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026432281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.865Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.865Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.865Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.865Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.866Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.866Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.866Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.866Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.866Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026432635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.867Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.867Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.867Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026432724,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:21:43.878Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0859caf0-83f7-486c-a81e-45f39a08e517
2023-01-18T07:21:43.878Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0859caf0-83f7-486c-a81e-45f39a08e517 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-18T07:21:43.885Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.885Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "policy-distribution",
  "timestamp": 1674026433282,
  "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-18T07:21:43.890Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0859caf0-83f7-486c-a81e-45f39a08e517
2023-01-18T07:21:43.890Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0859caf0-83f7-486c-a81e-45f39a08e517 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-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026426248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026434094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.898Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026434365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026435419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026436477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026436590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.899Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026437508,
  "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-18T07:21:43.903Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0859caf0-83f7-486c-a81e-45f39a08e517
2023-01-18T07:21:43.903Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0859caf0-83f7-486c-a81e-45f39a08e517 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-18T07:21:43.909Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.909Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026437593,
  "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-18T07:21:43.913Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d450b131-bd4d-484e-927d-532753eb40e6
2023-01-18T07:21:43.913Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d450b131-bd4d-484e-927d-532753eb40e6 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-18T07:21:43.920Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.920Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026438513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T07:21:43.921Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.921Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.921Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.921Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.921Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.922Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.922Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.922Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.922Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.922Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.922Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.922Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.923Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:21:43.924Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:21:43.925Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:21:43.925Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:03.679Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:22:03.696Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6
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-18T07:22:03.698Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:22:03.698Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T07:22:03.698Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T07:22:03.698Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T07:22:03.698Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:03.699Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:03.699Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:03.699Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:03.699Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:03.699Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:22:03.703Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T07:22:33.703Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d450b131-bd4d-484e-927d-532753eb40e6 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-18T07:22:33.710Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d450b131-bd4d-484e-927d-532753eb40e6 and serviceModelVersionId: ce4a4b1b-2c7b-4043-870e-6684f7240c95
2023-01-18T07:22:33.710Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 021d13bb-4d91-407b-ba23-4c52663974eb
2023-01-18T07:22:33.711Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/021d13bb-4d91-407b-ba23-4c52663974eb/model-vers/model-ver/ce4a4b1b-2c7b-4043-870e-6684f7240c95?depth=0
2023-01-18T07:22:33.715Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T07:22:33.758Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/021d13bb-4d91-407b-ba23-4c52663974eb/model-vers/model-ver/ce4a4b1b-2c7b-4043-870e-6684f7240c95?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-18T07:22:33.760Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/021d13bb-4d91-407b-ba23-4c52663974eb/model-vers/model-ver/ce4a4b1b-2c7b-4043-870e-6684f7240c95?depth=0|INFO|500||Invoke
2023-01-18T07:22:33.778Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/021d13bb-4d91-407b-ba23-4c52663974eb/model-vers/model-ver/ce4a4b1b-2c7b-4043-870e-6684f7240c95?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T07:22:33.889Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/021d13bb-4d91-407b-ba23-4c52663974eb/model-vers/model-ver/ce4a4b1b-2c7b-4043-870e-6684f7240c95?depth=0|INFO|500||InvokeReturn
2023-01-18T07:22:33.890Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/021d13bb-4d91-407b-ba23-4c52663974eb/model-vers/model-ver/ce4a4b1b-2c7b-4043-870e-6684f7240c95?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 07:22:33 GMT], content-length=[0], vertex-id=[213096], x-aai-txid=[0-aai-resources-230118-07:22:33:653-80097], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T07:22:33.890Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-18T07:22:33.890Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T07:22:33.890Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:22:33.896Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||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-18T07:22:33.896Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d450b131-bd4d-484e-927d-532753eb40e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T07:22:33.896Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T07:22:33.896Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:33.897Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:33.897Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026553896,
  "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-18T07:22:34.907Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:22:34.912Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-18T07:22:34.912Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0859caf0-83f7-486c-a81e-45f39a08e517","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"837ae177-a7fd-4d8a-ab7b-18fbaea972cb","serviceDescription":"service","serviceInvariantUUID":"5e80434a-ff8b-44c5-9a4f-f99e8ce6d800","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4957c01c-7f87-4c62-aa81-a73dc01c8532","resourceInvariantUUID":"56e87585-16f8-4af8-b653-29a1374061ce","resourceCustomizationUUID":"3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9","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":"ZmJmZTUyMjdmZTZiNGYyOGNlN2U3ZDNjNzc2OWYwMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8f9c97b-f40f-4eaa-8dc9-9432fe15fd4c","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":"ZmRlN2EyNmZjNjY5YWFkY2Q2MTUwMTM4ZDQ1NjYyOTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"769a33a8-64a6-4f72-8fd9-28e816a3b431","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":"20fb82a0-1a18-46b8-9f49-d390c27160e4","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":"6c5bf915-e322-434d-b236-1eb5ec106010","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":"6179a7c8-ff35-4420-ae65-778b0965d9f7","artifactVersion":"2","generatedFromUUID":"20fb82a0-1a18-46b8-9f49-d390c27160e4"},{"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":"YzJmN2M3MGM4ZGJiYjQ5YzBlN2Q0ZTlkNmZkMzY2ZDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"07227f12-c196-48cb-b03f-db9ecfeebe59","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":"N2I0NjIyODUyZWJhZmUzMTc0Y2ViOWZmMmZlMzcwZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f96fc37-3c5a-43db-89a1-2d1c290f4612","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjBlYjZiYWI2OWVhYTU5NmM0MjBhZTRlMzI5Y2JmYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7a44ea5-0e3b-43ad-b966-a9ef78ca7490","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T07:22:34.914Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:34.914Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:34.914Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:34.915Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "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-18T07:22:35.915Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:35.916Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:35.916Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:35.916Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "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-18T07:22:36.916Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:36.917Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:36.917Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:36.917Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "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-18T07:22:37.918Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:37.919Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:37.919Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:37.919Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "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-18T07:22:38.920Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:38.920Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:38.920Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:38.920Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "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-18T07:22:39.921Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:39.921Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:39.922Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:39.922Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "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-18T07:22:40.923Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:40.923Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:40.923Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:40.923Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "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-18T07:22:41.924Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:22:41.925Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:41.925Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:41.925Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:22:42.927Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "837ae177-a7fd-4d8a-ab7b-18fbaea972cb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5e80434a-ff8b-44c5-9a4f-f99e8ce6d800",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4957c01c-7f87-4c62-aa81-a73dc01c8532",
      "resourceInvariantUUID": "56e87585-16f8-4af8-b653-29a1374061ce",
      "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": "ZmRlN2EyNmZjNjY5YWFkY2Q2MTUwMTM4ZDQ1NjYyOTI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "769a33a8-64a6-4f72-8fd9-28e816a3b431",
          "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": "20fb82a0-1a18-46b8-9f49-d390c27160e4",
          "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": "6179a7c8-ff35-4420-ae65-778b0965d9f7",
            "generatedFromUUID": "20fb82a0-1a18-46b8-9f49-d390c27160e4"
          },
          "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": "6179a7c8-ff35-4420-ae65-778b0965d9f7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjBlYjZiYWI2OWVhYTU5NmM0MjBhZTRlMzI5Y2JmYmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7a44ea5-0e3b-43ad-b966-a9ef78ca7490"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T07:22:42.927Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T07:22:42.927Z|d450b131-bd4d-484e-927d-532753eb40e6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 837ae177-a7fd-4d8a-ab7b-18fbaea972cb ASDC
2023-01-18T07:22:42.928Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0859caf0-83f7-486c-a81e-45f39a08e517
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:837ae177-a7fd-4d8a-ab7b-18fbaea972cb
ServiceInvariantUUID:5e80434a-ff8b-44c5-9a4f-f99e8ce6d800
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:f7a44ea5-0e3b-43ad-b966-a9ef78ca7490
ArtifactChecksum:YjBlYjZiYWI2OWVhYTU5NmM0MjBhZTRlMzI5Y2JmYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9
ResourceInvariantUUID:56e87585-16f8-4af8-b653-29a1374061ce
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:4957c01c-7f87-4c62-aa81-a73dc01c8532
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:769a33a8-64a6-4f72-8fd9-28e816a3b431
ArtifactChecksum:ZmRlN2EyNmZjNjY5YWFkY2Q2MTUwMTM4ZDQ1NjYyOTI=
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:20fb82a0-1a18-46b8-9f49-d390c27160e4
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:6179a7c8-ff35-4420-ae65-778b0965d9f7
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:6179a7c8-ff35-4420-ae65-778b0965d9f7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-18T07:22:42.928Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 837ae177-a7fd-4d8a-ab7b-18fbaea972cb 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-18T07:22:42.981Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T07:22:42.982Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:22:42.982Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:22:42.982Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f7a44ea5-0e3b-43ad-b966-a9ef78ca7490 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-18T07:22:42.982Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:22:42.982Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-18T07:22:43.106Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:22:43.114Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f7a44ea5-0e3b-43ad-b966-a9ef78ca7490 83005
2023-01-18T07:22:43.115Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:43.115Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:43.115Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:22:43.115Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:43.115Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:43.115Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026563115,
  "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-18T07:22:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:22:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:22:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026423288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:22:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026446828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:22:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026439547,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:22:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026447627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026449243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026450250,
  "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-18T07:22:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0859caf0-83f7-486c-a81e-45f39a08e517
2023-01-18T07:22:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0859caf0-83f7-486c-a81e-45f39a08e517 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-18T07:22:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026454635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:22:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:22:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:22:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026455642,
  "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-18T07:22:43.784Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0859caf0-83f7-486c-a81e-45f39a08e517
2023-01-18T07:22:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0859caf0-83f7-486c-a81e-45f39a08e517 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-18T07:22:44.116Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T07:22:44.117Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:22:44.117Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f7a44ea5-0e3b-43ad-b966-a9ef78ca7490, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-18T07:22:44.119Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-18T07:22:44.119Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-18T07:22:44.120Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-18T07:22:44.245Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7652087765306086463/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-18T07:22:45.383Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.384Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-18T07:22:45.385Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.385Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:45.385Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:45.385Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-18T07:22:45.385Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T07:22:45.385Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.385Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:45.386Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:45.386Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-18T07:22:45.386Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T07:22:45.386Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.386Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:45.386Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.386Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T07:22:45.387Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.388Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:45.388Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:22:45.388Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.388Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:45.388Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:22:45.388Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.388Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:45.389Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:22:45.389Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.389Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-18T07:22:45.389Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-18T07:22:45.389Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-18T07:22:45.389Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87e569c1-a5cd-4208-8acf-e9cc8c86d95d
2023-01-18T07:22:45.389Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:45.390Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:837ae177-a7fd-4d8a-ab7b-18fbaea972cb
Model Version:NULL
Model InvariantUuid:5e80434a-ff8b-44c5-9a4f-f99e8ce6d800
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:62ea63f9-e408-44de-b3d2-aef570414f1c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56e87585-16f8-4af8-b653-29a1374061ce
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a14a98e5-92a1-4fa3-8233-64370c169ca2
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:dba07d3a-ba2f-4677-a68d-31120dbe06d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:87e569c1-a5cd-4208-8acf-e9cc8c86d95d
ModelInvariantUuid:e48886a7-7a1b-4927-b6e7-e7b383942c73
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4a2aa8f4-06ad-4212-933f-213654c05323
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2cb62d63-ac1e-4b83-851b-b07de6b6a156
ModelInvariantUuid:14d5b84d-8efd-4845-a128-876cf8011b6b
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8e7dde01-4989-413e-b0fb-1d89e8ccd00a
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-18T07:22:45.397Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 4957c01c-7f87-4c62-aa81-a73dc01c8532
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-18T07:22:45.399Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2023-01-18T07:22:45.399Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4957c01c-7f87-4c62-aa81-a73dc01c8532
2023-01-18T07:22:45.399Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 769a33a8-64a6-4f72-8fd9-28e816a3b431 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-18T07:22:45.399Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:22:45.399Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.473Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:22:45.474Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 769a33a8-64a6-4f72-8fd9-28e816a3b431 792
2023-01-18T07:22:45.474Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.474Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:45.474Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:22:45.474Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:45.475Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:45.475Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026565474,
  "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-18T07:22:46.476Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a14a98e5-92a1-4fa3-8233-64370c169ca2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dba07d3a-ba2f-4677-a68d-31120dbe06d0",
    "vfModuleModelCustomizationUUID": "18f0b349-1f02-4d68-9355-622ad91207d6",
    "isBase": true,
    "artifacts": [
      "20fb82a0-1a18-46b8-9f49-d390c27160e4",
      "6179a7c8-ff35-4420-ae65-778b0965d9f7"
    ],
    "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-18T07:22:46.479Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dba07d3a-ba2f-4677-a68d-31120dbe06d0
VfModuleModelInvariantUUID:a14a98e5-92a1-4fa3-8233-64370c169ca2
VfModuleModelDescription:NULL
Artifacts UUID List:{
20fb82a0-1a18-46b8-9f49-d390c27160e4
,
6179a7c8-ff35-4420-ae65-778b0965d9f7

}
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-18T07:22:46.480Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a14a98e5-92a1-4fa3-8233-64370c169ca2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dba07d3a-ba2f-4677-a68d-31120dbe06d0",
    "vfModuleModelCustomizationUUID": "18f0b349-1f02-4d68-9355-622ad91207d6",
    "isBase": true,
    "artifacts": [
      "20fb82a0-1a18-46b8-9f49-d390c27160e4",
      "6179a7c8-ff35-4420-ae65-778b0965d9f7"
    ],
    "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-18T07:22:46.481Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dba07d3a-ba2f-4677-a68d-31120dbe06d0
VfModuleModelInvariantUUID:a14a98e5-92a1-4fa3-8233-64370c169ca2
VfModuleModelDescription:NULL
Artifacts UUID List:{
20fb82a0-1a18-46b8-9f49-d390c27160e4
,
6179a7c8-ff35-4420-ae65-778b0965d9f7

}
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-18T07:22:46.481Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 20fb82a0-1a18-46b8-9f49-d390c27160e4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-18T07:22:46.481Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:22:46.481Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:46.574Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:22:46.575Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 20fb82a0-1a18-46b8-9f49-d390c27160e4 5033
2023-01-18T07:22:46.575Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:46.575Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:46.576Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:22:46.576Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:46.576Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:46.576Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026566575,
  "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-18T07:22:47.578Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6179a7c8-ff35-4420-ae65-778b0965d9f7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-18T07:22:47.578Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:22:47.578Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:47.624Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:22:47.625Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 6179a7c8-ff35-4420-ae65-778b0965d9f7 903
2023-01-18T07:22:47.625Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:47.625Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:47.625Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:22:47.626Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:47.626Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:47.626Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026567625,
  "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-18T07:22:48.627Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 837ae177-a7fd-4d8a-ab7b-18fbaea972cb
2023-01-18T07:22:48.628Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 4957c01c-7f87-4c62-aa81-a73dc01c8532 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-18T07:22:48.639Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b0a7cd4, org.onap.sdc.toscaparser.api.parameters.Input@215f9aa2, org.onap.sdc.toscaparser.api.parameters.Input@2e9c7352, org.onap.sdc.toscaparser.api.parameters.Input@19a08676, org.onap.sdc.toscaparser.api.parameters.Input@1144b54a]
2023-01-18T07:22:48.641Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.641Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.641Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-18T07:22:48.642Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9
2023-01-18T07:22:48.642Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9 matches Tosca VF Customization UUID: 3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9
2023-01-18T07:22:48.642Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9  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-18T07:22:48.644Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.644Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.645Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9: {\"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-18T07:22:48.645Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c56fe12
2023-01-18T07:22:48.645Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.646Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-18T07:22:48.646Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 18f0b349-1f02-4d68-9355-622ad91207d6
2023-01-18T07:22:48.646Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 18f0b349-1f02-4d68-9355-622ad91207d6
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-18T07:22:48.648Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.648Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:48.649Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:22:48.649Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.650Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:48.650Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:22:48.650Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.650Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-18T07:22:48.651Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-18T07:22:48.651Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-18T07:22:48.651Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=87e569c1-a5cd-4208-8acf-e9cc8c86d95d
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-18T07:22:48.654Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.654Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:48.654Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-18T07:22:48.655Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.655Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-18T07:22:48.655Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3ba95c7a-8c08-43d8-b78c-99c4cecfa6e9
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-18T07:22:48.657Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.657Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.658Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 837ae177-a7fd-4d8a-ab7b-18fbaea972cb: basic_vm_macro
2023-01-18T07:22:48.658Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.659Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.659Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.659Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.660Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.660Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.660Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.660Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.661Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:22:48.661Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:22:48.661Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:48.741Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 4957c01c-7f87-4c62-aa81-a73dc01c8532 1 ASDC deployResourceStructure
2023-01-18T07:22:48.742Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:48.742Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:48.742Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:22:48.742Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:48.743Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:48.743Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026568742,
  "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-18T07:22:49.744Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:49.744Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:49.745Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:22:49.745Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:49.745Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:49.745Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026569744,
  "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-18T07:22:50.746Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:50.747Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:50.747Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:22:50.747Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:50.747Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:50.747Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026570746,
  "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-18T07:22:51.750Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:51.750Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:51.751Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:22:51.751Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:22:51.751Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:22:51.751Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026571750,
  "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-18T07:22:52.753Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0859caf0-83f7-486c-a81e-45f39a08e517
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:22:52.767Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0859caf0-83f7-486c-a81e-45f39a08e517
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-18T07:22:52.781Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:22:52.781Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T07:22:52.782Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T07:22:52.782Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T07:22:52.782Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:52.782Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:52.782Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:52.782Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:52.782Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:22:52.783Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:22:52.789Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T07:23:22.789Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0859caf0-83f7-486c-a81e-45f39a08e517 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-18T07:23:22.799Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0859caf0-83f7-486c-a81e-45f39a08e517 and serviceModelVersionId: 837ae177-a7fd-4d8a-ab7b-18fbaea972cb
2023-01-18T07:23:22.800Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e80434a-ff8b-44c5-9a4f-f99e8ce6d800
2023-01-18T07:23:22.801Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e80434a-ff8b-44c5-9a4f-f99e8ce6d800/model-vers/model-ver/837ae177-a7fd-4d8a-ab7b-18fbaea972cb?depth=0
2023-01-18T07:23:22.809Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T07:23:22.870Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e80434a-ff8b-44c5-9a4f-f99e8ce6d800/model-vers/model-ver/837ae177-a7fd-4d8a-ab7b-18fbaea972cb?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-18T07:23:22.872Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e80434a-ff8b-44c5-9a4f-f99e8ce6d800/model-vers/model-ver/837ae177-a7fd-4d8a-ab7b-18fbaea972cb?depth=0|INFO|500||Invoke
2023-01-18T07:23:22.892Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e80434a-ff8b-44c5-9a4f-f99e8ce6d800/model-vers/model-ver/837ae177-a7fd-4d8a-ab7b-18fbaea972cb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T07:23:22.996Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e80434a-ff8b-44c5-9a4f-f99e8ce6d800/model-vers/model-ver/837ae177-a7fd-4d8a-ab7b-18fbaea972cb?depth=0|INFO|500||InvokeReturn
2023-01-18T07:23:22.997Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e80434a-ff8b-44c5-9a4f-f99e8ce6d800/model-vers/model-ver/837ae177-a7fd-4d8a-ab7b-18fbaea972cb?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 07:23:22 GMT], content-length=[0], vertex-id=[434288], x-aai-txid=[2-aai-resources-230118-07:23:22:768-11860], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T07:23:22.997Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-18T07:23:22.997Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T07:23:22.997Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:23:23.009Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||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-18T07:23:23.009Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0859caf0-83f7-486c-a81e-45f39a08e517 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T07:23:23.009Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T07:23:23.009Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:23.009Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:23.009Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026603009,
  "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-18T07:23:24.026Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:23:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:23:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "d450b131-bd4d-484e-927d-532753eb40e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026553896,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T07:23:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:23:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026554907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:23:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:23:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026563115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:23:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:23:45.917Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-18T07:23:45.917Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"5db757d3-22a0-41b2-b729-2c3b53e154da","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"348bee93-80e1-4c8b-a762-f987ddb7137d","serviceDescription":"service","serviceInvariantUUID":"594aafa1-62d8-4e2d-8ac3-ff83fd5787b7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"922faa45-7992-4345-98a2-ddcd7509754c","resourceInvariantUUID":"b7d15568-562d-43dd-880f-82591f94756e","resourceCustomizationUUID":"053d67ab-135f-4e44-9fb5-25cbdabaf89b","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":"Y2FiOWVmNTUwNzZjNzNiMjAyZWU1MjQ4ZjIwMzdkYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5393ae4a-5610-4f61-8b69-81cc638a422f","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":"93fc3eb9-0de8-42b3-81b5-5954ff7f5f77","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":"2df1aeff-1fc6-4891-b081-c985c5a31361","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":"N2Q5NWQwNWMwMzVkYzlmMjg3N2JiYzc0MTViMjRhYmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dc43a0de-1ef6-4673-9ced-bdbf50ef9c29","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":"4bcd0d25-8110-4692-aeed-dfb32336cb67","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":"835c2470-5f53-422d-8eb1-727322c60dc0","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":"ab948899-5a32-435c-b421-ff5a65e83e89","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":"MDg4ODhhM2RmYjVlYmU4ZDE0N2Q5MDhlOTU5NjVkNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2c29c3b-0453-4935-a299-d6668e0439f8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NzQzOTU1NTMwNTlmOGMwYWI2ZDUxMTdlZjg3MjFlZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d3e1cb7-499d-4244-8133-4664d5d61cf2","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-18T07:23:45.920Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:45.920Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:45.920Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:45.921Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:46.921Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:46.922Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:46.922Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:46.922Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:47.923Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:47.923Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:47.923Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:47.923Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:48.924Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:48.924Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:48.925Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:48.925Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:49.926Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:49.926Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:49.926Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:49.926Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:50.927Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:50.927Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:50.928Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:50.928Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:51.928Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:51.929Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:51.929Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:51.929Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:52.931Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:52.931Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:52.931Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:52.931Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "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-18T07:23:53.932Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-18T07:23:53.933Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:53.933Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:53.933Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:23:54.934Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "348bee93-80e1-4c8b-a762-f987ddb7137d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "594aafa1-62d8-4e2d-8ac3-ff83fd5787b7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "053d67ab-135f-4e44-9fb5-25cbdabaf89b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "922faa45-7992-4345-98a2-ddcd7509754c",
      "resourceInvariantUUID": "b7d15568-562d-43dd-880f-82591f94756e",
      "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": "NzQzOTU1NTMwNTlmOGMwYWI2ZDUxMTdlZjg3MjFlZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d3e1cb7-499d-4244-8133-4664d5d61cf2"
    }
  ],
  "workloadContext": "Production"
}
2023-01-18T07:23:54.935Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-18T07:23:54.935Z|0859caf0-83f7-486c-a81e-45f39a08e517|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 348bee93-80e1-4c8b-a762-f987ddb7137d ASDC
2023-01-18T07:23:54.935Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:5db757d3-22a0-41b2-b729-2c3b53e154da
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:348bee93-80e1-4c8b-a762-f987ddb7137d
ServiceInvariantUUID:594aafa1-62d8-4e2d-8ac3-ff83fd5787b7
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:1d3e1cb7-499d-4244-8133-4664d5d61cf2
ArtifactChecksum:NzQzOTU1NTMwNTlmOGMwYWI2ZDUxMTdlZjg3MjFlZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:053d67ab-135f-4e44-9fb5-25cbdabaf89b
ResourceInvariantUUID:b7d15568-562d-43dd-880f-82591f94756e
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:922faa45-7992-4345-98a2-ddcd7509754c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-18T07:23:54.936Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 348bee93-80e1-4c8b-a762-f987ddb7137d 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-18T07:23:55.015Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T07:23:55.016Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:23:55.016Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:23:55.016Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1d3e1cb7-499d-4244-8133-4664d5d61cf2 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-18T07:23:55.016Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-18T07:23:55.017Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-18T07:23:55.084Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-18T07:23:55.088Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1d3e1cb7-499d-4244-8133-4664d5d61cf2 111104
2023-01-18T07:23:55.089Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:55.089Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:55.089Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-18T07:23:55.089Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:55.089Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:55.089Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026635089,
  "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-18T07:23:56.090Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-18T07:23:56.090Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-18T07:23:56.091Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1d3e1cb7-499d-4244-8133-4664d5d61cf2, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-18T07:23:56.091Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-18T07:23:56.091Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-18T07:23:56.091Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-18T07:23:56.199Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14380737293763142961/Definitions/service-TestPnfMacro-template.yml
2023-01-18T07:23:56.931Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-18T07:23:56.932Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-18T07:23:56.932Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-18T07:23:56.932Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-18T07:23:56.932Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.932Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.933Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.933Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.933Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.933Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.933Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.933Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-18T07:23:56.934Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.934Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.934Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-18T07:23:56.934Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-18T07:23:56.935Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T07:23:56.935Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.935Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.935Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-18T07:23:56.935Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-18T07:23:56.936Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-18T07:23:56.936Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.936Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.936Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.936Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.937Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.937Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.937Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.937Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.937Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.937Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.938Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:348bee93-80e1-4c8b-a762-f987ddb7137d
Model Version:NULL
Model InvariantUuid:594aafa1-62d8-4e2d-8ac3-ff83fd5787b7
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-18T07:23:56.944Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 922faa45-7992-4345-98a2-ddcd7509754c
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-18T07:23:56.948Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||test-pnf 0
2023-01-18T07:23:56.948Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 922faa45-7992-4345-98a2-ddcd7509754c
2023-01-18T07:23:56.948Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 348bee93-80e1-4c8b-a762-f987ddb7137d
2023-01-18T07:23:56.949Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 348bee93-80e1-4c8b-a762-f987ddb7137d
2023-01-18T07:23:56.949Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 922faa45-7992-4345-98a2-ddcd7509754c 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-18T07:23:56.953Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51af11e5, org.onap.sdc.toscaparser.api.parameters.Input@3c8cc95e, org.onap.sdc.toscaparser.api.parameters.Input@16cdeac9, org.onap.sdc.toscaparser.api.parameters.Input@6bcc6b8f, org.onap.sdc.toscaparser.api.parameters.Input@42c56f2a]
2023-01-18T07:23:56.954Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.954Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.954Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 348bee93-80e1-4c8b-a762-f987ddb7137d: test-pnf
2023-01-18T07:23:56.954Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Processing PNF resource: 922faa45-7992-4345-98a2-ddcd7509754c
2023-01-18T07:23:56.955Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-18T07:23:56.955Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-18T07:23:56.955Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Resource customization UUID: 053d67ab-135f-4e44-9fb5-25cbdabaf89b is the same as notified resource customizationUUID: 053d67ab-135f-4e44-9fb5-25cbdabaf89b
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-18T07:23:56.984Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 922faa45-7992-4345-98a2-ddcd7509754c 0 ASDC deployResourceStructure
2023-01-18T07:23:56.984Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.984Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:23:56.985Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-18T07:23:56.985Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:23:56.985Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:23:56.985Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026636984,
  "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-18T07:23:57.986Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:23:57.995Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
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-18T07:23:57.997Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:23:57.997Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T07:23:57.997Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T07:24:27.998Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:24:28.006Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
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-18T07:24:28.008Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:24:28.008Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T07:24:28.008Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T07:24:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:24:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026565474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:24:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026566575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026567625,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026568742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026569744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T07:24:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026570746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026571750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0859caf0-83f7-486c-a81e-45f39a08e517",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026603009,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T07:24:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:24:58.009Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:24:58.022Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
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-18T07:24:58.023Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:24:58.023Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T07:24:58.024Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T07:25:28.024Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:25:28.036Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
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-18T07:25:28.038Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:25:28.038Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-18T07:25:28.038Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-18T07:25:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:25:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.769Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.770Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.771Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.772Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.773Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.774Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.775Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026614290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026604026,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026619548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026613731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.776Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026610516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674026619524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026635184,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026635459,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:25:43.777Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026635155,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026634758,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026635089,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.778Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026636465,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026636206,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.779Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674026636428,
  "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-18T07:25:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5db757d3-22a0-41b2-b729-2c3b53e154da
2023-01-18T07:25:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db757d3-22a0-41b2-b729-2c3b53e154da 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-18T07:25:43.803Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.803Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.803Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.804Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.804Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026636984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:25:43.804Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.805Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "policy-distribution",
  "timestamp": 1674026637471,
  "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-18T07:25:43.811Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5db757d3-22a0-41b2-b729-2c3b53e154da
2023-01-18T07:25:43.811Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db757d3-22a0-41b2-b729-2c3b53e154da 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-18T07:25:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.820Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674026637209,
  "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-18T07:25:43.825Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5db757d3-22a0-41b2-b729-2c3b53e154da
2023-01-18T07:25:43.825Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db757d3-22a0-41b2-b729-2c3b53e154da 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-18T07:25:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.833Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026639534,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.835Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "aai-model-loader",
  "timestamp": 1674026640536,
  "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-18T07:25:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5db757d3-22a0-41b2-b729-2c3b53e154da
2023-01-18T07:25:43.839Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db757d3-22a0-41b2-b729-2c3b53e154da 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-18T07:25:43.846Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.846Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-18T07:25:43.847Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.847Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.848Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026633288,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-18T07:25:43.848Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.848Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.849Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026643063,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-18T07:25:43.849Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.849Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.850Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026645166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-18T07:25:43.850Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:25:43.851Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:25:43.851Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674026646169,
  "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-18T07:25:43.855Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5db757d3-22a0-41b2-b729-2c3b53e154da
2023-01-18T07:25:43.856Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5db757d3-22a0-41b2-b729-2c3b53e154da 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-18T07:25:58.039Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-18T07:25:58.051Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da
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-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:25:58.055Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-18T07:25:58.056Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:25:58.060Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-18T07:26:28.060Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5db757d3-22a0-41b2-b729-2c3b53e154da 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-18T07:26:28.067Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5db757d3-22a0-41b2-b729-2c3b53e154da and serviceModelVersionId: 348bee93-80e1-4c8b-a762-f987ddb7137d
2023-01-18T07:26:28.067Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 594aafa1-62d8-4e2d-8ac3-ff83fd5787b7
2023-01-18T07:26:28.068Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/594aafa1-62d8-4e2d-8ac3-ff83fd5787b7/model-vers/model-ver/348bee93-80e1-4c8b-a762-f987ddb7137d?depth=0
2023-01-18T07:26:28.075Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-18T07:26:28.122Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/594aafa1-62d8-4e2d-8ac3-ff83fd5787b7/model-vers/model-ver/348bee93-80e1-4c8b-a762-f987ddb7137d?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-18T07:26:28.124Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/594aafa1-62d8-4e2d-8ac3-ff83fd5787b7/model-vers/model-ver/348bee93-80e1-4c8b-a762-f987ddb7137d?depth=0|INFO|500||Invoke
2023-01-18T07:26:28.145Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/594aafa1-62d8-4e2d-8ac3-ff83fd5787b7/model-vers/model-ver/348bee93-80e1-4c8b-a762-f987ddb7137d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-18T07:26:28.231Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/594aafa1-62d8-4e2d-8ac3-ff83fd5787b7/model-vers/model-ver/348bee93-80e1-4c8b-a762-f987ddb7137d?depth=0|INFO|500||InvokeReturn
2023-01-18T07:26:28.232Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/594aafa1-62d8-4e2d-8ac3-ff83fd5787b7/model-vers/model-ver/348bee93-80e1-4c8b-a762-f987ddb7137d?depth=0 has http status code:200 and response headers:{date=[Wed, 18 Jan 2023 07:26:28 GMT], content-length=[0], vertex-id=[266384], x-aai-txid=[2-aai-resources-230118-07:26:28:023-98290], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-18T07:26:28.232Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-01-18T07:26:28.233Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-18T07:26:28.233Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:26:28.238Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||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-18T07:26:28.239Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5db757d3-22a0-41b2-b729-2c3b53e154da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-18T07:26:28.239Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-18T07:26:28.239Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-18T07:26:28.240Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-18T07:26:28.240Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026788239,
  "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-18T07:26:29.251Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:26:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:26:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-18T07:26:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "5db757d3-22a0-41b2-b729-2c3b53e154da",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674026788239,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-18T07:26:43.761Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-18T07:27:29.252Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:27:43.756Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:28:29.252Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:28:43.758Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:29:29.252Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:29:43.759Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:30:29.253Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:30:43.760Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:31:29.254Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:31:43.762Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:32:29.255Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:32:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:33:29.257Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:33:43.763Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:34:29.258Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:34:43.764Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:35:29.260Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:35:43.765Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:36:29.261Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:36:43.766Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:37:29.262Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:37:43.767Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:38:29.263Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:38:43.768Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:39:29.265Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:39:43.770Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:40:29.265Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:40:43.771Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:41:29.267Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:41:43.772Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:42:29.267Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:42:43.774Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:43:29.269Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:43:43.775Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:44:29.271Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:44:43.776Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:45:29.272Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:45:43.777Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:46:29.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:46:43.779Z|3e95957e-e54a-485e-9989-ed7d18e0d3e5|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:47:29.274Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:47:43.780Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:48:29.276Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:48:43.781Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:49:29.278Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:49:43.782Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:50:29.280Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:50:43.783Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:51:29.281Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:51:43.784Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:52:29.282Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:52:43.785Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:53:29.284Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:53:43.786Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:54:29.286Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:54:43.787Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:55:29.287Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:55:43.788Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:56:29.288Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:56:43.790Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:57:29.288Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:57:43.791Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:58:29.290Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:58:43.791Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T07:59:29.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T07:59:43.793Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:00:29.291Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:00:43.794Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:01:29.292Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:01:43.796Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:02:29.294Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:02:43.797Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:03:29.295Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:03:43.799Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:04:29.297Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:04:43.800Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:05:29.299Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:05:43.801Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:06:29.301Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:06:43.802Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:07:29.302Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:07:43.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:08:29.303Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:08:43.805Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:09:29.304Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:09:43.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:10:29.306Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:10:43.807Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:11:29.307Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:11:43.808Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:12:29.307Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:12:43.810Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:13:29.309Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:13:43.812Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:14:29.309Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:14:43.812Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:15:29.309Z|5db757d3-22a0-41b2-b729-2c3b53e154da|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:15:43.813Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:16:29.311Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:16:43.815Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:17:29.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:17:43.816Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:18:29.312Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:18:43.817Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:19:29.313Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:19:43.818Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:20:29.314Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:20:43.818Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:21:29.315Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:21:43.820Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:22:29.317Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:22:43.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:23:29.319Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:23:43.821Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:24:29.319Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:24:43.823Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:25:29.320Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:25:43.824Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:26:29.321Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:26:43.824Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:27:29.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:27:43.826Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:28:29.322Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:28:43.827Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:29:29.323Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:29:43.828Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:30:29.324Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:30:43.830Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:31:29.325Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:31:43.831Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:32:29.325Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:32:43.832Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:33:29.326Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:33:43.833Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:34:29.327Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:34:43.834Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:35:29.328Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:35:43.836Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:36:29.329Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:36:43.837Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:37:29.331Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:37:43.838Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:38:29.332Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:38:43.840Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:39:29.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:39:43.841Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:40:29.333Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:40:43.842Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:41:29.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:41:43.844Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:42:29.335Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:42:43.845Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:43:29.337Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:43:43.845Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:44:29.339Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:44:43.846Z|d5aee9a7-05fd-4ac4-b68d-558c1575b9ca|pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:45:29.339Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:45:43.847Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:46:29.340Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:46:43.850Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-18T08:47:29.342Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-18T08:47:43.853Z|c1ead363-7f79-4852-b5bb-3fc3baa5d4c2|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO