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-21T05:33:19.405Z||main|||||INFO|500||The following profiles are active: basic
2023-01-21T05:33:31.010Z||main|||||INFO|500||Starting service [Tomcat]
2023-01-21T05:33:31.011Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-01-21T05:33:31.116Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-01-21T05:33:35.589Z||main|||||INFO|500||catdb-pool - Starting...
2023-01-21T05:33:36.088Z||main|||||INFO|500||catdb-pool - Start completed.
2023-01-21T05:33:36.850Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-01-21T05:33:37.073Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-01-21T05:33:37.739Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-01-21T05:33:40.107Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-21T05:33:40.717Z||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-21T05:33:43.840Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-21T05:33:43.976Z||main|||||INFO|500||reqdb-pool - Starting...
2023-01-21T05:33:44.022Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-01-21T05:33:44.034Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-01-21T05:33:44.644Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-01-21T05:33:45.082Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-01-21T05:33:46.326Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2023-01-21T05:33:46.345Z||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$$20cf312a.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-21T05:33:46.346Z||main|||||WARN|500||The sdc end point is not alive
2023-01-21T05:33:49.605Z||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-21T05:33:52.820Z||main|||||WARN|500||---
2023-01-21T05:33:52.821Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-01-21T05:33:52.821Z||main|||||WARN|500||---
2023-01-21T05:33:53.240Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-01-21T05:33:58.618Z||main|||||INFO|500||Started Application in 42.466 seconds (JVM running for 44.529)
2023-01-21T05:33:58.632Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-01-21T05:33:58.634Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-01-21T05:33:58.641Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-01-21T05:33:58.687Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 8f92d27c-6953-40b3-a5b0-f94ef29c8054 url= /sdc/v1/artifactTypes
2023-01-21T05:33:58.692Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2023-01-21T05:33:58.974Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-21T05:33:59.020Z||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-21T05:33:59.020Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-01-21T05:33:59.020Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 6876c213-adca-41a9-8ff8-d1895e0f1ef2 url= /sdc/v1/distributionKafkaData
2023-01-21T05:33:59.021Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/distributionKafkaData
2023-01-21T05:33:59.036Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-01-21T05:33:59.042Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@7e7c9279
2023-01-21T05:33:59.112Z||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-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5
	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-21T05:33:59.162Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Instantiated an idempotent producer.
2023-01-21T05:33:59.250Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-01-21T05:33:59.311Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-21T05:33:59.311Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-21T05:33:59.311Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674279239308
2023-01-21T05:33:59.316Z||scheduling-1|||||INFO|500||start DistributionClient
2023-01-21T05:33:59.336Z||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-527a1d8e-7e11-4593-9741-d39f2fe36632
	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-21T05:33:59.427Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-21T05:33:59.427Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-21T05:33:59.428Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674279239427
2023-01-21T05:33:59.429Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:33:59.432Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:33:59.432Z||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-c4ed8560-a0d7-44c6-8038-f3607d633aa8
	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-21T05:33:59.446Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-01-21T05:33:59.447Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-01-21T05:33:59.447Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1674279239446
2023-01-21T05:33:59.448Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:33:59.449Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:33:59.455Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-01-21T05:34:00.142Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.142Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Cluster ID: 3SZvfsQQSI-9p5CuPb96Aw
2023-01-21T05:34:00.143Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.143Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.144Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.144Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T05:34:00.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.145Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:00.145Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] ProducerId set to 2002 with epoch 0
2023-01-21T05:34:00.147Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Cluster ID: 3SZvfsQQSI-9p5CuPb96Aw
2023-01-21T05:34:00.147Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Cluster ID: 3SZvfsQQSI-9p5CuPb96Aw
2023-01-21T05:34:00.148Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-21T05:34:00.148Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Discovered group coordinator onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483646 rack: null)
2023-01-21T05:34:00.166Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] (Re-)joining group
2023-01-21T05:34:00.166Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] (Re-)joining group
2023-01-21T05:34:00.224Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2
2023-01-21T05:34:00.224Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e
2023-01-21T05:34:00.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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-21T05:34:00.225Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] (Re-)joining group
2023-01-21T05:34:00.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:00.225Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] (Re-)joining group
2023-01-21T05:34:06.239Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e', protocol='range'}
2023-01-21T05:34:06.240Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2', protocol='range'}
2023-01-21T05:34:06.277Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.278Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.279Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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 nE1GLcMrR66HQZoLNICdGg
2023-01-21T05:34:06.283Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e=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-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2=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-21T05:34:06.296Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632-86ace89b-6fe5-494b-8d44-d8ef6c5b406e', protocol='range'}
2023-01-21T05:34:06.297Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.301Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.310Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8-8c3e2cd0-7487-4a59-a9d8-8c0ba3574ef2', protocol='range'}
2023-01-21T05:34:06.310Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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-21T05:34:06.310Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, 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-21T05:34:06.315Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-01-21T05:34:06.315Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-01-21T05:34:06.316Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-01-21T05:34:06.316Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-01-21T05:34:06.317Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-01-21T05:34:06.345Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-21T05:34:06.346Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-01-21T05:34:06.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-21T05:34:06.392Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-01-21T05:34:06.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-21T05:34:06.398Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-01-21T05:34:06.400Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.401Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.405Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.407Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:06.407Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, 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-21T05:34:59.436Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:34:59.451Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:35:59.438Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:35:59.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:36:59.439Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:36:59.453Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:37:59.441Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:37:59.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:38:59.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:38:59.454Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:39:59.443Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:39:59.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:40:59.444Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:40:59.456Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:41:59.446Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:41:59.456Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:42:59.448Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:42:59.457Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:43:00.194Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-527a1d8e-7e11-4593-9741-d39f2fe36632, groupId=so] Node -1 disconnected.
2023-01-21T05:43:00.196Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-c4ed8560-a0d7-44c6-8038-f3607d633aa8, groupId=so] Node -1 disconnected.
2023-01-21T05:43:00.413Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Node -1 disconnected.
2023-01-21T05:43:18.371Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-21T05:43:59.449Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:43:59.458Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:44:59.450Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:44:59.459Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:45:59.452Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:45:59.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:46:59.454Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:46:59.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:47:59.456Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:47:59.462Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:48:59.458Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:48:59.463Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:49:59.459Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:49:59.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:50:59.461Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:50:59.468Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:51:59.463Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:51:59.469Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:52:59.464Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:52:59.471Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:53:59.466Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:53:59.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:54:59.468Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:54:59.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:55:59.469Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:55:59.473Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:56:59.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:56:59.475Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:57:59.472Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:57:59.476Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:58:59.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:58:59.477Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T05:59:59.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T05:59:59.478Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:00:59.477Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:00:59.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:01:59.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:01:59.479Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:02:59.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:02:59.481Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:03:59.479Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:03:59.482Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:04:59.481Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:04:59.483Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:05:59.482Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:05:59.483Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:06:59.484Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:06:59.484Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:07:59.486Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:07:59.486Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:08:59.487Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:08:59.488Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:09:59.489Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:09:59.490Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:10:59.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:10:59.491Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:11:59.491Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:11:59.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:12:59.493Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:12:59.493Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:13:59.495Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:13:59.495Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:14:59.497Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:14:59.497Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:15:59.498Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:15:59.499Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:16:59.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:16:59.500Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:17:59.501Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:17:59.501Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:18:59.504Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:18:59.504Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:19:59.504Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:19:59.505Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:20:59.506Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:20:59.506Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:21:59.507Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:21:59.508Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:22:59.509Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:22:59.509Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:23:59.510Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:23:59.511Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:24:59.511Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:24:59.512Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:25:59.513Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:25:59.514Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:26:59.516Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:26:59.516Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:27:59.517Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:27:59.517Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:28:59.518Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:28:59.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:29:59.519Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:29:59.519Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:30:59.521Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:30:59.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:31:59.522Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:31:59.522Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:32:59.523Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:32:59.523Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:33:59.524Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:33:59.524Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:34:59.526Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:34:59.526Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:35:59.529Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:35:59.530Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:36:59.531Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:36:59.531Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:37:59.533Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:37:59.533Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:38:59.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:38:59.534Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:39:59.536Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:39:59.539Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:40:59.539Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:40:59.540Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:41:59.541Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:41:59.542Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:42:59.542Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:42:59.543Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:02.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-21T06:43:02.827Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"be54294a-bb46-4827-ba22-572d53684b23","serviceName":"vFW 2023-01-21 06-41-50","serviceVersion":"1.0","serviceUUID":"a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec","serviceDescription":"catalog service description","serviceInvariantUUID":"825903d5-d960-42c3-9aad-20e62ddfb4a0","resources":[{"resourceInstanceName":"vFW 0f815202-a813 0","resourceName":"vFW 0f815202-a813","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f2f2a048-229e-4c92-8cfe-4b465b4de7d2","resourceInvariantUUID":"8531298a-dd02-457e-b24f-3f0fdd706a7c","resourceCustomizationUUID":"dc493c27-99d4-4a72-9dc1-5719a2ec546b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml","artifactChecksum":"ZDE4OWVmNzkxZDVmZTE1M2RlMGJkNWRiNmMwNTNhYTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"85a8472d-fcaf-4f41-b621-e01ecc1a7491","artifactVersion":"1"},{"artifactName":"vfw0f815202a8130_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json","artifactChecksum":"MGEzYmUwMDE0ODJhYzM3NGY1ZjA5MjdjZjNiNTE2M2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c577f78-6b57-42e9-92c7-ee05be6e72a2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml","artifactChecksum":"N2NkNDlmY2I4ODgwMDdkNjg4OTM4Njg5YzExNzJkMTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"22251457-a76c-4517-abd4-40561cc1fb9d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"066fdf6b-1281-4a51-ab2b-427293fddb4d","artifactVersion":"2","generatedFromUUID":"2c577f78-6b57-42e9-92c7-ee05be6e72a2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230121064150-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml","artifactChecksum":"ZGRlNGUwNDBiZGY1OWU2ZjFjMDMzYjE1MWFiNWQ1YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b89f6933-8bc7-4d53-b677-875d029e1c5d","artifactVersion":"1"},{"artifactName":"service-Vfw20230121064150-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar","artifactChecksum":"MjNhNmNlMzQwNjE0YjQ3MzczNzE2M2FhOWUzNTVkNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98b95255-2541-4eb8-9f6d-785af9556876","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T06:43:02.850Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:02.860Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:02.861Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:02.861Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:02.868Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.869Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.870Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.870Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:43:02.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T06:43:02.968Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:43:02.995Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:03.893Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:04.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:04.895Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:04.896Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:04.896Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:05.898Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:06.899Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:06.900Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:06.900Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:06.900Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:07.901Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:07.902Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:07.902Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:07.903Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:08.903Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:43:08.904Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:08.904Z||pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:08.904Z||pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:09.907Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "serviceName": "vFW 2023-01-21 06-41-50",
  "serviceVersion": "1.0",
  "serviceUUID": "a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "825903d5-d960-42c3-9aad-20e62ddfb4a0",
  "resources": [
    {
      "resourceInstanceName": "vFW 0f815202-a813 0",
      "resourceCustomizationUUID": "dc493c27-99d4-4a72-9dc1-5719a2ec546b",
      "resourceName": "vFW 0f815202-a813",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f2f2a048-229e-4c92-8cfe-4b465b4de7d2",
      "resourceInvariantUUID": "8531298a-dd02-457e-b24f-3f0fdd706a7c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0f815202a8130_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
          "artifactChecksum": "MGEzYmUwMDE0ODJhYzM3NGY1ZjA5MjdjZjNiNTE2M2Q\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2c577f78-6b57-42e9-92c7-ee05be6e72a2",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "066fdf6b-1281-4a51-ab2b-427293fddb4d",
            "generatedFromUUID": "2c577f78-6b57-42e9-92c7-ee05be6e72a2"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "066fdf6b-1281-4a51-ab2b-427293fddb4d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230121064150-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
      "artifactChecksum": "MjNhNmNlMzQwNjE0YjQ3MzczNzE2M2FhOWUzNTVkNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "98b95255-2541-4eb8-9f6d-785af9556876"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T06:43:09.908Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T06:43:09.908Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec ASDC
2023-01-21T06:43:10.010Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:be54294a-bb46-4827-ba22-572d53684b23
ServiceName:vFW 2023-01-21 06-41-50
ServiceVersion:1.0
ServiceUUID:a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
ServiceInvariantUUID:825903d5-d960-42c3-9aad-20e62ddfb4a0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230121064150-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
ArtifactUUID:98b95255-2541-4eb8-9f6d-785af9556876
ArtifactChecksum:MjNhNmNlMzQwNjE0YjQ3MzczNzE2M2FhOWUzNTVkNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0f815202-a813 0
ResourceCustomizationUUID:dc493c27-99d4-4a72-9dc1-5719a2ec546b
ResourceInvariantUUID:8531298a-dd02-457e-b24f-3f0fdd706a7c
ResourceName:vFW 0f815202-a813
ResourceType:VF
ResourceUUID:f2f2a048-229e-4c92-8cfe-4b465b4de7d2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0f815202a8130_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
ArtifactUUID:0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83
ArtifactChecksum:MGEzYmUwMDE0ODJhYzM3NGY1ZjA5MjdjZjNiNTE2M2Q=
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/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
ArtifactUUID:2c577f78-6b57-42e9-92c7-ee05be6e72a2
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/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
ArtifactUUID:066fdf6b-1281-4a51-ab2b-427293fddb4d
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/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
ArtifactUUID:066fdf6b-1281-4a51-ab2b-427293fddb4d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-21T06:43:10.012Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec 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-21T06:43:10.273Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:43:10.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:43:10.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:43:10.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 98b95255-2541-4eb8-9f6d-785af9556876 from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:10.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:10.277Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:10.402Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:10.421Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar 98b95255-2541-4eb8-9f6d-785af9556876 101518
2023-01-21T06:43:10.422Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar ASDC sendASDCNotification
2023-01-21T06:43:10.423Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:10.423Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:10.424Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:10.424Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:10.424Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283390422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:11.425Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:43:11.426Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:43:11.426Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 98b95255-2541-4eb8-9f6d-785af9556876, URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar to file: /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:11.427Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230121064150-csar.csar
2023-01-21T06:43:11.526Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:11.526Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:12.283Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP551136751318954602/Definitions/service-Vfw20230121064150-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-21T06:43:15.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T06:43:15.301Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:43:15.301Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||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-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||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-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f815202-a813 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-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||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-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.302Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||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-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:15.303Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:43:15.309Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.310Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.314Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.314Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:43:15.316Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.318Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:43:15.319Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:43:15.319Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.319Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.323Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.324Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.325Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.326Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:43:15.327Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.327Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:15.328Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.329Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.331Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfabba28-bd4d-4854-97ef-91b8a1d0e529
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:15.332Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-21T06:43:15.333Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e1047bd-0dae-4ad9-8e87-037cde55ec1d
2023-01-21T06:43:15.334Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:15.335Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:15.336Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-21T06:43:15.337Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ae27f31-cd4d-4d22-a248-222749ac53de
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.338Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.339Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:15.339Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:15.339Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-01-21 06-41-50
Description:catalog service description
Model UUID:a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
Model Version:NULL
Model InvariantUuid:825903d5-d960-42c3-9aad-20e62ddfb4a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0f815202-a813
Model UUID:8025eb75-cad5-4eeb-9c59-7066df3c8bb7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8531298a-dd02-457e-b24f-3f0fdd706a7c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dc493c27-99d4-4a72-9dc1-5719a2ec546b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:19882007-7082-4782-8270-df7fde09e745
ModelName:Vfw0f815202A813..base_vfw..module-0
ModelUuid:02230369-9922-4a65-b6ee-8260537e052e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cfabba28-bd4d-4854-97ef-91b8a1d0e529
ModelInvariantUuid:ea42c80f-2eb6-4444-8ba5-5b1e7c1b38ab
ModelName:vFW 0f815202-a813-nodes.vfwCvfc
ModelUuid:c97bed3a-3ece-4c10-ac84-46814ec06d9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a65fcd01-8a97-4bfa-8553-86810fa2605b
ModelInvariantUuid:655a0c51-d52d-4f5b-a42e-e7558b201a52
ModelName:Vfw0f815202A813.compute.nodes.heat.vfw
ModelUuid:52430500-e9b4-43bf-bfbc-a06969ec12b4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1e1047bd-0dae-4ad9-8e87-037cde55ec1d
ModelInvariantUuid:85521fcb-93ab-4f4a-83b9-778e4a3e271a
ModelName:vFW 0f815202-a813-nodes.vsnCvfc
ModelUuid:751f58b7-06ac-49ca-b3b7-b33374a9e7cd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4c862d3d-f95e-4f70-a079-facfedb4d348
ModelInvariantUuid:3cb208c1-8e41-4a75-a466-509e98a5e020
ModelName:Vfw0f815202A813.compute.nodes.heat.vsn
ModelUuid:85b96f7c-c7ca-4906-b78b-aab21c5c3f04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9ae27f31-cd4d-4d22-a248-222749ac53de
ModelInvariantUuid:11124b7a-7fd7-4fcd-8733-c2e3da879fb5
ModelName:vFW 0f815202-a813-nodes.vpgCvfc
ModelUuid:221bb162-4ce8-4a75-8b8a-bdac76480601
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4e5089c1-0e36-4997-8618-0aa0f7b0c5db
ModelInvariantUuid:843097b3-d0c4-458a-9027-e21bec419fde
ModelName:Vfw0f815202A813.compute.nodes.heat.vpg
ModelUuid:92b9edf1-1733-44c4-9f3e-4ff67e6e1746
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-21T06:43:15.364Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: f2f2a048-229e-4c92-8cfe-4b465b4de7d2
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-21T06:43:15.454Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||vFW 0f815202-a813 0
2023-01-21T06:43:15.460Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f2f2a048-229e-4c92-8cfe-4b465b4de7d2
2023-01-21T06:43:15.460Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83 from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:15.460Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:15.461Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:15.575Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:15.575Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json 0f9fc9cd-e53c-4eb8-88b4-9003f34dcd83 785
2023-01-21T06:43:15.575Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json ASDC sendASDCNotification
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:15.576Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283395575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:16.578Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f815202A813..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "19882007-7082-4782-8270-df7fde09e745",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02230369-9922-4a65-b6ee-8260537e052e",
    "vfModuleModelCustomizationUUID": "ebb29eba-9c34-4367-9435-44ca3f2a5be5",
    "isBase": true,
    "artifacts": [
      "2c577f78-6b57-42e9-92c7-ee05be6e72a2",
      "066fdf6b-1281-4a51-ab2b-427293fddb4d"
    ],
    "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-21T06:43:16.591Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f815202A813..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02230369-9922-4a65-b6ee-8260537e052e
VfModuleModelInvariantUUID:19882007-7082-4782-8270-df7fde09e745
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c577f78-6b57-42e9-92c7-ee05be6e72a2
,
066fdf6b-1281-4a51-ab2b-427293fddb4d

}
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-21T06:43:16.594Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0f815202A813..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "19882007-7082-4782-8270-df7fde09e745",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02230369-9922-4a65-b6ee-8260537e052e",
    "vfModuleModelCustomizationUUID": "ebb29eba-9c34-4367-9435-44ca3f2a5be5",
    "isBase": true,
    "artifacts": [
      "2c577f78-6b57-42e9-92c7-ee05be6e72a2",
      "066fdf6b-1281-4a51-ab2b-427293fddb4d"
    ],
    "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-21T06:43:16.594Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0f815202A813..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02230369-9922-4a65-b6ee-8260537e052e
VfModuleModelInvariantUUID:19882007-7082-4782-8270-df7fde09e745
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c577f78-6b57-42e9-92c7-ee05be6e72a2
,
066fdf6b-1281-4a51-ab2b-427293fddb4d

}
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-21T06:43:16.595Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2c577f78-6b57-42e9-92c7-ee05be6e72a2 from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:16.595Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:16.595Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:16.663Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:16.664Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml 2c577f78-6b57-42e9-92c7-ee05be6e72a2 20368
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:16.665Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:16.666Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:16.666Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283396664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:17.667Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 066fdf6b-1281-4a51-ab2b-427293fddb4d from URL: /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:17.667Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:43:17.667Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:17.791Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:43:17.791Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env 066fdf6b-1281-4a51-ab2b-427293fddb4d 2098
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:17.792Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283397791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:18.793Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
2023-01-21T06:43:18.794Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f815202-a813 0 f2f2a048-229e-4c92-8cfe-4b465b4de7d2 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-21T06:43:18.829Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49ea60b5, org.onap.sdc.toscaparser.api.parameters.Input@6760ee30, org.onap.sdc.toscaparser.api.parameters.Input@170bc463, org.onap.sdc.toscaparser.api.parameters.Input@3ebae286, org.onap.sdc.toscaparser.api.parameters.Input@244fd22c]
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= dc493c27-99d4-4a72-9dc1-5719a2ec546b
2023-01-21T06:43:18.833Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dc493c27-99d4-4a72-9dc1-5719a2ec546b matches Tosca VF Customization UUID: dc493c27-99d4-4a72-9dc1-5719a2ec546b
2023-01-21T06:43:18.834Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: dc493c27-99d4-4a72-9dc1-5719a2ec546b  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-21T06:43:18.840Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.840Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.841Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id dc493c27-99d4-4a72-9dc1-5719a2ec546b: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-21T06:43:18.841Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@516db80e
2023-01-21T06:43:18.842Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.842Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:43:18.842Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ebb29eba-9c34-4367-9435-44ca3f2a5be5
2023-01-21T06:43:18.844Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ebb29eba-9c34-4367-9435-44ca3f2a5be5
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-21T06:43:18.849Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.849Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.849Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.850Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.850Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.851Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.851Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.851Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:18.852Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.853Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:18.854Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.854Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:18.855Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.855Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cfabba28-bd4d-4854-97ef-91b8a1d0e529
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-21T06:43:18.868Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.868Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.868Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.869Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.869Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:18.869Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.870Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-01-21T06:43:18.871Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.872Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2023-01-21T06:43:18.872Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.872Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=1e1047bd-0dae-4ad9-8e87-037cde55ec1d
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-21T06:43:18.874Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.874Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.874Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.877Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.877Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is not matching search criteria
2023-01-21T06:43:18.877Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.878Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2023-01-21T06:43:18.879Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-01-21T06:43:18.880Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-01-21T06:43:18.880Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-01-21T06:43:18.880Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9ae27f31-cd4d-4d22-a248-222749ac53de
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-21T06:43:18.882Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.882Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.883Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:43:18.883Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.883Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Node template vFW 0f815202-a813 0 is matching search criteria
2023-01-21T06:43:18.884Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 0f815202-a813 0] matching following query criteria: sdcType=VF, customizationUUID=dc493c27-99d4-4a72-9dc1-5719a2ec546b
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-21T06:43:18.886Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.886Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.886Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec: vFW 0f815202-a813
2023-01-21T06:43:18.887Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.887Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.887Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.888Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.888Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.888Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.889Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.889Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.889Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:43:18.890Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Service vFW 2023-01-21 06-41-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:43:18.890Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2023-01-21 06-41-50 
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-21T06:43:19.193Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f815202-a813 f2f2a048-229e-4c92-8cfe-4b465b4de7d2 1 ASDC deployResourceStructure
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json ASDC sendASDCNotification
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:19.194Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283399194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:20.195Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-01-21T06:43:20.195Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:20.196Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283400195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:21.197Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env ASDC sendASDCNotification
2023-01-21T06:43:21.197Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:21.198Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283401197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:22.199Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar ASDC sendASDCNotification
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:43:22.200Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283402199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:23.201Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:43:23.226Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:43:23.229Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:43:23.229Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:43:23.229Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:43:53.230Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:43:53.240Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:43:53.242Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:43:53.242Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:43:53.243Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:43:59.449Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:43:59.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T06:43:59.452Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283366957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:43:59.453Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:23.243Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:44:23.260Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:44:23.262Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:44:23.262Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:44:23.262Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:44:53.263Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:44:53.273Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:44:53.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:44:53.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:44:53.275Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:44:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:44:59.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.461Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283353186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283362538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283369824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283366957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283362538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283369824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283353186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283383775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283366957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283362538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283369824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283353186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283383775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283366957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.470Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283362538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283369824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283353186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283383775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283366957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283362538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.474Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283369824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.475Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283353186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.476Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283383775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.476Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283366957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.479Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283362538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.480Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283369824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.481Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283353186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283383775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283366957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283379542,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.484Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283362538,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.485Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283369824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283353186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283383775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283389263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.488Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283389291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283389307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283383775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283390422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.491Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283390278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283390326,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-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-21T06:44:59.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283390368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283391084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.517Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "policy-distribution",
  "timestamp": 1674283391282,
  "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-21T06:44:59.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.533Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283391443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.533Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.534Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283392571,
  "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-21T06:44:59.539Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.539Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.548Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283393576,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283395575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.549Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283396664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283397791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283396191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283396191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283399194,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vfw0f815202a8130_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.551Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283396191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283400195,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283396191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283401197,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.553Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283396191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/resourceInstances/vfw0f815202a8130/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283402199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283396191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.555Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283396191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283404059,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283408451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.557Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283409455,
  "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-21T06:44:59.562Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.562Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.571Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283409810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230121064150/1.0/artifacts/service-Vfw20230121064150-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.571Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.572Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283410815,
  "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-21T06:44:59.576Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be54294a-bb46-4827-ba22-572d53684b23
2023-01-21T06:44:59.577Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be54294a-bb46-4827-ba22-572d53684b23 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-21T06:44:59.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.584Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283422284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.584Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283413775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283391330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283409240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283424582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.587Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283422284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283413775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283409240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.589Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283424582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283391330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283426190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283422284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283413775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.592Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283409240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283424582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283391330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.594Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283426190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283422284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283413775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283409240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.596Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283424582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.597Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283391330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283426190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283422284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.599Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283413775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283409240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283424582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283391330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283426190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283422284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283413775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.603Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283409240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.604Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283424582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283391330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283426190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.606Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283422284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283413775,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.607Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674283409240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283424582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.608Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283391330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.609Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283426190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283433014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283432696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283432687,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.611Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283432695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.612Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283426190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283433699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.613Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.614Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674283433699,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-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-21T06:44:59.642Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.642Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:44:59.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283433755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.651Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283433949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.652Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.652Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "policy-distribution",
  "timestamp": 1674283434700,
  "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-21T06:44:59.657Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.657Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:44:59.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.666Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283434844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:44:59.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.667Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283435876,
  "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-21T06:44:59.671Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.671Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:44:59.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.680Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283436349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674283436879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:44:59.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:44:59.682Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674283437356,
  "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-21T06:44:59.687Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:44:59.687Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:45:23.276Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:45:23.293Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be54294a-bb46-4827-ba22-572d53684b23
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-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T06:45:23.296Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:45:23.297Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:45:23.298Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||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-21T06:45:23.304Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T06:45:53.305Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be54294a-bb46-4827-ba22-572d53684b23 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-21T06:45:53.321Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be54294a-bb46-4827-ba22-572d53684b23 and serviceModelVersionId: a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec
2023-01-21T06:45:53.321Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 825903d5-d960-42c3-9aad-20e62ddfb4a0
2023-01-21T06:45:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:45:59.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283440852,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:45:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "aai-model-loader",
  "timestamp": 1674283441855,
  "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-21T06:45:59.461Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b45af771-a467-418f-983b-4002910c0620
2023-01-21T06:45:59.461Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId b45af771-a467-418f-983b-4002910c0620 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-21T06:46:09.578Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0
2023-01-21T06:46:09.690Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T06:46:10.203Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?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-21T06:46:10.209Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0|INFO|500||Invoke
2023-01-21T06:46:10.330Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T06:46:10.590Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0|INFO|500||InvokeReturn
2023-01-21T06:46:10.591Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/825903d5-d960-42c3-9aad-20e62ddfb4a0/model-vers/model-ver/a2dfd4bd-2a8d-4239-af8e-a26d32bce8ec?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 06:46:09 GMT], content-length=[0], vertex-id=[151688], x-aai-txid=[2-aai-resources-230121-06:46:09:316-68760], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T06:46:10.593Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2023-01-21T06:46:10.596Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T06:46:10.596Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||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-21T06:46:10.601Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||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-21T06:46:10.602Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be54294a-bb46-4827-ba22-572d53684b23 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T06:46:10.603Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T06:46:10.604Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:10.604Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:10.604Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283570602,
  "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-21T06:46:11.616Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:46:11.687Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-21T06:46:11.687Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"b45af771-a467-418f-983b-4002910c0620","serviceName":"basic_onboard_zPwOqC","serviceVersion":"1.0","serviceUUID":"c8cd1754-1d37-47ae-b9b1-5e9375ca6938","serviceDescription":"service","serviceInvariantUUID":"305bd6f7-4644-47cb-b16f-2e43ad80c0fc","resources":[{"resourceInstanceName":"basic_onboard_zPwOqC 0","resourceName":"basic_onboard_zPwOqC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4104b3bd-1210-4b15-84d3-2d5cf2b0d12a","resourceInvariantUUID":"379a07c5-0d63-4c1e-9fca-69ab8dc5ec26","resourceCustomizationUUID":"a07fe071-994a-4931-88f8-c57c58969d4d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml","artifactChecksum":"YTFjYjA2N2RhNGIyNzUwODQyNzUwNDUzMjg0ODYzYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd538bd1-0924-4748-b4bc-78f6b8383678","artifactVersion":"1"},{"artifactName":"basic_onboard_zpwoqc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json","artifactChecksum":"ODlkNzgxMTc4MTY4MWIxYmIyYjVkMmNlMGQ2MDVjNWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d1e3fa76-edeb-461e-aeb9-e0121e4326f9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5b916353-318d-40ba-affd-88564926bb45","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"468c5a2c-c582-49cb-94b2-d206f313d834","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd23ccef-051e-4ec3-bc5b-bd45f83b8b63","artifactVersion":"2","generatedFromUUID":"5b916353-318d-40ba-affd-88564926bb45"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZpwoqc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml","artifactChecksum":"YTFmNGQyZWRiMDQyMjI1YWU3NTRiZDRhNWMxZTlmM2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bb0049a-9f79-4640-b9cb-4b674799a43c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZpwoqc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar","artifactChecksum":"OWU4MGJlY2Y2MWNjNWY3MzQwNWJlMzczYzk2YWUxMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"18d76450-7baa-4c02-aa72-a98202c75c76","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T06:46:11.690Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:11.691Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:11.691Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:11.691Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:12.692Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:12.692Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:12.692Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:12.693Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:13.694Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:13.694Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:13.695Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:13.695Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:14.695Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:14.696Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:14.697Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:14.697Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:15.698Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:15.699Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:15.699Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:15.699Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:16.700Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:16.700Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:16.701Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:16.701Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:17.702Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:46:17.702Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:17.702Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:17.703Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:18.704Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "serviceName": "basic_onboard_zPwOqC",
  "serviceVersion": "1.0",
  "serviceUUID": "c8cd1754-1d37-47ae-b9b1-5e9375ca6938",
  "serviceDescription": "service",
  "serviceInvariantUUID": "305bd6f7-4644-47cb-b16f-2e43ad80c0fc",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_zPwOqC 0",
      "resourceCustomizationUUID": "a07fe071-994a-4931-88f8-c57c58969d4d",
      "resourceName": "basic_onboard_zPwOqC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4104b3bd-1210-4b15-84d3-2d5cf2b0d12a",
      "resourceInvariantUUID": "379a07c5-0d63-4c1e-9fca-69ab8dc5ec26",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zpwoqc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
          "artifactChecksum": "ODlkNzgxMTc4MTY4MWIxYmIyYjVkMmNlMGQ2MDVjNWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d1e3fa76-edeb-461e-aeb9-e0121e4326f9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5b916353-318d-40ba-affd-88564926bb45",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bd23ccef-051e-4ec3-bc5b-bd45f83b8b63",
            "generatedFromUUID": "5b916353-318d-40ba-affd-88564926bb45"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bd23ccef-051e-4ec3-bc5b-bd45f83b8b63",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZpwoqc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
      "artifactChecksum": "OWU4MGJlY2Y2MWNjNWY3MzQwNWJlMzczYzk2YWUxMDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "18d76450-7baa-4c02-aa72-a98202c75c76"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T06:46:18.705Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T06:46:18.705Z|be54294a-bb46-4827-ba22-572d53684b23|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8cd1754-1d37-47ae-b9b1-5e9375ca6938 ASDC
2023-01-21T06:46:18.706Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:b45af771-a467-418f-983b-4002910c0620
ServiceName:basic_onboard_zPwOqC
ServiceVersion:1.0
ServiceUUID:c8cd1754-1d37-47ae-b9b1-5e9375ca6938
ServiceInvariantUUID:305bd6f7-4644-47cb-b16f-2e43ad80c0fc
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZpwoqc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
ArtifactUUID:18d76450-7baa-4c02-aa72-a98202c75c76
ArtifactChecksum:OWU4MGJlY2Y2MWNjNWY3MzQwNWJlMzczYzk2YWUxMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_zPwOqC 0
ResourceCustomizationUUID:a07fe071-994a-4931-88f8-c57c58969d4d
ResourceInvariantUUID:379a07c5-0d63-4c1e-9fca-69ab8dc5ec26
ResourceName:basic_onboard_zPwOqC
ResourceType:VF
ResourceUUID:4104b3bd-1210-4b15-84d3-2d5cf2b0d12a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zpwoqc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
ArtifactUUID:d1e3fa76-edeb-461e-aeb9-e0121e4326f9
ArtifactChecksum:ODlkNzgxMTc4MTY4MWIxYmIyYjVkMmNlMGQ2MDVjNWQ=
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/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5b916353-318d-40ba-affd-88564926bb45
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/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd23ccef-051e-4ec3-bc5b-bd45f83b8b63
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/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
ArtifactUUID:bd23ccef-051e-4ec3-bc5b-bd45f83b8b63
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-21T06:46:18.706Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8cd1754-1d37-47ae-b9b1-5e9375ca6938 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-21T06:46:18.734Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:46:18.735Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:46:18.735Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:46:18.736Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 18d76450-7baa-4c02-aa72-a98202c75c76 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:18.736Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:18.736Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:18.854Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:18.858Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar 18d76450-7baa-4c02-aa72-a98202c75c76 75681
2023-01-21T06:46:18.858Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar ASDC sendASDCNotification
2023-01-21T06:46:18.858Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:18.859Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:18.859Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:18.859Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:18.860Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283578858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:19.861Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:46:19.861Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T06:46:19.862Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 18d76450-7baa-4c02-aa72-a98202c75c76, URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar to file: /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.862Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.863Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.863Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:19.983Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11515492501368898612/Definitions/service-BasicOnboardZpwoqc-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-21T06:46:21.136Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T06:46:21.137Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_zPwOqC 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-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.138Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||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-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||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-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||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-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.139Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||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-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:21.140Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T06:46:21.140Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.140Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.141Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.141Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:46:21.141Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.142Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.143Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is not matching search criteria
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-01-21T06:46:21.144Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.145Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:46:21.146Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.146Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.146Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:21.147Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is not matching search criteria
2023-01-21T06:46:21.148Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-21T06:46:21.149Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-21T06:46:21.149Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f37ed09a-548d-4ba2-9ff8-78d0f880b8ce
2023-01-21T06:46:21.149Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.150Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.150Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.150Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:21.151Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:21.152Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_zPwOqC
Description:service
Model UUID:c8cd1754-1d37-47ae-b9b1-5e9375ca6938
Model Version:NULL
Model InvariantUuid:305bd6f7-4644-47cb-b16f-2e43ad80c0fc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_zPwOqC
Model UUID:bac5f771-909d-4403-ab84-67515f2aba71
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:379a07c5-0d63-4c1e-9fca-69ab8dc5ec26
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a07fe071-994a-4931-88f8-c57c58969d4d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2b94acf6-0e2a-4642-93de-d150fb02188a
ModelName:BasicOnboardZpwoqc..base_ubuntu18..module-0
ModelUuid:82728218-15f8-45b1-aca5-ad27815bb98e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f37ed09a-548d-4ba2-9ff8-78d0f880b8ce
ModelInvariantUuid:ececbfa5-7572-49c3-91d4-1aecc9fe17d3
ModelName:basic_onboard_zPwOqC-nodes.ubuntu18Cvfc
ModelUuid:60b70a00-4258-4a92-bc45-1523fccf1e86
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e74993d6-38db-4c89-9e0e-d10999146bba
ModelInvariantUuid:5063830b-75cb-409a-9d95-396516d52561
ModelName:BasicOnboardZpwoqc.compute.nodes.heat.ubuntu18
ModelUuid:0a87cd06-121f-4e53-a6a6-e29136b20ac5
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-21T06:46:21.158Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a
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-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||basic_onboard_zPwOqC 0
2023-01-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a
2023-01-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d1e3fa76-edeb-461e-aeb9-e0121e4326f9 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:21.161Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:21.162Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:21.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:21.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json d1e3fa76-edeb-461e-aeb9-e0121e4326f9 798
2023-01-21T06:46:21.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json ASDC sendASDCNotification
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:21.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:21.225Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283581223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:22.225Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZpwoqc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2b94acf6-0e2a-4642-93de-d150fb02188a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82728218-15f8-45b1-aca5-ad27815bb98e",
    "vfModuleModelCustomizationUUID": "9023e468-6303-46c9-8f3d-8dad01dff30e",
    "isBase": true,
    "artifacts": [
      "5b916353-318d-40ba-affd-88564926bb45",
      "bd23ccef-051e-4ec3-bc5b-bd45f83b8b63"
    ],
    "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-21T06:46:22.233Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZpwoqc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82728218-15f8-45b1-aca5-ad27815bb98e
VfModuleModelInvariantUUID:2b94acf6-0e2a-4642-93de-d150fb02188a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b916353-318d-40ba-affd-88564926bb45
,
bd23ccef-051e-4ec3-bc5b-bd45f83b8b63

}
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-21T06:46:22.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZpwoqc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2b94acf6-0e2a-4642-93de-d150fb02188a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "82728218-15f8-45b1-aca5-ad27815bb98e",
    "vfModuleModelCustomizationUUID": "9023e468-6303-46c9-8f3d-8dad01dff30e",
    "isBase": true,
    "artifacts": [
      "5b916353-318d-40ba-affd-88564926bb45",
      "bd23ccef-051e-4ec3-bc5b-bd45f83b8b63"
    ],
    "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-21T06:46:22.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZpwoqc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:82728218-15f8-45b1-aca5-ad27815bb98e
VfModuleModelInvariantUUID:2b94acf6-0e2a-4642-93de-d150fb02188a
VfModuleModelDescription:NULL
Artifacts UUID List:{
5b916353-318d-40ba-affd-88564926bb45
,
bd23ccef-051e-4ec3-bc5b-bd45f83b8b63

}
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-21T06:46:22.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5b916353-318d-40ba-affd-88564926bb45 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:22.237Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:22.237Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:22.307Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:22.308Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml 5b916353-318d-40ba-affd-88564926bb45 5033
2023-01-21T06:46:22.309Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-21T06:46:22.309Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:22.309Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:22.310Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:22.310Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:22.310Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283582309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:23.312Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bd23ccef-051e-4ec3-bc5b-bd45f83b8b63 from URL: /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:23.312Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T06:46:23.313Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:23.367Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T06:46:23.368Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env bd23ccef-051e-4ec3-bc5b-bd45f83b8b63 909
2023-01-21T06:46:23.368Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-21T06:46:23.369Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:23.369Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:46:23.369Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:23.370Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:23.370Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283583368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:24.371Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c8cd1754-1d37-47ae-b9b1-5e9375ca6938
2023-01-21T06:46:24.371Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_zPwOqC 0 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a 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-21T06:46:24.386Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e85ed4e, org.onap.sdc.toscaparser.api.parameters.Input@788e963f, org.onap.sdc.toscaparser.api.parameters.Input@53e40a48, org.onap.sdc.toscaparser.api.parameters.Input@166d4585, org.onap.sdc.toscaparser.api.parameters.Input@5743259b]
2023-01-21T06:46:24.387Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.388Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.388Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-01-21T06:46:24.388Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a07fe071-994a-4931-88f8-c57c58969d4d
2023-01-21T06:46:24.389Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a07fe071-994a-4931-88f8-c57c58969d4d matches Tosca VF Customization UUID: a07fe071-994a-4931-88f8-c57c58969d4d
2023-01-21T06:46:24.389Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a07fe071-994a-4931-88f8-c57c58969d4d  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-21T06:46:24.392Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.392Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.393Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a07fe071-994a-4931-88f8-c57c58969d4d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-21T06:46:24.393Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5408a0b0
2023-01-21T06:46:24.393Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.394Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T06:46:24.394Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9023e468-6303-46c9-8f3d-8dad01dff30e
2023-01-21T06:46:24.395Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9023e468-6303-46c9-8f3d-8dad01dff30e
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-21T06:46:24.397Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.397Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.398Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:24.398Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.399Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.399Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:24.399Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.400Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is not matching search criteria
2023-01-21T06:46:24.400Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-01-21T06:46:24.400Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-01-21T06:46:24.401Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f37ed09a-548d-4ba2-9ff8-78d0f880b8ce
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-21T06:46:24.403Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.403Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.403Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T06:46:24.404Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.404Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_zPwOqC 0 is matching search criteria
2023-01-21T06:46:24.404Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_zPwOqC 0] matching following query criteria: sdcType=VF, customizationUUID=a07fe071-994a-4931-88f8-c57c58969d4d
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-21T06:46:24.406Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.407Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.407Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c8cd1754-1d37-47ae-b9b1-5e9375ca6938: basic_onboard_zPwOqC
2023-01-21T06:46:24.407Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.408Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.408Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.408Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.409Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.409Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.409Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.410Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.410Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:46:24.410Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_zPwOqC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:46:24.411Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_zPwOqC 
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-21T06:46:24.492Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_zPwOqC 4104b3bd-1210-4b15-84d3-2d5cf2b0d12a 1 ASDC deployResourceStructure
2023-01-21T06:46:24.492Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json ASDC sendASDCNotification
2023-01-21T06:46:24.492Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:24.493Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283584492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:25.494Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:25.495Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:25.496Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283585494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:26.496Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:26.497Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283586496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:27.498Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar ASDC sendASDCNotification
2023-01-21T06:46:27.499Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar
2023-01-21T06:46:27.499Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:46:27.499Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:27.500Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:27.500Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283587498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:28.501Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b45af771-a467-418f-983b-4002910c0620
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:46:28.513Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b45af771-a467-418f-983b-4002910c0620
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-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T06:46:28.517Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T06:46:28.518Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||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-21T06:46:28.523Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T06:46:58.524Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b45af771-a467-418f-983b-4002910c0620 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-21T06:46:58.531Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b45af771-a467-418f-983b-4002910c0620 and serviceModelVersionId: c8cd1754-1d37-47ae-b9b1-5e9375ca6938
2023-01-21T06:46:58.531Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 305bd6f7-4644-47cb-b16f-2e43ad80c0fc
2023-01-21T06:46:58.532Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0
2023-01-21T06:46:58.537Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T06:46:58.585Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|INFO|500||Invoke
2023-01-21T06:46:58.586Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b45af771-a467-418f-983b-4002910c0620], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6b252236-e6e0-4f0f-8b7b-376ed24842d7], X-ECOMP-RequestID=[b45af771-a467-418f-983b-4002910c0620], X-TransactionId=[], X-ONAP-RequestID=[b45af771-a467-418f-983b-4002910c0620], Content-Type=[application/merge-patch+json]}
2023-01-21T06:46:58.614Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T06:46:58.750Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?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/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 06:46:57 GMT], content-length=[0], vertex-id=[180224], x-aai-txid=[1-aai-resources-230121-06:46:57:595-3136], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T06:46:58.751Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-21T06:46:58.751Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/305bd6f7-4644-47cb-b16f-2e43ad80c0fc/model-vers/model-ver/c8cd1754-1d37-47ae-b9b1-5e9375ca6938?depth=0|INFO|500||InvokeReturn
2023-01-21T06:46:58.752Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T06:46:58.752Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||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-21T06:46:58.757Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||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-21T06:46:58.757Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b45af771-a467-418f-983b-4002910c0620 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:46:58.758Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283618758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:46:59.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "be54294a-bb46-4827-ba22-572d53684b23",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283570602,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:46:59.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:46:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283571616,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283578858,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283581223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283582309,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283583368,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283584492,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/basic_onboard_zpwoqc0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283585494,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283586496,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/resourceInstances/basic_onboard_zpwoqc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283587498,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZpwoqc/1.0/artifacts/service-BasicOnboardZpwoqc-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "b45af771-a467-418f-983b-4002910c0620",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674283618758,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T06:46:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-01-21T06:46:59.771Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:47:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:47:59.772Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:48:59.450Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:48:59.774Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:49:59.451Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:49:59.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:50:59.453Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:50:59.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:51:59.456Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:51:59.778Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:52:30.998Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Node 0 disconnected.
2023-01-21T06:52:59.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:52:59.778Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:53:59.458Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:53:59.779Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:54:59.460Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:54:59.781Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:55:59.461Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:55:59.781Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:56:59.462Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:56:59.782Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:57:59.464Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:57:59.785Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T06:58:37.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T06:58:37.365Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"0ec21cd8-1b21-4c77-840d-259aa02d5617","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d","serviceDescription":"service","serviceInvariantUUID":"bf10b8df-31b9-41f7-b77a-896dc00d2939","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8da843e3-1a57-420a-a8a1-ec75bec8b975","resourceInvariantUUID":"36b8284f-c0c0-4999-84ed-b926719b1439","resourceCustomizationUUID":"ecfb3acf-5996-4028-82a8-fae754f83fb3","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":"NTAzMjFhZmQ0NDJiZmVmOTZhNTU2ZjdmMTVlZTc0YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bd09fe19-cd9c-45aa-9e06-a0b73b3ff63c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWM5MjVkNzVkZGFjNDliZWYzYzc1ZWUwYzQ4MzIzZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9a5f515e-566e-42b7-9c60-4576eaf659ce","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T06:58:37.372Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:58:37.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:37.373Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:37.373Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284279785,
  "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-21T06:58:37.377Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.378Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T06:58:37.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:58:37.393Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284313775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:58:37.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:58:38.380Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T06:58:38.381Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:38.381Z||pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:38.381Z||pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284279785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:58:39.383Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf10b8df-31b9-41f7-b77a-896dc00d2939",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ecfb3acf-5996-4028-82a8-fae754f83fb3",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "8da843e3-1a57-420a-a8a1-ec75bec8b975",
      "resourceInvariantUUID": "36b8284f-c0c0-4999-84ed-b926719b1439",
      "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": "MWM5MjVkNzVkZGFjNDliZWYzYzc1ZWUwYzQ4MzIzZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9a5f515e-566e-42b7-9c60-4576eaf659ce"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T06:58:39.383Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T06:58:39.383Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d ASDC
2023-01-21T06:58:39.384Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:0ec21cd8-1b21-4c77-840d-259aa02d5617
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
ServiceInvariantUUID:bf10b8df-31b9-41f7-b77a-896dc00d2939
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:9a5f515e-566e-42b7-9c60-4576eaf659ce
ArtifactChecksum:MWM5MjVkNzVkZGFjNDliZWYzYzc1ZWUwYzQ4MzIzZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ecfb3acf-5996-4028-82a8-fae754f83fb3
ResourceInvariantUUID:36b8284f-c0c0-4999-84ed-b926719b1439
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:8da843e3-1a57-420a-a8a1-ec75bec8b975
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-01-21T06:58:39.384Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d 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-21T06:58:39.417Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:58:39.418Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T06:58:39.418Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T06:58:39.419Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9a5f515e-566e-42b7-9c60-4576eaf659ce from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-21T06:58:39.419Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T06:58:39.419Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-21T06:58:39.596Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9a5f515e-566e-42b7-9c60-4576eaf659ce 57791
2023-01-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-21T06:58:39.600Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T06:58:39.601Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:39.601Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:39.601Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284319600,
  "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-21T06:58:40.602Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T06:58:40.603Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T06:58:40.603Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 9a5f515e-566e-42b7-9c60-4576eaf659ce, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:40.604Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-01-21T06:58:40.604Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:40.605Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:40.768Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2720884255537377722/Definitions/service-BasicNetwork-template.yml
2023-01-21T06:58:41.334Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.335Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.336Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.337Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T06:58:41.337Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.337Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:58:41.338Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T06:58:41.339Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.340Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.341Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.342Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
Model Version:NULL
Model InvariantUuid:bf10b8df-31b9-41f7-b77a-896dc00d2939
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:36b8284f-c0c0-4999-84ed-b926719b1439
Model UUID:6593d1dd-7be9-4bdc-aae3-9b758a274d25
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ecfb3acf-5996-4028-82a8-fae754f83fb3
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-21T06:58:41.350Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 8da843e3-1a57-420a-a8a1-ec75bec8b975
2023-01-21T06:58:41.350Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||No resources found for Service: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
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-21T06:58:41.357Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||
2023-01-21T06:58:41.357Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-01-21T06:58:41.358Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
2023-01-21T06:58:41.359Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
2023-01-21T06:58:41.359Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-01-21T06:58:41.359Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-21T06:58:41.364Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@60ab4d2c, org.onap.sdc.toscaparser.api.parameters.Input@3e41c94, org.onap.sdc.toscaparser.api.parameters.Input@1e724188, org.onap.sdc.toscaparser.api.parameters.Input@3c9db837, org.onap.sdc.toscaparser.api.parameters.Input@6e540a5]
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.366Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d: Generic NeutronNet
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.367Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.368Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-01-21T06:58:41.407Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.407Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.408Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.408Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.409Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T06:58:41.409Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T06:58:41.409Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-01-21T06:58:41.478Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T06:58:41.479Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T06:58:41.480Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284321479,
  "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-21T06:58:42.480Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:58:42.491Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:58:42.493Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:58:42.493Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:58:42.493Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:58:59.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:58:59.451Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:58:59.451Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "policy-distribution",
  "timestamp": 1674284305733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:58:59.452Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:58:59.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:58:59.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:58:59.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:12.494Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:59:12.503Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:59:12.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:59:12.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:59:12.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:59:42.506Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T06:59:42.516Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T06:59:42.518Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T06:59:42.518Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T06:59:42.518Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T06:59:59.449Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T06:59:59.452Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.452Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284279785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284307933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.453Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284312530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284313775,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "policy-distribution",
  "timestamp": 1674284305733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:59:59.454Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284274725,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284279785,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:59:59.455Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284307933,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284312530,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.456Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "policy-distribution",
  "timestamp": 1674284318747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284318752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284319077,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284319600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.458Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "policy-distribution",
  "timestamp": 1674284319752,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:59:59.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.459Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284319759,
  "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-21T06:59:59.467Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284321479,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.476Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "policy-distribution",
  "timestamp": 1674284320753,
  "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-21T06:59:59.481Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.481Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.489Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284323534,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:59:59.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.490Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284324536,
  "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-21T06:59:59.494Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.495Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284326190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284326190,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T06:59:59.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284328938,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.506Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284330664,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T06:59:59.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.507Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284331668,
  "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-21T06:59:59.511Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0ec21cd8-1b21-4c77-840d-259aa02d5617
2023-01-21T06:59:59.512Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T06:59:59.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.520Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.521Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.523Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.524Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.525Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.526Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.527Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T06:59:59.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:12.519Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:00:12.529Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617
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-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:00:12.533Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:00:12.534Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|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-21T07:00:12.538Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:00:42.538Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617 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-21T07:00:42.552Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0ec21cd8-1b21-4c77-840d-259aa02d5617 and serviceModelVersionId: 579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d
2023-01-21T07:00:42.552Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf10b8df-31b9-41f7-b77a-896dc00d2939
2023-01-21T07:00:42.553Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0
2023-01-21T07:00:42.558Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:00:42.613Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?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-21T07:00:42.615Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0|INFO|500||Invoke
2023-01-21T07:00:42.638Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T07:00:42.760Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0|INFO|500||InvokeReturn
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf10b8df-31b9-41f7-b77a-896dc00d2939/model-vers/model-ver/579f7173-9cab-4b0a-8eb6-45dbcdbb2d4d?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:00:41 GMT], content-length=[0], vertex-id=[204944], x-aai-txid=[1-aai-resources-230121-07:00:41:620-5913], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:00:42.761Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|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-21T07:00:42.766Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|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-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0ec21cd8-1b21-4c77-840d-259aa02d5617 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:42.767Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284442767,
  "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-21T07:00:43.779Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:00:43.789Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T07:00:43.789Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"2a5f5b2d-f5ed-4449-8188-81d138a55cde","serviceName":"Demo_pNF_LwOmfLIg5YOZc24s3w3O","serviceVersion":"1.0","serviceUUID":"247b76a2-d45c-44fc-9019-ca82ea224a4b","serviceDescription":"catalog service description","serviceInvariantUUID":"32d1644d-2eab-4cd3-a964-a7f2c941ff5d","resources":[{"resourceInstanceName":"pNF fbac8ad8-fb80 0","resourceName":"pNF fbac8ad8-fb80","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4a13c1e8-2877-4017-aa8e-229f80463c59","resourceInvariantUUID":"c6e09df0-962b-47a5-ac79-c3123850a390","resourceCustomizationUUID":"66852f78-bea0-481a-a5f6-d82d4f776e9a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml","artifactChecksum":"ODE4YmQzODY2MGIzYjg4NjVmMzFlNzVmOTJhODQxZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c39e87d1-3417-4484-97b6-542b6b6b0b21","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar","artifactChecksum":"YmUyNmNiYjYwZTM2ZWQyZWRhYWFiZjViNTE3NjVhODA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4152d1b5-9df9-4063-955d-bc3bcfeda5f0","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"50531250-6aae-45f9-9423-79a45188c36f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml","artifactChecksum":"NDVlMGVhN2ZiZGE5ODg0MTliMWFiNjc1OWU0NGM0NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70aadfdd-391c-49e3-bdbc-cb8ef700b95a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"244ec8d0-063f-4e41-be5a-c0168b7c2a28","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8576fcda-b89a-4b0a-8c6e-804cfc065b31","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLwomflig5yozc24s3w3o-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml","artifactChecksum":"Nzk1OWY1YWM3ZjI1MWE4MzJkNTdkZTU3MGJlZDU1NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bf6b8eb5-f18a-4f78-a379-173976bd9f1e","artifactVersion":"1"},{"artifactName":"service-DemoPnfLwomflig5yozc24s3w3o-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar","artifactChecksum":"ZGIxZWMxNGRlZjkzYjEyN2ZkMDExMmQzZDdkOTFjZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95dc6904-2c65-48a0-b009-5e07625ee185","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T07:00:43.791Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:43.791Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:43.792Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:43.792Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:44.793Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:45.794Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:46.795Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:46.796Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:46.796Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:46.796Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:47.797Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:48.798Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:49.799Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:49.800Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:49.800Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:49.800Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:50.801Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:51.802Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "serviceName": "Demo_pNF_LwOmfLIg5YOZc24s3w3O",
  "serviceVersion": "1.0",
  "serviceUUID": "247b76a2-d45c-44fc-9019-ca82ea224a4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "32d1644d-2eab-4cd3-a964-a7f2c941ff5d",
  "resources": [
    {
      "resourceInstanceName": "pNF fbac8ad8-fb80 0",
      "resourceCustomizationUUID": "66852f78-bea0-481a-a5f6-d82d4f776e9a",
      "resourceName": "pNF fbac8ad8-fb80",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4a13c1e8-2877-4017-aa8e-229f80463c59",
      "resourceInvariantUUID": "c6e09df0-962b-47a5-ac79-c3123850a390",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
      "artifactChecksum": "ZGIxZWMxNGRlZjkzYjEyN2ZkMDExMmQzZDdkOTFjZjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95dc6904-2c65-48a0-b009-5e07625ee185"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T07:00:51.803Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T07:00:51.803Z|0ec21cd8-1b21-4c77-840d-259aa02d5617|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 247b76a2-d45c-44fc-9019-ca82ea224a4b ASDC
2023-01-21T07:00:51.803Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:2a5f5b2d-f5ed-4449-8188-81d138a55cde
ServiceName:Demo_pNF_LwOmfLIg5YOZc24s3w3O
ServiceVersion:1.0
ServiceUUID:247b76a2-d45c-44fc-9019-ca82ea224a4b
ServiceInvariantUUID:32d1644d-2eab-4cd3-a964-a7f2c941ff5d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
ArtifactUUID:95dc6904-2c65-48a0-b009-5e07625ee185
ArtifactChecksum:ZGIxZWMxNGRlZjkzYjEyN2ZkMDExMmQzZDdkOTFjZjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF fbac8ad8-fb80 0
ResourceCustomizationUUID:66852f78-bea0-481a-a5f6-d82d4f776e9a
ResourceInvariantUUID:c6e09df0-962b-47a5-ac79-c3123850a390
ResourceName:pNF fbac8ad8-fb80
ResourceType:PNF
ResourceUUID:4a13c1e8-2877-4017-aa8e-229f80463c59
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-21T07:00:51.803Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 247b76a2-d45c-44fc-9019-ca82ea224a4b 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-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 95dc6904-2c65-48a0-b009-5e07625ee185 from URL: /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:51.827Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:00:51.828Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:51.906Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:00:51.910Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar 95dc6904-2c65-48a0-b009-5e07625ee185 88015
2023-01-21T07:00:51.910Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar ASDC sendASDCNotification
2023-01-21T07:00:51.910Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:51.911Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284451910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:52.912Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:00:52.912Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:00:52.912Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 95dc6904-2c65-48a0-b009-5e07625ee185, URL: /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar to file: /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:52.913Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:52.913Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:52.913Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.005Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15863612103861667031/Definitions/service-DemoPnfLwomflig5yozc24s3w3o-template.yml
2023-01-21T07:00:53.691Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T07:00:53.718Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF fbac8ad8-fb80 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-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.719Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Node template pNF fbac8ad8-fb80 0 is matching search criteria
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fbac8ad8-fb80 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:00:53.720Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Node template pNF fbac8ad8-fb80 0 is matching search criteria
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF fbac8ad8-fb80 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.721Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.722Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.723Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LwOmfLIg5YOZc24s3w3O
Description:catalog service description
Model UUID:247b76a2-d45c-44fc-9019-ca82ea224a4b
Model Version:NULL
Model InvariantUuid:32d1644d-2eab-4cd3-a964-a7f2c941ff5d
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-21T07:00:53.729Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4a13c1e8-2877-4017-aa8e-229f80463c59
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-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||pNF fbac8ad8-fb80 0
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4a13c1e8-2877-4017-aa8e-229f80463c59
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 247b76a2-d45c-44fc-9019-ca82ea224a4b
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 247b76a2-d45c-44fc-9019-ca82ea224a4b
2023-01-21T07:00:53.733Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF fbac8ad8-fb80 0 4a13c1e8-2877-4017-aa8e-229f80463c59 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-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42581f2, org.onap.sdc.toscaparser.api.parameters.Input@5dad4fe4, org.onap.sdc.toscaparser.api.parameters.Input@6765225f, org.onap.sdc.toscaparser.api.parameters.Input@744af44a, org.onap.sdc.toscaparser.api.parameters.Input@5cc8c120]
2023-01-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.739Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 247b76a2-d45c-44fc-9019-ca82ea224a4b: pNF fbac8ad8-fb80
2023-01-21T07:00:53.740Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Processing PNF resource: 4a13c1e8-2877-4017-aa8e-229f80463c59
2023-01-21T07:00:53.740Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:00:53.740Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_LwOmfLIg5YOZc24s3w3O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:00:53.740Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Resource customization UUID: 66852f78-bea0-481a-a5f6-d82d4f776e9a is the same as notified resource customizationUUID: 66852f78-bea0-481a-a5f6-d82d4f776e9a
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-21T07:00:53.792Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF fbac8ad8-fb80 4a13c1e8-2877-4017-aa8e-229f80463c59 0 ASDC deployResourceStructure
2023-01-21T07:00:53.793Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar ASDC sendASDCNotification
2023-01-21T07:00:53.793Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar
2023-01-21T07:00:53.793Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:00:53.793Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:00:53.794Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:00:53.794Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284453793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:54.795Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a5f5b2d-f5ed-4449-8188-81d138a55cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:00:54.805Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a5f5b2d-f5ed-4449-8188-81d138a55cde
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-21T07:00:54.809Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:00:54.810Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T07:00:54.810Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T07:00:59.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:00:59.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.459Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284321755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284320766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284318556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284329239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284344302,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284344311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284344357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284345305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284345316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-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-21T07:00:59.470Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a5f5b2d-f5ed-4449-8188-81d138a55cde
2023-01-21T07:00:59.470Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a5f5b2d-f5ed-4449-8188-81d138a55cde 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-21T07:00:59.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.478Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.479Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284345928,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.479Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "policy-distribution",
  "timestamp": 1674284346306,
  "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-21T07:00:59.483Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a5f5b2d-f5ed-4449-8188-81d138a55cde
2023-01-21T07:00:59.483Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a5f5b2d-f5ed-4449-8188-81d138a55cde 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-21T07:00:59.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.490Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.491Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284346931,
  "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-21T07:00:59.495Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2a5f5b2d-f5ed-4449-8188-81d138a55cde
2023-01-21T07:00:59.495Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a5f5b2d-f5ed-4449-8188-81d138a55cde 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-21T07:00:59.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.504Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.505Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284343775,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.505Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284351903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.506Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284357421,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.506Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.506Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.507Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.507Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284358424,
  "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-21T07:00:59.511Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a5f5b2d-f5ed-4449-8188-81d138a55cde
2023-01-21T07:00:59.511Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a5f5b2d-f5ed-4449-8188-81d138a55cde 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-21T07:00:59.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.519Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.521Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.521Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.521Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.523Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.524Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284356190,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.524Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.526Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284365082,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.526Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.527Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284366984,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.527Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.527Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284367988,
  "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-21T07:00:59.533Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a5f5b2d-f5ed-4449-8188-81d138a55cde
2023-01-21T07:00:59.533Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a5f5b2d-f5ed-4449-8188-81d138a55cde 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-21T07:00:59.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.541Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284373775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.541Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284347306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.541Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.542Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284346320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.542Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.542Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284369239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284374240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.543Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.543Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284373775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284347306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.544Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.544Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284369239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.545Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284346320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.546Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284374240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.546Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284373775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284347306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.547Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284369239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284346320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.548Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284374240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.549Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284373775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.549Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284347306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.550Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284346320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284369239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.551Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284374240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.552Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284347306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284373775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284346320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284369239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284374240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.555Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.555Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284347306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.556Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284373775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.556Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284346320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284369239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.557Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284374240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284347306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.558Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.558Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284373775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.558Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.559Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284346320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.559Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284369239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.559Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.559Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.560Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284374240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.560Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284383995,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.560Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284384323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.561Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284384002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.561Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.561Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284384008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.562Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284385005,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.562Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.562Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.562Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284385012,
  "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-21T07:00:59.575Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80a9dc98-19ea-4cc7-994d-12d650fe8021
2023-01-21T07:00:59.575Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a9dc98-19ea-4cc7-994d-12d650fe8021 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-21T07:00:59.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.583Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284385088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.583Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.583Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "policy-distribution",
  "timestamp": 1674284386007,
  "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-21T07:00:59.588Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80a9dc98-19ea-4cc7-994d-12d650fe8021
2023-01-21T07:00:59.588Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a9dc98-19ea-4cc7-994d-12d650fe8021 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-21T07:00:59.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.598Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.598Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.598Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284386147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.598Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.599Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284387179,
  "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-21T07:00:59.603Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80a9dc98-19ea-4cc7-994d-12d650fe8021
2023-01-21T07:00:59.603Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a9dc98-19ea-4cc7-994d-12d650fe8021 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-21T07:00:59.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.610Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284388180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.611Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.612Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284391904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.617Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284392906,
  "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-21T07:00:59.621Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80a9dc98-19ea-4cc7-994d-12d650fe8021
2023-01-21T07:00:59.622Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a9dc98-19ea-4cc7-994d-12d650fe8021 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-21T07:00:59.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.634Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.634Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.635Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284386014,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.636Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284393917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284387009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.637Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284395175,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.638Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284396100,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.639Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.639Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674284396179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-21T07:00:59.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6fb76566-0797-4550-9f14-f5fc5060fd5e
2023-01-21T07:00:59.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fb76566-0797-4550-9f14-f5fc5060fd5e 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-21T07:00:59.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.659Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284396205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284397103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.660Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284389183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:00:59.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674284389239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.661Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284397210,
  "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-21T07:00:59.669Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80a9dc98-19ea-4cc7-994d-12d650fe8021
2023-01-21T07:00:59.669Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a9dc98-19ea-4cc7-994d-12d650fe8021 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-21T07:00:59.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.677Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "policy-distribution",
  "timestamp": 1674284398104,
  "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-21T07:00:59.681Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fb76566-0797-4550-9f14-f5fc5060fd5e
2023-01-21T07:00:59.682Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fb76566-0797-4550-9f14-f5fc5060fd5e 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-21T07:00:59.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.689Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284398257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:00:59.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:00:59.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:00:59.690Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:00:59.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:24.810Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a5f5b2d-f5ed-4449-8188-81d138a55cde
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:01:24.822Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a5f5b2d-f5ed-4449-8188-81d138a55cde
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-21T07:01:24.825Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:01:24.826Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-21T07:01:24.831Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:01:54.832Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a5f5b2d-f5ed-4449-8188-81d138a55cde 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-21T07:01:54.843Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a5f5b2d-f5ed-4449-8188-81d138a55cde and serviceModelVersionId: 247b76a2-d45c-44fc-9019-ca82ea224a4b
2023-01-21T07:01:54.843Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 32d1644d-2eab-4cd3-a964-a7f2c941ff5d
2023-01-21T07:01:54.845Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0
2023-01-21T07:01:54.850Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:01:54.903Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0|INFO|500||Invoke
2023-01-21T07:01:54.903Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a5f5b2d-f5ed-4449-8188-81d138a55cde], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68953e3d-fa09-4c3c-b4c2-2f76a283b08b], X-ECOMP-RequestID=[2a5f5b2d-f5ed-4449-8188-81d138a55cde], X-TransactionId=[], X-ONAP-RequestID=[2a5f5b2d-f5ed-4449-8188-81d138a55cde], Content-Type=[application/merge-patch+json]}
2023-01-21T07:01:54.927Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T07:01:55.051Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?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/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:01:53 GMT], content-length=[0], vertex-id=[241696], x-aai-txid=[1-aai-resources-230121-07:01:53:901-38246], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:01:55.052Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:01:55.052Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/32d1644d-2eab-4cd3-a964-a7f2c941ff5d/model-vers/model-ver/247b76a2-d45c-44fc-9019-ca82ea224a4b?depth=0|INFO|500||InvokeReturn
2023-01-21T07:01:55.053Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:01:55.053Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-21T07:01:55.058Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|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-21T07:01:55.058Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a5f5b2d-f5ed-4449-8188-81d138a55cde and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:01:55.059Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:01:55.060Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:01:55.060Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:01:55.060Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284515059,
  "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-21T07:01:56.073Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T07:01:56.074Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"80a9dc98-19ea-4cc7-994d-12d650fe8021","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"106add52-ad44-4a82-b049-c5f3347667c2","serviceDescription":"service","serviceInvariantUUID":"2e10593b-7d57-4955-8e90-2a529e86aacc","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"de2c2dbc-38ba-49fe-9546-ebc5372fdada","resourceInvariantUUID":"ab38ec6b-2725-46f4-b089-4e0f200e5be2","resourceCustomizationUUID":"4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0","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":"NzU3MjJlZGFlNThkMGZiNGNiZGIxOWJiNDc5YmJhYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38fa3339-4c95-448f-8c2e-9897a3122b4e","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":"ZWY4ZDM0NTNkNjg0MTZlM2ZjZTMyNDk3NjRjNTg4NDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1cd3c2b4-ab4f-46b6-89be-e849a004742f","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":"557838f6-d1b6-49a6-8b9a-e41610b9f3f9","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":"a25ef07c-ca71-4e2f-ad66-6f0de2f97e8b","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":"c48e827c-de9b-423b-82d5-e52c5fdb17a8","artifactVersion":"2","generatedFromUUID":"557838f6-d1b6-49a6-8b9a-e41610b9f3f9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjIzMGJjNWE1YjE2NTRmZTU0NDExMTA4NTVkMDYyYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d1fb7b40-1f12-4f99-9ad0-d09859876976","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTA2NDZmMmM5OTMxMGZhNjQwMzExODYwZmQ0MTgyZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c8bc007-0cb2-4250-a938-10b56d7b2d8f","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T07:01:56.074Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:01:56.075Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:01:56.075Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:01:56.075Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:01:57.076Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:01:57.077Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:01:57.077Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:01:57.077Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:01:58.078Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:01:58.079Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:01:58.079Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:01:58.079Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:01:59.080Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:01:59.081Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:01:59.081Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:01:59.082Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:01:59.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:01:59.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.453Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284399321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:01:59.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284400378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284401436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284402498,
  "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-21T07:01:59.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6fb76566-0797-4550-9f14-f5fc5060fd5e
2023-01-21T07:01:59.464Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fb76566-0797-4550-9f14-f5fc5060fd5e 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-21T07:01:59.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.472Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.472Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674284403500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.474Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284386190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284407324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:01:59.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284409604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.476Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.477Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674284410608,
  "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-21T07:01:59.481Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6fb76566-0797-4550-9f14-f5fc5060fd5e
2023-01-21T07:01:59.481Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fb76566-0797-4550-9f14-f5fc5060fd5e 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-21T07:01:59.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.488Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284403775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284412905,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284420791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.490Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674284421793,
  "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-21T07:01:59.493Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6fb76566-0797-4550-9f14-f5fc5060fd5e
2023-01-21T07:01:59.493Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6fb76566-0797-4550-9f14-f5fc5060fd5e 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-21T07:01:59.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.501Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "0ec21cd8-1b21-4c77-840d-259aa02d5617",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284442767,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T07:01:59.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.501Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.501Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.501Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/resourceInstances/pnffbac8ad8fb800/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.503Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284451910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:01:59.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:01:59.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:01:59.504Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284453793,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLwomflig5yozc24s3w3o/1.0/artifacts/service-DemoPnfLwomflig5yozc24s3w3o-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:01:59.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:02:00.082Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:00.083Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:00.083Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:00.083Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:01.084Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:01.084Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:01.084Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:01.085Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:02.085Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:02.086Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:02.086Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:02.086Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:02:03.087Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "106add52-ad44-4a82-b049-c5f3347667c2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2e10593b-7d57-4955-8e90-2a529e86aacc",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "de2c2dbc-38ba-49fe-9546-ebc5372fdada",
      "resourceInvariantUUID": "ab38ec6b-2725-46f4-b089-4e0f200e5be2",
      "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": "ZWY4ZDM0NTNkNjg0MTZlM2ZjZTMyNDk3NjRjNTg4NDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1cd3c2b4-ab4f-46b6-89be-e849a004742f",
          "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": "557838f6-d1b6-49a6-8b9a-e41610b9f3f9",
          "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": "c48e827c-de9b-423b-82d5-e52c5fdb17a8",
            "generatedFromUUID": "557838f6-d1b6-49a6-8b9a-e41610b9f3f9"
          },
          "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": "c48e827c-de9b-423b-82d5-e52c5fdb17a8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTA2NDZmMmM5OTMxMGZhNjQwMzExODYwZmQ0MTgyZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c8bc007-0cb2-4250-a938-10b56d7b2d8f"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T07:02:03.087Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T07:02:03.088Z|2a5f5b2d-f5ed-4449-8188-81d138a55cde|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 106add52-ad44-4a82-b049-c5f3347667c2 ASDC
2023-01-21T07:02:03.088Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:80a9dc98-19ea-4cc7-994d-12d650fe8021
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:106add52-ad44-4a82-b049-c5f3347667c2
ServiceInvariantUUID:2e10593b-7d57-4955-8e90-2a529e86aacc
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:8c8bc007-0cb2-4250-a938-10b56d7b2d8f
ArtifactChecksum:NTA2NDZmMmM5OTMxMGZhNjQwMzExODYwZmQ0MTgyZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0
ResourceInvariantUUID:ab38ec6b-2725-46f4-b089-4e0f200e5be2
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:de2c2dbc-38ba-49fe-9546-ebc5372fdada
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:1cd3c2b4-ab4f-46b6-89be-e849a004742f
ArtifactChecksum:ZWY4ZDM0NTNkNjg0MTZlM2ZjZTMyNDk3NjRjNTg4NDQ=
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:557838f6-d1b6-49a6-8b9a-e41610b9f3f9
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:c48e827c-de9b-423b-82d5-e52c5fdb17a8
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:c48e827c-de9b-423b-82d5-e52c5fdb17a8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-21T07:02:03.088Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 106add52-ad44-4a82-b049-c5f3347667c2 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-21T07:02:03.125Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:02:03.126Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:02:03.126Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:02:03.127Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8c8bc007-0cb2-4250-a938-10b56d7b2d8f from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-21T07:02:03.127Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:03.127Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-21T07:02:03.217Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:03.220Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 8c8bc007-0cb2-4250-a938-10b56d7b2d8f 75204
2023-01-21T07:02:03.220Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-21T07:02:03.220Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-21T07:02:03.220Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:03.221Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:03.221Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:03.221Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284523220,
  "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-21T07:02:04.222Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:02:04.223Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:02:04.223Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8c8bc007-0cb2-4250-a938-10b56d7b2d8f, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:04.223Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-01-21T07:02:04.224Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:04.224Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:04.353Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12301698176981438141/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-21T07:02:05.522Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T07:02:05.522Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-01-21T07:02:05.523Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:02:05.524Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.524Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:05.524Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:05.524Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:02:05.524Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:02:05.524Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.525Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:05.525Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:05.525Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:02:05.525Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:02:05.525Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.525Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:05.525Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.526Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-21T07:02:05.526Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-21T07:02:05.526Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-21T07:02:05.526Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-21T07:02:05.526Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-21T07:02:05.526Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T07:02:05.526Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.527Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T07:02:05.527Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.527Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:05.527Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:05.527Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.527Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:05.528Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:05.528Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.528Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:05.528Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:05.528Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.528Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-21T07:02:05.528Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-21T07:02:05.529Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-21T07:02:05.529Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49da395e-6c9d-40a0-accf-f20cebedee51
2023-01-21T07:02:05.529Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.529Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:05.529Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.530Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:05.530Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.530Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:05.530Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:05.530Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:05.531Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:106add52-ad44-4a82-b049-c5f3347667c2
Model Version:NULL
Model InvariantUuid:2e10593b-7d57-4955-8e90-2a529e86aacc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:0c5b1744-3322-434e-a2a5-6a46ebd190c7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ab38ec6b-2725-46f4-b089-4e0f200e5be2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a39d8d26-dd6f-4ee5-9702-7b0ed726aca0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:8d167159-84ad-415a-86f0-a14cc1f5a97e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:49da395e-6c9d-40a0-accf-f20cebedee51
ModelInvariantUuid:c77eb863-7ae3-479b-98c2-143347b2ed8e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:51e39483-b79c-4c7d-84ee-dd6bc13594f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:4a6cdcbe-c833-4cb3-9474-2e98fff2041c
ModelInvariantUuid:4c79b630-9a14-4f09-a6d2-6852ebb5dbb0
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9596fb39-4504-4fe6-beef-bcb77464a8b2
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-21T07:02:05.537Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: de2c2dbc-38ba-49fe-9546-ebc5372fdada
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-21T07:02:05.540Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||basic_vm 0
2023-01-21T07:02:05.540Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: de2c2dbc-38ba-49fe-9546-ebc5372fdada
2023-01-21T07:02:05.541Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1cd3c2b4-ab4f-46b6-89be-e849a004742f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-21T07:02:05.541Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:05.541Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-21T07:02:05.629Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:05.630Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 1cd3c2b4-ab4f-46b6-89be-e849a004742f 787
2023-01-21T07:02:05.630Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-21T07:02:05.630Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-21T07:02:05.630Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:05.630Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:05.630Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:05.631Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284525630,
  "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-21T07:02:06.631Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a39d8d26-dd6f-4ee5-9702-7b0ed726aca0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d167159-84ad-415a-86f0-a14cc1f5a97e",
    "vfModuleModelCustomizationUUID": "c2f185d2-6a58-4827-b586-7e202e4e47dc",
    "isBase": true,
    "artifacts": [
      "557838f6-d1b6-49a6-8b9a-e41610b9f3f9",
      "c48e827c-de9b-423b-82d5-e52c5fdb17a8"
    ],
    "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-21T07:02:06.640Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d167159-84ad-415a-86f0-a14cc1f5a97e
VfModuleModelInvariantUUID:a39d8d26-dd6f-4ee5-9702-7b0ed726aca0
VfModuleModelDescription:NULL
Artifacts UUID List:{
557838f6-d1b6-49a6-8b9a-e41610b9f3f9
,
c48e827c-de9b-423b-82d5-e52c5fdb17a8

}
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-21T07:02:06.644Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a39d8d26-dd6f-4ee5-9702-7b0ed726aca0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8d167159-84ad-415a-86f0-a14cc1f5a97e",
    "vfModuleModelCustomizationUUID": "c2f185d2-6a58-4827-b586-7e202e4e47dc",
    "isBase": true,
    "artifacts": [
      "557838f6-d1b6-49a6-8b9a-e41610b9f3f9",
      "c48e827c-de9b-423b-82d5-e52c5fdb17a8"
    ],
    "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-21T07:02:06.645Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8d167159-84ad-415a-86f0-a14cc1f5a97e
VfModuleModelInvariantUUID:a39d8d26-dd6f-4ee5-9702-7b0ed726aca0
VfModuleModelDescription:NULL
Artifacts UUID List:{
557838f6-d1b6-49a6-8b9a-e41610b9f3f9
,
c48e827c-de9b-423b-82d5-e52c5fdb17a8

}
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-21T07:02:06.645Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 557838f6-d1b6-49a6-8b9a-e41610b9f3f9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-21T07:02:06.645Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:06.646Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-21T07:02:06.709Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:06.710Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 557838f6-d1b6-49a6-8b9a-e41610b9f3f9 5033
2023-01-21T07:02:06.711Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-21T07:02:06.711Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-21T07:02:06.711Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:06.711Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:06.712Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:06.712Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284526711,
  "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-21T07:02:07.713Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c48e827c-de9b-423b-82d5-e52c5fdb17a8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-21T07:02:07.713Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:07.714Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-21T07:02:07.777Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:07.778Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c48e827c-de9b-423b-82d5-e52c5fdb17a8 903
2023-01-21T07:02:07.778Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-21T07:02:07.779Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-21T07:02:07.779Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:07.779Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:07.779Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:07.780Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284527778,
  "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-21T07:02:08.780Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 106add52-ad44-4a82-b049-c5f3347667c2
2023-01-21T07:02:08.781Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 de2c2dbc-38ba-49fe-9546-ebc5372fdada ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-21T07:02:08.793Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28e39c17, org.onap.sdc.toscaparser.api.parameters.Input@1adb59eb, org.onap.sdc.toscaparser.api.parameters.Input@7e56312e, org.onap.sdc.toscaparser.api.parameters.Input@412675ed, org.onap.sdc.toscaparser.api.parameters.Input@75114afa]
2023-01-21T07:02:08.794Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.795Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.795Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-21T07:02:08.795Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0
2023-01-21T07:02:08.795Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0 matches Tosca VF Customization UUID: 4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0
2023-01-21T07:02:08.795Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0  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-21T07:02:08.797Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.798Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.798Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-21T07:02:08.798Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8ae42df
2023-01-21T07:02:08.798Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.798Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T07:02:08.799Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2f185d2-6a58-4827-b586-7e202e4e47dc
2023-01-21T07:02:08.799Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2f185d2-6a58-4827-b586-7e202e4e47dc
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-21T07:02:08.801Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.802Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:08.802Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:08.802Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.802Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:08.802Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:08.802Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.803Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-01-21T07:02:08.803Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-21T07:02:08.803Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-21T07:02:08.803Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=49da395e-6c9d-40a0-accf-f20cebedee51
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-21T07:02:08.805Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.805Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:08.806Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:08.806Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.806Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-01-21T07:02:08.806Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4cc2583d-fdc5-4f3a-adb5-9a1c304e7bd0
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-21T07:02:08.808Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.808Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.808Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 106add52-ad44-4a82-b049-c5f3347667c2: basic_vm
2023-01-21T07:02:08.808Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.808Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.808Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.809Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.809Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.809Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.809Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.809Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.809Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:08.809Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:08.810Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-21T07:02:08.880Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm de2c2dbc-38ba-49fe-9546-ebc5372fdada 1 ASDC deployResourceStructure
2023-01-21T07:02:08.880Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-01-21T07:02:08.881Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-01-21T07:02:08.881Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:02:08.881Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:08.881Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:08.881Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284528880,
  "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-21T07:02:09.882Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-01-21T07:02:09.882Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-01-21T07:02:09.883Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:02:09.883Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:09.883Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:09.883Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284529882,
  "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-21T07:02:10.884Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-01-21T07:02:10.884Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-01-21T07:02:10.884Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:02:10.884Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:10.884Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:10.884Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284530884,
  "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-21T07:02:11.885Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-01-21T07:02:11.886Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-01-21T07:02:11.886Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:02:11.886Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:11.886Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:11.886Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284531885,
  "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-21T07:02:12.887Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80a9dc98-19ea-4cc7-994d-12d650fe8021
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:02:12.896Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80a9dc98-19ea-4cc7-994d-12d650fe8021
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-21T07:02:12.898Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:02:12.898Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:02:12.898Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:02:12.898Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:02:12.898Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:02:12.899Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:02:12.899Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:02:12.899Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:02:12.899Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:02:12.899Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|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-21T07:02:12.903Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:02:42.904Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80a9dc98-19ea-4cc7-994d-12d650fe8021 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-21T07:02:42.914Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80a9dc98-19ea-4cc7-994d-12d650fe8021 and serviceModelVersionId: 106add52-ad44-4a82-b049-c5f3347667c2
2023-01-21T07:02:42.914Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2e10593b-7d57-4955-8e90-2a529e86aacc
2023-01-21T07:02:42.915Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0
2023-01-21T07:02:42.924Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:02:42.984Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0|INFO|500||Invoke
2023-01-21T07:02:42.985Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80a9dc98-19ea-4cc7-994d-12d650fe8021], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4fc995a9-d53e-49db-8aad-bd30e3528d4d], X-ECOMP-RequestID=[80a9dc98-19ea-4cc7-994d-12d650fe8021], X-TransactionId=[], X-ONAP-RequestID=[80a9dc98-19ea-4cc7-994d-12d650fe8021], Content-Type=[application/merge-patch+json]}
2023-01-21T07:02:43.010Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T07:02:43.137Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?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/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:02:41 GMT], content-length=[0], vertex-id=[184408], x-aai-txid=[0-aai-resources-230121-07:02:41:984-38012], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:02:43.137Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:02:43.138Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2e10593b-7d57-4955-8e90-2a529e86aacc/model-vers/model-ver/106add52-ad44-4a82-b049-c5f3347667c2?depth=0|INFO|500||InvokeReturn
2023-01-21T07:02:43.138Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:02:43.138Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|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-21T07:02:43.144Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|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-21T07:02:43.144Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80a9dc98-19ea-4cc7-994d-12d650fe8021 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:02:43.144Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:02:43.144Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:43.144Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:43.145Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284563144,
  "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-21T07:02:44.161Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||received message from topic
2023-01-21T07:02:44.161Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||received notification from broker: {"distributionID":"6fb76566-0797-4550-9f14-f5fc5060fd5e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"097559c1-ede1-4c48-a4f0-011b253842e2","serviceDescription":"service","serviceInvariantUUID":"2ab06ed2-f659-4e0c-a100-843604bc37b3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a085e849-52e1-4e1c-ae63-7d86a57ac55e","resourceInvariantUUID":"052cc116-8b3b-4b9d-994b-3e55e60125e1","resourceCustomizationUUID":"12816eae-9030-4aa6-a254-e6eb35be3dd2","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":"Mzc4N2ZhOTNmNmM1ZTM1MGE0ZDdkZjAzMGI1MDkxZWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c9156e8-a586-4afe-9057-5441f2c0ea23","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":"97cd3a3b-b154-43a9-adc1-6b590640ff62","artifactVersion":"2","generatedFromUUID":"851c49f5-0510-4cf2-b02f-130cfcacfd75"},{"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":"851c49f5-0510-4cf2-b02f-130cfcacfd75","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":"ZDcyZDExOGVjYmI5Y2Q5YzNmNjBlNDJhYjJhNzAzNTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e7c2f21-22f0-4675-bae2-21354b072518","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":"5a926677-a51c-45ab-a29b-5c87d5c1de03","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":"d644409a-000c-4940-b092-bb00fe39b137","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":"19fe2247-72f0-418d-9dd6-f0499255ba95","artifactVersion":"2","generatedFromUUID":"5a926677-a51c-45ab-a29b-5c87d5c1de03"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjFiMzkwNDhjY2U1ZjI4NGJjNWRkOTViODQyMTBhNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3d1724c5-a51f-4fa3-8383-9fb85e54aa76","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDMwOWY4NmMwNDk4Y2M1MDQ5MGVhOGMzYWJmYzQwMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"43dfffeb-ac10-4760-998b-fc2d8c1f941a","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T07:02:44.162Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:44.162Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:44.162Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:44.163Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:45.163Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:45.164Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:45.164Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:45.165Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:46.165Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:46.166Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:46.166Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:46.166Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:47.167Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:47.168Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:47.168Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:47.168Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:48.169Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:48.170Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:48.170Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:48.170Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:49.171Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:49.172Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:49.172Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:49.172Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:50.173Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:50.174Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:50.174Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:50.174Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:51.175Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:51.175Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:51.176Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:51.176Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "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-21T07:02:52.177Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:02:52.177Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:52.177Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:52.178Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:02:53.179Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "097559c1-ede1-4c48-a4f0-011b253842e2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2ab06ed2-f659-4e0c-a100-843604bc37b3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "12816eae-9030-4aa6-a254-e6eb35be3dd2",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a085e849-52e1-4e1c-ae63-7d86a57ac55e",
      "resourceInvariantUUID": "052cc116-8b3b-4b9d-994b-3e55e60125e1",
      "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": "97cd3a3b-b154-43a9-adc1-6b590640ff62",
          "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": "851c49f5-0510-4cf2-b02f-130cfcacfd75",
          "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": "ZDcyZDExOGVjYmI5Y2Q5YzNmNjBlNDJhYjJhNzAzNTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9e7c2f21-22f0-4675-bae2-21354b072518",
          "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": "5a926677-a51c-45ab-a29b-5c87d5c1de03",
          "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": "19fe2247-72f0-418d-9dd6-f0499255ba95",
            "generatedFromUUID": "5a926677-a51c-45ab-a29b-5c87d5c1de03"
          },
          "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": "19fe2247-72f0-418d-9dd6-f0499255ba95",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDMwOWY4NmMwNDk4Y2M1MDQ5MGVhOGMzYWJmYzQwMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "43dfffeb-ac10-4760-998b-fc2d8c1f941a"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T07:02:53.180Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T07:02:53.180Z|80a9dc98-19ea-4cc7-994d-12d650fe8021|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 097559c1-ede1-4c48-a4f0-011b253842e2 ASDC
2023-01-21T07:02:53.180Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:6fb76566-0797-4550-9f14-f5fc5060fd5e
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:097559c1-ede1-4c48-a4f0-011b253842e2
ServiceInvariantUUID:2ab06ed2-f659-4e0c-a100-843604bc37b3
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:43dfffeb-ac10-4760-998b-fc2d8c1f941a
ArtifactChecksum:ZDMwOWY4NmMwNDk4Y2M1MDQ5MGVhOGMzYWJmYzQwMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:12816eae-9030-4aa6-a254-e6eb35be3dd2
ResourceInvariantUUID:052cc116-8b3b-4b9d-994b-3e55e60125e1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a085e849-52e1-4e1c-ae63-7d86a57ac55e
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:97cd3a3b-b154-43a9-adc1-6b590640ff62
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:851c49f5-0510-4cf2-b02f-130cfcacfd75
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:9e7c2f21-22f0-4675-bae2-21354b072518
ArtifactChecksum:ZDcyZDExOGVjYmI5Y2Q5YzNmNjBlNDJhYjJhNzAzNTQ=
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:5a926677-a51c-45ab-a29b-5c87d5c1de03
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:19fe2247-72f0-418d-9dd6-f0499255ba95
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:19fe2247-72f0-418d-9dd6-f0499255ba95
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-21T07:02:53.180Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 097559c1-ede1-4c48-a4f0-011b253842e2 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-21T07:02:53.213Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:02:53.214Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:02:53.214Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:02:53.214Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 43dfffeb-ac10-4760-998b-fc2d8c1f941a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-21T07:02:53.214Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:53.215Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-21T07:02:53.333Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:53.336Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 43dfffeb-ac10-4760-998b-fc2d8c1f941a 73987
2023-01-21T07:02:53.336Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-21T07:02:53.336Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-21T07:02:53.337Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:53.337Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:53.337Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:53.341Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284573336,
  "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-21T07:02:54.342Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:02:54.342Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2023-01-21T07:02:54.343Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 43dfffeb-ac10-4760-998b-fc2d8c1f941a, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:54.343Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2023-01-21T07:02:54.344Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:54.344Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:54.528Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16091183755556391351/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2023-01-21T07:02:55.761Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T07:02:55.761Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:02:55.761Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:55.762Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-21T07:02:55.762Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:55.762Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:55.762Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:55.762Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2023-01-21T07:02:55.762Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||####################################################################################################
2023-01-21T07:02:55.762Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.763Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:55.763Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:02:55.763Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:02:55.763Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:02:55.763Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.764Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:55.764Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:02:55.764Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2023-01-21T07:02:55.764Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:02:55.764Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.764Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:55.765Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.765Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-21T07:02:55.765Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2023-01-21T07:02:55.765Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria
2023-01-21T07:02:55.766Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T07:02:55.766Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.766Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T07:02:55.766Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.766Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:02:55.767Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:55.767Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.767Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:02:55.767Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:55.768Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.768Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:02:55.768Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:02:55.768Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.769Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-21T07:02:55.769Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-21T07:02:55.769Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f3420d4e-d47d-4166-9d1e-6848582a7cf9
2023-01-21T07:02:55.769Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.769Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:55.770Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.770Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:55.770Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.770Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:55.770Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:02:55.771Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:02:55.771Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:097559c1-ede1-4c48-a4f0-011b253842e2
Model Version:NULL
Model InvariantUuid:2ab06ed2-f659-4e0c-a100-843604bc37b3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:1454dc64-eba4-4e3e-becb-fa38159f357e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:052cc116-8b3b-4b9d-994b-3e55e60125e1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:12816eae-9030-4aa6-a254-e6eb35be3dd2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3e70c428-9ea8-456e-8e3f-ad5c8266cda5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:af2d8755-6dbc-4110-a16e-3c1ce1f6a051
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f3420d4e-d47d-4166-9d1e-6848582a7cf9
ModelInvariantUuid:06c40cce-86ef-46bf-a259-d563f3fc9d13
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:e97bd303-66c0-4887-81b6-b4d62bcacd21
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:817f0ac9-eb5f-459b-aa0a-1152d508f07f
ModelInvariantUuid:9d48d39d-8246-45a7-8c4b-b3ac97ac6ec0
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d550cd82-35c6-4409-9af0-5d6d65a94d6d
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-21T07:02:55.779Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a085e849-52e1-4e1c-ae63-7d86a57ac55e
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-21T07:02:55.782Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||basic_cnf 0
2023-01-21T07:02:55.782Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a085e849-52e1-4e1c-ae63-7d86a57ac55e
2023-01-21T07:02:55.782Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 97cd3a3b-b154-43a9-adc1-6b590640ff62 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-21T07:02:55.782Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:55.783Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-21T07:02:55.856Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:55.857Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 97cd3a3b-b154-43a9-adc1-6b590640ff62 12
2023-01-21T07:02:55.857Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-21T07:02:55.857Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2023-01-21T07:02:55.857Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:55.857Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:55.858Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:55.858Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284575857,
  "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-21T07:02:56.858Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 851c49f5-0510-4cf2-b02f-130cfcacfd75 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-21T07:02:56.859Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:56.859Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-21T07:02:56.982Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:56.982Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 851c49f5-0510-4cf2-b02f-130cfcacfd75 2688
2023-01-21T07:02:56.983Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-21T07:02:56.983Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2023-01-21T07:02:56.983Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:56.984Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:56.984Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:56.984Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284576983,
  "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-21T07:02:57.985Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9e7c2f21-22f0-4675-bae2-21354b072518 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-21T07:02:57.986Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:57.986Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-21T07:02:58.039Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:58.039Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 9e7c2f21-22f0-4675-bae2-21354b072518 828
2023-01-21T07:02:58.040Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-21T07:02:58.040Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-21T07:02:58.040Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:58.040Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:58.040Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:58.041Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284578040,
  "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-21T07:02:59.041Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3e70c428-9ea8-456e-8e3f-ad5c8266cda5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af2d8755-6dbc-4110-a16e-3c1ce1f6a051",
    "vfModuleModelCustomizationUUID": "76751c05-62fb-443f-a5f8-da9f48e7a5ee",
    "isBase": true,
    "artifacts": [
      "5a926677-a51c-45ab-a29b-5c87d5c1de03",
      "851c49f5-0510-4cf2-b02f-130cfcacfd75",
      "19fe2247-72f0-418d-9dd6-f0499255ba95"
    ],
    "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-21T07:02:59.045Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af2d8755-6dbc-4110-a16e-3c1ce1f6a051
VfModuleModelInvariantUUID:3e70c428-9ea8-456e-8e3f-ad5c8266cda5
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a926677-a51c-45ab-a29b-5c87d5c1de03
,
851c49f5-0510-4cf2-b02f-130cfcacfd75
,
19fe2247-72f0-418d-9dd6-f0499255ba95

}
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-21T07:02:59.046Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3e70c428-9ea8-456e-8e3f-ad5c8266cda5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "af2d8755-6dbc-4110-a16e-3c1ce1f6a051",
    "vfModuleModelCustomizationUUID": "76751c05-62fb-443f-a5f8-da9f48e7a5ee",
    "isBase": true,
    "artifacts": [
      "5a926677-a51c-45ab-a29b-5c87d5c1de03",
      "851c49f5-0510-4cf2-b02f-130cfcacfd75",
      "19fe2247-72f0-418d-9dd6-f0499255ba95"
    ],
    "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-21T07:02:59.046Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:af2d8755-6dbc-4110-a16e-3c1ce1f6a051
VfModuleModelInvariantUUID:3e70c428-9ea8-456e-8e3f-ad5c8266cda5
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a926677-a51c-45ab-a29b-5c87d5c1de03
,
851c49f5-0510-4cf2-b02f-130cfcacfd75
,
19fe2247-72f0-418d-9dd6-f0499255ba95

}
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-21T07:02:59.047Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5a926677-a51c-45ab-a29b-5c87d5c1de03 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-21T07:02:59.047Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:02:59.047Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-21T07:02:59.092Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:02:59.093Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5a926677-a51c-45ab-a29b-5c87d5c1de03 1164
2023-01-21T07:02:59.093Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-21T07:02:59.093Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-21T07:02:59.093Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:02:59.093Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:02:59.094Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:02:59.094Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284579093,
  "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-21T07:02:59.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:02:59.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:02:59.451Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a5f5b2d-f5ed-4449-8188-81d138a55cde",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284515059,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T07:02:59.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:02:59.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:02:59.452Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:02:59.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:02:59.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:02:59.452Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:02:59.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:02:59.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:02:59.453Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:02:59.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:02:59.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:02:59.453Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:02:59.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:00.094Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 19fe2247-72f0-418d-9dd6-f0499255ba95 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-21T07:03:00.095Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2023-01-21T07:03:00.095Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-21T07:03:00.148Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2023-01-21T07:03:00.148Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 19fe2247-72f0-418d-9dd6-f0499255ba95 200
2023-01-21T07:03:00.149Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-21T07:03:00.149Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-21T07:03:00.149Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:03:00.149Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:00.149Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:00.149Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284580148,
  "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-21T07:03:01.150Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 097559c1-ede1-4c48-a4f0-011b253842e2
2023-01-21T07:03:01.150Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a085e849-52e1-4e1c-ae63-7d86a57ac55e 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-21T07:03:01.172Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-21T07:03:01.179Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58194467, org.onap.sdc.toscaparser.api.parameters.Input@26ce5a26, org.onap.sdc.toscaparser.api.parameters.Input@3e961b9b, org.onap.sdc.toscaparser.api.parameters.Input@521793ce, org.onap.sdc.toscaparser.api.parameters.Input@40bfdf97]
2023-01-21T07:03:01.180Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.180Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.181Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2023-01-21T07:03:01.181Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 12816eae-9030-4aa6-a254-e6eb35be3dd2
2023-01-21T07:03:01.181Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 12816eae-9030-4aa6-a254-e6eb35be3dd2 matches Tosca VF Customization UUID: 12816eae-9030-4aa6-a254-e6eb35be3dd2
2023-01-21T07:03:01.181Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 12816eae-9030-4aa6-a254-e6eb35be3dd2  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-21T07:03:01.183Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.183Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.184Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 12816eae-9030-4aa6-a254-e6eb35be3dd2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-01-21T07:03:01.184Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74575071
2023-01-21T07:03:01.184Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.184Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T07:03:01.184Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76751c05-62fb-443f-a5f8-da9f48e7a5ee
2023-01-21T07:03:01.184Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76751c05-62fb-443f-a5f8-da9f48e7a5ee
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-21T07:03:01.186Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.186Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:03:01.186Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:03:01.187Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.187Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:03:01.187Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:03:01.187Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.187Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2023-01-21T07:03:01.188Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2023-01-21T07:03:01.188Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f3420d4e-d47d-4166-9d1e-6848582a7cf9
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-21T07:03:01.189Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.190Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:03:01.190Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:03:01.190Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.190Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2023-01-21T07:03:01.190Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=12816eae-9030-4aa6-a254-e6eb35be3dd2
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-21T07:03:01.192Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.192Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.192Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 097559c1-ede1-4c48-a4f0-011b253842e2: basic_cnf
2023-01-21T07:03:01.192Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.193Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.193Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.193Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.193Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.193Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.193Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.194Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.194Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:03:01.194Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:03:01.194Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-21T07:03:01.265Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a085e849-52e1-4e1c-ae63-7d86a57ac55e 1 ASDC deployResourceStructure
2023-01-21T07:03:01.266Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2023-01-21T07:03:01.267Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2023-01-21T07:03:01.267Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-21T07:03:01.267Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:01.268Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:01.268Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284581266,
  "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-21T07:03:02.269Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2023-01-21T07:03:02.269Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2023-01-21T07:03:02.269Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-21T07:03:02.270Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:02.270Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:02.270Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284582269,
  "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-21T07:03:03.271Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2023-01-21T07:03:03.271Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2023-01-21T07:03:03.271Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:03:03.271Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:03.271Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:03.272Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284583271,
  "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-21T07:03:04.272Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2023-01-21T07:03:04.273Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2023-01-21T07:03:04.273Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:03:04.273Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:04.273Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:04.273Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284584272,
  "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-21T07:03:05.274Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2023-01-21T07:03:05.275Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2023-01-21T07:03:05.275Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:03:05.275Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:05.275Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:05.276Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284585274,
  "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-21T07:03:06.277Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2023-01-21T07:03:06.277Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2023-01-21T07:03:06.277Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:03:06.278Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:06.278Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:06.278Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284586277,
  "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-21T07:03:07.279Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6fb76566-0797-4550-9f14-f5fc5060fd5e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:03:07.286Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6fb76566-0797-4550-9f14-f5fc5060fd5e
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-21T07:03:07.287Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:03:07.288Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|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-21T07:03:07.291Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:03:37.291Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6fb76566-0797-4550-9f14-f5fc5060fd5e 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-21T07:03:37.297Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6fb76566-0797-4550-9f14-f5fc5060fd5e and serviceModelVersionId: 097559c1-ede1-4c48-a4f0-011b253842e2
2023-01-21T07:03:37.298Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab06ed2-f659-4e0c-a100-843604bc37b3
2023-01-21T07:03:37.298Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab06ed2-f659-4e0c-a100-843604bc37b3/model-vers/model-ver/097559c1-ede1-4c48-a4f0-011b253842e2?depth=0
2023-01-21T07:03:37.303Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:03:37.347Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab06ed2-f659-4e0c-a100-843604bc37b3/model-vers/model-ver/097559c1-ede1-4c48-a4f0-011b253842e2?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-21T07:03:37.348Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab06ed2-f659-4e0c-a100-843604bc37b3/model-vers/model-ver/097559c1-ede1-4c48-a4f0-011b253842e2?depth=0|INFO|500||Invoke
2023-01-21T07:03:37.367Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab06ed2-f659-4e0c-a100-843604bc37b3/model-vers/model-ver/097559c1-ede1-4c48-a4f0-011b253842e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T07:03:37.480Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab06ed2-f659-4e0c-a100-843604bc37b3/model-vers/model-ver/097559c1-ede1-4c48-a4f0-011b253842e2?depth=0|INFO|500||InvokeReturn
2023-01-21T07:03:37.481Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2ab06ed2-f659-4e0c-a100-843604bc37b3/model-vers/model-ver/097559c1-ede1-4c48-a4f0-011b253842e2?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:03:36 GMT], content-length=[0], vertex-id=[237784], x-aai-txid=[1-aai-resources-230121-07:03:36:341-10725], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:03:37.482Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:03:37.482Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:03:37.482Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|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-21T07:03:37.486Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|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-21T07:03:37.487Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6fb76566-0797-4550-9f14-f5fc5060fd5e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:03:37.487Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:03:37.487Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:03:37.487Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:03:37.487Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Trying to send status: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284617487,
  "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-21T07:03:38.496Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:03:59.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:03:59.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.452Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.454Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:03:59.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284523220,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284525630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.457Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.457Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284526711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.458Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.458Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284527778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.458Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.460Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284528880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:03:59.460Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284529882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T07:03:59.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.461Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284530884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-21T07:03:59.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.462Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284531885,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:03:59.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.463Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "80a9dc98-19ea-4cc7-994d-12d650fe8021",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284563144,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T07:03:59.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:03:59.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.464Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.464Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.465Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.465Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.466Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.466Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.467Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:03:59.467Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.467Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.468Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:03:59.468Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.469Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284443779,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:03:59.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.469Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284573336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.470Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284575857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.470Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284576983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.471Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284578040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.471Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:03:59.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:03:59.472Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284579093,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:03:59.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:38.497Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:04:59.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:04:59.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.451Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284580148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:04:59.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:59.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.452Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284581266,
  "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-21T07:04:59.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:59.453Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.453Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284582269,
  "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-21T07:04:59.453Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:59.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.454Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284583271,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:04:59.454Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:59.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.454Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284584272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T07:04:59.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:59.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.455Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284585274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2023-01-21T07:04:59.455Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:59.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284586277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:04:59.456Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:04:59.456Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-01-21T07:04:59.456Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "6fb76566-0797-4550-9f14-f5fc5060fd5e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674284617487,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T07:04:59.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:05:38.498Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:05:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:06:38.499Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:06:59.451Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:07:38.502Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:07:59.452Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:08:38.504Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:08:59.452Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:09:38.505Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:09:59.454Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:10:38.506Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:10:59.455Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:11:38.507Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:11:59.455Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:12:38.508Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:12:59.457Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:13:38.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:13:59.459Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:14:38.510Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:14:59.459Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:15:38.511Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:15:59.459Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:16:38.513Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:16:59.459Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:17:38.514Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:17:59.460Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:18:38.516Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:18:59.462Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:19:38.518Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:19:59.463Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:20:38.519Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:20:59.463Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:21:38.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:21:59.464Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:22:38.520Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:22:59.465Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:23:38.522Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:23:59.467Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:24:38.523Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:24:59.468Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:25:38.524Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:25:59.469Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:26:38.525Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:26:59.470Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:27:38.527Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:27:59.470Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:28:38.528Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:28:59.471Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:29:38.529Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:29:59.471Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:30:38.531Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:30:59.473Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:31:38.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:31:59.473Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:32:38.534Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:32:59.474Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:33:38.535Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:33:59.475Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:34:38.538Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:34:59.477Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:35:38.539Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:35:59.478Z|6fb76566-0797-4550-9f14-f5fc5060fd5e|pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:36:38.541Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:36:59.480Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:37:38.542Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:37:59.481Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:38:38.544Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:38:59.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:39:38.544Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:39:59.483Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:40:38.546Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:40:46.196Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-21T07:40:46.196Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||received notification from broker: {"distributionID":"c38b199e-5678-4fef-9804-baafc69fc65e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"292230d1-0ab8-464c-a7b0-bb745485c7e7","serviceDescription":"service","serviceInvariantUUID":"0f7a812e-041c-4ff2-82fd-fca16c988ef7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"efa18787-f866-49fd-8716-a1dc4631d6cd","resourceInvariantUUID":"2431d126-f284-40f4-bf86-ced9182dc78d","resourceCustomizationUUID":"ab50b47d-f324-4898-9cf1-73dfb51d4710","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":"NmM3YTc5MWU0Y2VkNmU5NmY1Y2I5NGE5ZDBkZjRjMzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7787933-13c3-40a8-b3ca-0fd41828edce","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":"NTNkNjk1MTA1Mjk1Y2RlNTZkODI4YTJmNTNhNjViOTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2f730da6-4f85-4b0e-9986-17e403617234","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":"ad67e459-c985-4378-944f-d6e7c6fa4ef9","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":"0df267c6-77eb-49c0-802e-775af4f620cb","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":"64383d6a-16ae-49bb-948c-ac17f1ebc13f","artifactVersion":"2","generatedFromUUID":"efae5906-1a48-49ba-b03b-77b9579c80e6"},{"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":"f1a83e6b-33c9-448e-8fb6-3a4ad644cd00","artifactVersion":"2","generatedFromUUID":"ad67e459-c985-4378-944f-d6e7c6fa4ef9"},{"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":"efae5906-1a48-49ba-b03b-77b9579c80e6","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":"b228f31b-37c4-4f41-9cec-5dc31f4b16c6","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":"MjFmNzEyODUwMTU0N2ZmOGEwNWEwYWY4YzM0NjA5NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a982f2c0-6b90-437b-a8ef-f42604072ea4","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZThmM2RmMDhkNGI0ZWY3NDQ2ZDgxOWFkNGU1OTZlMGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14bbde08-65c7-4653-878d-1d9b4d18a9b0","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T07:40:46.206Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:46.209Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:46.209Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:46.209Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:46.217Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T07:40:46.218Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T07:40:46.218Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T07:40:46.219Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T07:40:46.219Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T07:40:46.219Z||kafka-producer-network-thread | SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-fb04d88e-b0f7-4f28-8a87-2cb4bda486b5] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to N5JgRNS9TLqoMfEjOS1vqg
2023-01-21T07:40:46.234Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:40:46.234Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:40:46.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:40:46.236Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:40:46.236Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:40:46.236Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:40:47.222Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:47.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:47.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:47.223Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:48.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:48.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:48.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:48.224Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:49.225Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:49.226Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:49.226Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:49.226Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:50.226Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:50.227Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:50.227Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:50.227Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:51.228Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:51.228Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:51.228Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:51.228Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:52.229Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:52.230Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:52.230Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:52.230Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:53.230Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:53.231Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:53.231Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:53.231Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:54.232Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:54.232Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:54.232Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:54.233Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "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-21T07:40:55.233Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:40:55.234Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:55.234Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:55.234Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:40:56.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "292230d1-0ab8-464c-a7b0-bb745485c7e7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0f7a812e-041c-4ff2-82fd-fca16c988ef7",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "ab50b47d-f324-4898-9cf1-73dfb51d4710",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "efa18787-f866-49fd-8716-a1dc4631d6cd",
      "resourceInvariantUUID": "2431d126-f284-40f4-bf86-ced9182dc78d",
      "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": "NTNkNjk1MTA1Mjk1Y2RlNTZkODI4YTJmNTNhNjViOTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2f730da6-4f85-4b0e-9986-17e403617234",
          "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": "ad67e459-c985-4378-944f-d6e7c6fa4ef9",
          "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": "f1a83e6b-33c9-448e-8fb6-3a4ad644cd00",
            "generatedFromUUID": "ad67e459-c985-4378-944f-d6e7c6fa4ef9"
          },
          "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": "64383d6a-16ae-49bb-948c-ac17f1ebc13f",
          "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": "f1a83e6b-33c9-448e-8fb6-3a4ad644cd00",
          "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": "efae5906-1a48-49ba-b03b-77b9579c80e6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZThmM2RmMDhkNGI0ZWY3NDQ2ZDgxOWFkNGU1OTZlMGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14bbde08-65c7-4653-878d-1d9b4d18a9b0"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T07:40:56.236Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T07:40:56.237Z|b45af771-a467-418f-983b-4002910c0620|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 292230d1-0ab8-464c-a7b0-bb745485c7e7 ASDC
2023-01-21T07:40:56.238Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c38b199e-5678-4fef-9804-baafc69fc65e
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:292230d1-0ab8-464c-a7b0-bb745485c7e7
ServiceInvariantUUID:0f7a812e-041c-4ff2-82fd-fca16c988ef7
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:14bbde08-65c7-4653-878d-1d9b4d18a9b0
ArtifactChecksum:ZThmM2RmMDhkNGI0ZWY3NDQ2ZDgxOWFkNGU1OTZlMGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:ab50b47d-f324-4898-9cf1-73dfb51d4710
ResourceInvariantUUID:2431d126-f284-40f4-bf86-ced9182dc78d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:efa18787-f866-49fd-8716-a1dc4631d6cd
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:2f730da6-4f85-4b0e-9986-17e403617234
ArtifactChecksum:NTNkNjk1MTA1Mjk1Y2RlNTZkODI4YTJmNTNhNjViOTM=
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:ad67e459-c985-4378-944f-d6e7c6fa4ef9
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:f1a83e6b-33c9-448e-8fb6-3a4ad644cd00
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:64383d6a-16ae-49bb-948c-ac17f1ebc13f
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:f1a83e6b-33c9-448e-8fb6-3a4ad644cd00
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:efae5906-1a48-49ba-b03b-77b9579c80e6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-21T07:40:56.238Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 292230d1-0ab8-464c-a7b0-bb745485c7e7 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-21T07:40:56.289Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:40:56.291Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T07:40:56.291Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T07:40:56.291Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 14bbde08-65c7-4653-878d-1d9b4d18a9b0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-21T07:40:56.291Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T07:40:56.292Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-01-21T07:40:56.433Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T07:40:56.442Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 14bbde08-65c7-4653-878d-1d9b4d18a9b0 163295
2023-01-21T07:40:56.443Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:56.443Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:56.443Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:40:56.443Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:56.443Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:56.444Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286856443,
  "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-21T07:40:57.445Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:40:57.446Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2023-01-21T07:40:57.447Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 14bbde08-65c7-4653-878d-1d9b4d18a9b0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-21T07:40:57.447Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-01-21T07:40:57.448Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-21T07:40:57.448Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-21T07:40:57.661Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8602172324060843810/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-01-21T07:40:58.788Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T07:40:58.789Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T07:40:58.789Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-01-21T07:40:58.789Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-01-21T07:40:58.790Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:58.790Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:58.790Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:58.790Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:58.790Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||WARN|500||####################################################################################################
2023-01-21T07:40:58.791Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.791Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:40:58.791Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:40:58.792Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T07:40:58.792Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:40:58.792Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.792Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:40:58.792Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:40:58.793Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2023-01-21T07:40:58.793Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:40:58.793Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.793Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:40:58.794Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.794Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-21T07:40:58.794Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-01-21T07:40:58.794Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-01-21T07:40:58.794Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T07:40:58.795Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.795Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T07:40:58.795Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.795Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:40:58.795Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:40:58.796Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.796Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:40:58.796Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:40:58.797Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.797Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:40:58.797Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:40:58.797Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.797Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:40:58.797Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:40:58.798Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.798Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-01-21T07:40:58.798Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-01-21T07:40:58.798Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=704fddf0-5f04-4ec7-a3ec-b57982c82545
2023-01-21T07:40:58.798Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.799Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:40:58.799Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.799Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:40:58.799Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.799Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:40:58.800Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:40:58.800Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:40:58.800Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:292230d1-0ab8-464c-a7b0-bb745485c7e7
Model Version:NULL
Model InvariantUuid:0f7a812e-041c-4ff2-82fd-fca16c988ef7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:3ad0e52e-58aa-4935-b218-e71d7ba11948
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2431d126-f284-40f4-bf86-ced9182dc78d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ab50b47d-f324-4898-9cf1-73dfb51d4710
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f719e48b-338f-4d84-b568-673715836e20
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:f2a4a6a2-28cb-4cb0-9c02-8618891d4709
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:536e1627-6bf1-4a59-9b02-74e40c941ea4
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:97a4b844-bf94-4249-b2bf-b746fd703962
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:704fddf0-5f04-4ec7-a3ec-b57982c82545
ModelInvariantUuid:5776a2e8-9979-40b0-8430-d4c543786a53
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:59d6efca-ee48-425d-83cc-97834eade1be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:15c99a6e-2b3c-497a-a1ac-1a28186a460b
ModelInvariantUuid:caeb6e3b-f044-46c0-b117-34a4b6d694a2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:2e841966-139d-4be9-b4c5-c03aeee8f409
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-21T07:40:58.812Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: efa18787-f866-49fd-8716-a1dc4631d6cd
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-21T07:40:58.819Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2023-01-21T07:40:58.820Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: efa18787-f866-49fd-8716-a1dc4631d6cd
2023-01-21T07:40:58.820Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2f730da6-4f85-4b0e-9986-17e403617234 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-01-21T07:40:58.820Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T07:40:58.820Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:58.889Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T07:40:58.889Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2f730da6-4f85-4b0e-9986-17e403617234 1565
2023-01-21T07:40:58.890Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:58.890Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:58.890Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:40:58.890Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:58.890Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:58.890Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286858890,
  "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-21T07:40:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:40:59.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:40:59.451Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:40:59.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:40:59.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:40:59.451Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:40:59.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:40:59.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:40:59.452Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:40:59.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:40:59.891Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "536e1627-6bf1-4a59-9b02-74e40c941ea4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97a4b844-bf94-4249-b2bf-b746fd703962",
    "vfModuleModelCustomizationUUID": "5e1612ba-cbfb-489f-96cb-fe790e6abf10",
    "isBase": true,
    "artifacts": [
      "ad67e459-c985-4378-944f-d6e7c6fa4ef9",
      "f1a83e6b-33c9-448e-8fb6-3a4ad644cd00"
    ],
    "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": "f719e48b-338f-4d84-b568-673715836e20",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2a4a6a2-28cb-4cb0-9c02-8618891d4709",
    "vfModuleModelCustomizationUUID": "ce1c2168-fc12-49e2-9d64-e59641b10d62",
    "isBase": false,
    "artifacts": [
      "efae5906-1a48-49ba-b03b-77b9579c80e6"
    ],
    "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-21T07:40:59.896Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97a4b844-bf94-4249-b2bf-b746fd703962
VfModuleModelInvariantUUID:536e1627-6bf1-4a59-9b02-74e40c941ea4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad67e459-c985-4378-944f-d6e7c6fa4ef9
,
f1a83e6b-33c9-448e-8fb6-3a4ad644cd00

}
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:f2a4a6a2-28cb-4cb0-9c02-8618891d4709
VfModuleModelInvariantUUID:f719e48b-338f-4d84-b568-673715836e20
VfModuleModelDescription:NULL
Artifacts UUID List:{
efae5906-1a48-49ba-b03b-77b9579c80e6

}
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-21T07:40:59.898Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "536e1627-6bf1-4a59-9b02-74e40c941ea4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "97a4b844-bf94-4249-b2bf-b746fd703962",
    "vfModuleModelCustomizationUUID": "5e1612ba-cbfb-489f-96cb-fe790e6abf10",
    "isBase": true,
    "artifacts": [
      "ad67e459-c985-4378-944f-d6e7c6fa4ef9",
      "f1a83e6b-33c9-448e-8fb6-3a4ad644cd00"
    ],
    "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": "f719e48b-338f-4d84-b568-673715836e20",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f2a4a6a2-28cb-4cb0-9c02-8618891d4709",
    "vfModuleModelCustomizationUUID": "ce1c2168-fc12-49e2-9d64-e59641b10d62",
    "isBase": false,
    "artifacts": [
      "efae5906-1a48-49ba-b03b-77b9579c80e6"
    ],
    "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-21T07:40:59.898Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:97a4b844-bf94-4249-b2bf-b746fd703962
VfModuleModelInvariantUUID:536e1627-6bf1-4a59-9b02-74e40c941ea4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad67e459-c985-4378-944f-d6e7c6fa4ef9
,
f1a83e6b-33c9-448e-8fb6-3a4ad644cd00

}
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:f2a4a6a2-28cb-4cb0-9c02-8618891d4709
VfModuleModelInvariantUUID:f719e48b-338f-4d84-b568-673715836e20
VfModuleModelDescription:NULL
Artifacts UUID List:{
efae5906-1a48-49ba-b03b-77b9579c80e6

}
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-21T07:40:59.898Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad67e459-c985-4378-944f-d6e7c6fa4ef9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-01-21T07:40:59.898Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T07:40:59.898Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:59.972Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T07:40:59.972Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ad67e459-c985-4378-944f-d6e7c6fa4ef9 914
2023-01-21T07:40:59.972Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:59.972Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:40:59.972Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:40:59.973Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:40:59.973Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:40:59.973Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286859972,
  "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-21T07:41:00.974Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 64383d6a-16ae-49bb-948c-ac17f1ebc13f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-01-21T07:41:00.974Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T07:41:00.974Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:01.017Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T07:41:01.018Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 64383d6a-16ae-49bb-948c-ac17f1ebc13f 12
2023-01-21T07:41:01.018Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:01.018Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:01.018Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:41:01.018Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:01.018Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:01.018Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286861018,
  "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-21T07:41:02.020Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f1a83e6b-33c9-448e-8fb6-3a4ad644cd00 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-01-21T07:41:02.020Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T07:41:02.021Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:02.076Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T07:41:02.077Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env f1a83e6b-33c9-448e-8fb6-3a4ad644cd00 96
2023-01-21T07:41:02.077Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:02.077Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:02.078Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:41:02.078Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:02.078Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:02.078Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286862077,
  "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-21T07:41:03.079Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: efae5906-1a48-49ba-b03b-77b9579c80e6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-01-21T07:41:03.080Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - download
2023-01-21T07:41:03.080Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:03.136Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2023-01-21T07:41:03.136Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz efae5906-1a48-49ba-b03b-77b9579c80e6 20206
2023-01-21T07:41:03.137Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:03.137Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:03.137Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:41:03.137Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:03.137Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:03.137Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286863136,
  "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-21T07:41:04.143Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 292230d1-0ab8-464c-a7b0-bb745485c7e7
2023-01-21T07:41:04.143Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 efa18787-f866-49fd-8716-a1dc4631d6cd 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-21T07:41:04.153Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13baea3a, org.onap.sdc.toscaparser.api.parameters.Input@66d718ee, org.onap.sdc.toscaparser.api.parameters.Input@7d395ccb, org.onap.sdc.toscaparser.api.parameters.Input@38d23b74, org.onap.sdc.toscaparser.api.parameters.Input@7cfded6e]
2023-01-21T07:41:04.155Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.155Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.155Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2023-01-21T07:41:04.156Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= ab50b47d-f324-4898-9cf1-73dfb51d4710
2023-01-21T07:41:04.156Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ab50b47d-f324-4898-9cf1-73dfb51d4710 matches Tosca VF Customization UUID: ab50b47d-f324-4898-9cf1-73dfb51d4710
2023-01-21T07:41:04.156Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: ab50b47d-f324-4898-9cf1-73dfb51d4710  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-21T07:41:04.159Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.159Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.160Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id ab50b47d-f324-4898-9cf1-73dfb51d4710: {\"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-21T07:41:04.160Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c7bc5aa
2023-01-21T07:41:04.160Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.160Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-01-21T07:41:04.161Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ce1c2168-fc12-49e2-9d64-e59641b10d62
2023-01-21T07:41:04.161Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ce1c2168-fc12-49e2-9d64-e59641b10d62
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-21T07:41:04.165Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.166Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:41:04.166Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:41:04.167Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.167Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:41:04.167Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:41:04.167Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.167Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-01-21T07:41:04.167Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ab50b47d-f324-4898-9cf1-73dfb51d4710
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-21T07:41:04.169Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.170Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.170Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 292230d1-0ab8-464c-a7b0-bb745485c7e7: basic_cnf_macro
2023-01-21T07:41:04.171Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.171Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.171Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.171Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.172Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.172Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.172Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.172Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.172Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:41:04.172Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-01-21T07:41:04.173Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:04.216Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro efa18787-f866-49fd-8716-a1dc4631d6cd 2 ASDC deployResourceStructure
2023-01-21T07:41:04.216Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:04.217Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:04.217Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:41:04.217Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:04.217Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:04.217Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286864216,
  "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-21T07:41:05.218Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:05.219Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:05.219Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:41:05.220Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:05.220Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:05.220Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286865218,
  "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-21T07:41:06.222Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:06.223Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:06.223Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-21T07:41:06.223Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:06.223Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:06.223Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286866222,
  "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-21T07:41:07.226Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:07.226Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:07.226Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:41:07.227Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:07.227Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:07.227Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286867225,
  "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-21T07:41:08.230Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:08.230Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:08.231Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-01-21T07:41:08.231Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:08.231Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:08.231Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286868230,
  "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-21T07:41:09.233Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:09.234Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:41:09.234Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:41:09.234Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:41:09.234Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:41:09.234Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286869233,
  "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-21T07:41:10.236Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:41:10.251Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
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-21T07:41:10.253Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:41:10.253Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T07:41:10.253Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T07:41:40.254Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:41:40.267Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
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-21T07:41:40.269Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:41:40.270Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T07:41:40.270Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T07:41:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:41:59.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.461Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.461Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.462Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.462Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.463Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.463Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.463Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.464Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.464Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.465Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.465Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.466Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.467Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.468Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.468Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.468Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.469Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.469Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.470Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.470Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.471Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.471Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.471Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.472Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.472Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.473Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.473Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.474Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.474Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.474Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.475Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.475Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.476Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.476Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.476Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.476Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.477Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.478Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.478Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.479Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.479Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.479Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.480Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.480Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.480Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.481Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.481Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.482Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.482Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.483Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.484Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.484Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.485Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.485Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.486Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.486Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.486Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.487Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286829177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.487Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286833775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.487Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.488Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286797237,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.488Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286838546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.488Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.489Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286829394,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.489Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286834594,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.489Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.490Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.490Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.491Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286855534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.491Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.491Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286855546,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286855550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286855875,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.492Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286856443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286846192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.493Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286856555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:41:59.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.494Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286856612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.494Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.495Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286856986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.495Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.495Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.496Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "policy-distribution",
  "timestamp": 1674286857558,
  "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-21T07:41:59.504Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c38b199e-5678-4fef-9804-baafc69fc65e
2023-01-21T07:41:59.504Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b199e-5678-4fef-9804-baafc69fc65e 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-21T07:41:59.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.513Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286857681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.514Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286858890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:41:59.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.514Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286858079,
  "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-21T07:41:59.520Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c38b199e-5678-4fef-9804-baafc69fc65e
2023-01-21T07:41:59.520Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b199e-5678-4fef-9804-baafc69fc65e 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-21T07:41:59.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.527Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.528Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:41:59.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:41:59.528Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:41:59.528Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:10.270Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:42:10.281Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
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-21T07:42:10.283Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:42:10.283Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T07:42:10.283Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T07:42:40.284Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:42:40.292Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
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-21T07:42:40.295Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:42:40.295Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-01-21T07:42:40.295Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-01-21T07:42:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:42:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286858737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286859972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286859323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286859818,
  "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-21T07:42:59.798Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c38b199e-5678-4fef-9804-baafc69fc65e
2023-01-21T07:42:59.798Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b199e-5678-4fef-9804-baafc69fc65e 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-21T07:42:59.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.806Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286861018,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.807Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.808Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.808Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286860327,
  "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-21T07:42:59.813Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c38b199e-5678-4fef-9804-baafc69fc65e
2023-01-21T07:42:59.813Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b199e-5678-4fef-9804-baafc69fc65e 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-21T07:42:59.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286860820,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.821Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286862077,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286863136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286855454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.824Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286864216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.825Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286864147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.826Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286865218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.827Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286865149,
  "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-21T07:42:59.832Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c38b199e-5678-4fef-9804-baafc69fc65e
2023-01-21T07:42:59.834Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId c38b199e-5678-4fef-9804-baafc69fc65e 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-21T07:42:59.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286866222,
  "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-21T07:42:59.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286858560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286859080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286867225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286866717,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286867156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286868230,
  "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-21T07:42:59.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286867721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674286869233,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.853Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286868475,
  "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-21T07:42:59.863Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a44b251-9086-4591-869c-39155a6fc2fe
2023-01-21T07:42:59.863Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a44b251-9086-4591-869c-39155a6fc2fe 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-21T07:42:59.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.870Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "policy-distribution",
  "timestamp": 1674286868722,
  "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-21T07:42:59.874Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a44b251-9086-4591-869c-39155a6fc2fe
2023-01-21T07:42:59.874Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a44b251-9086-4591-869c-39155a6fc2fe 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-21T07:42:59.881Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.881Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286861822,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286869896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.882Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286870973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.883Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286872039,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286866151,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.884Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.884Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.884Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286873069,
  "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-21T07:42:59.888Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a44b251-9086-4591-869c-39155a6fc2fe
2023-01-21T07:42:59.888Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a44b251-9086-4591-869c-39155a6fc2fe 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-21T07:42:59.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286874254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.894Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286874076,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.895Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286881870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.896Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.897Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.897Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286882872,
  "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-21T07:42:59.900Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a44b251-9086-4591-869c-39155a6fc2fe
2023-01-21T07:42:59.901Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a44b251-9086-4591-869c-39155a6fc2fe 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-21T07:42:59.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.907Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.907Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286876191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286885001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286887302,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.908Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.909Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.910Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.910Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.910Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286888305,
  "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-21T07:42:59.913Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a44b251-9086-4591-869c-39155a6fc2fe
2023-01-21T07:42:59.913Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a44b251-9086-4591-869c-39155a6fc2fe 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-21T07:42:59.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.921Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.921Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.922Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.923Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.924Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.925Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.927Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.928Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286869723,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286869477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "multicloud-k8s",
  "timestamp": 1674286875080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.930Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286869239,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286897381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.931Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286897400,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286897603,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.932Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.933Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286898384,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.933Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.933Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.934Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.934Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286898665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.934Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.934Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.934Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1674286898661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-01-21T07:42:59.945Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3895e458-7a50-479e-b8a0-d2263dc8d7bc
2023-01-21T07:42:59.945Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3895e458-7a50-479e-b8a0-d2263dc8d7bc 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-21T07:42:59.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.953Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "policy-distribution",
  "timestamp": 1674286899385,
  "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-21T07:42:59.957Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3895e458-7a50-479e-b8a0-d2263dc8d7bc
2023-01-21T07:42:59.957Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3895e458-7a50-479e-b8a0-d2263dc8d7bc 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-21T07:42:59.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.964Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.964Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.964Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1674286899668,
  "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-21T07:42:59.968Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3895e458-7a50-479e-b8a0-d2263dc8d7bc
2023-01-21T07:42:59.968Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3895e458-7a50-479e-b8a0-d2263dc8d7bc 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-21T07:42:59.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.975Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286893775,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286902940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.976Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.976Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.976Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286908264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.977Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.977Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.977Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.978Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.978Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "aai-model-loader",
  "timestamp": 1674286909266,
  "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-21T07:42:59.982Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3895e458-7a50-479e-b8a0-d2263dc8d7bc
2023-01-21T07:42:59.982Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3895e458-7a50-479e-b8a0-d2263dc8d7bc 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-21T07:42:59.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.996Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.996Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286906191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286915951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:42:59.998Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:42:59.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:42:59.999Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286917855,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:42:59.999Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:43:10.295Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:43:10.306Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e
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-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:10.309Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:10.310Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:10.310Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:43:10.314Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:43:40.314Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c38b199e-5678-4fef-9804-baafc69fc65e 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-21T07:43:40.320Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c38b199e-5678-4fef-9804-baafc69fc65e and serviceModelVersionId: 292230d1-0ab8-464c-a7b0-bb745485c7e7
2023-01-21T07:43:40.320Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0f7a812e-041c-4ff2-82fd-fca16c988ef7
2023-01-21T07:43:40.321Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0
2023-01-21T07:43:40.328Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:43:40.393Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0|INFO|500||Invoke
2023-01-21T07:43:40.394Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c38b199e-5678-4fef-9804-baafc69fc65e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a040801f-75e2-458d-a5bc-b1bb35e5883d], X-ECOMP-RequestID=[c38b199e-5678-4fef-9804-baafc69fc65e], X-TransactionId=[], X-ONAP-RequestID=[c38b199e-5678-4fef-9804-baafc69fc65e], Content-Type=[application/merge-patch+json]}
2023-01-21T07:43:40.416Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T07:43:40.560Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?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/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:43:39 GMT], content-length=[0], vertex-id=[282848], x-aai-txid=[2-aai-resources-230121-07:43:39:373-78166], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:43:40.560Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:43:40.561Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0f7a812e-041c-4ff2-82fd-fca16c988ef7/model-vers/model-ver/292230d1-0ab8-464c-a7b0-bb745485c7e7?depth=0|INFO|500||InvokeReturn
2023-01-21T07:43:40.561Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:43:40.561Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:43:40.565Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||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-21T07:43:40.566Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c38b199e-5678-4fef-9804-baafc69fc65e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:43:40.566Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:43:40.566Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:40.566Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:40.566Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Trying to send status: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287020566,
  "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-21T07:43:41.577Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:43:41.582Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-21T07:43:41.582Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"0a44b251-9086-4591-869c-39155a6fc2fe","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"314f9dda-eaa3-4631-bc70-6d84873fa950","serviceDescription":"service","serviceInvariantUUID":"b2da8e08-8301-4c4d-9ca8-c618eb598ba5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"547e8c99-da9d-409d-84c9-3646a8ebc62d","resourceInvariantUUID":"cace200f-24fc-497b-ae43-4f547a3e2194","resourceCustomizationUUID":"ae671855-3d5a-43ec-a53e-c043b9f7c0d6","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":"MzJjMjNmMDdlNTE4OTAwZjQ5YzNiMzdiMDQ1MjUxNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b60ff894-ae07-4aeb-ac74-b8cd8ac0f510","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":"MDUxMTY3MWM1ZmJjYWVkZjhjZjI4MzZhYjBhZjVlZmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a475c44f-2857-4ba0-bdfc-7fd2a2819122","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":"9074b6bb-f4e8-47a4-b1c9-d41a91834a50","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":"a9b553c7-9ffc-409e-8aa7-b107f058c718","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":"a1dbc4b7-6e98-4480-8411-d859d2b2b67a","artifactVersion":"2","generatedFromUUID":"9074b6bb-f4e8-47a4-b1c9-d41a91834a50"},{"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":"NDhiY2YyNGI4MjI2OTRjYmVhOTZjMGNjYTExN2Q1ZjA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0126fad4-1ce4-465e-8f63-e3eadbe26585","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":"ZGMyMWQzZDBlNjI2NzNlNmM2YzY1MjUzNDY0NmY4ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4144341-0fe4-48b1-9565-858cf7434e71","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTI3NTc2NDQ0OTYxMDc3MmJiYmU2ZGY5NzhlMzQwMTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b784f335-6ace-41e4-a27c-98bc5b41f37b","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T07:43:41.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:41.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:41.585Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:41.586Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:43:42.586Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:42.587Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:42.587Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:42.587Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:43:43.588Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:43.589Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:43.589Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:43.589Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:43:44.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:44.591Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:44.591Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:44.591Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:43:45.592Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:45.592Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:45.592Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:45.593Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:43:46.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:46.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:46.594Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:46.595Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:43:47.596Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:47.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:47.597Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:47.598Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:43:48.599Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:43:48.599Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:48.600Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:48.600Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:43:49.601Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "314f9dda-eaa3-4631-bc70-6d84873fa950",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b2da8e08-8301-4c4d-9ca8-c618eb598ba5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ae671855-3d5a-43ec-a53e-c043b9f7c0d6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "547e8c99-da9d-409d-84c9-3646a8ebc62d",
      "resourceInvariantUUID": "cace200f-24fc-497b-ae43-4f547a3e2194",
      "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": "MDUxMTY3MWM1ZmJjYWVkZjhjZjI4MzZhYjBhZjVlZmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a475c44f-2857-4ba0-bdfc-7fd2a2819122",
          "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": "9074b6bb-f4e8-47a4-b1c9-d41a91834a50",
          "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": "a1dbc4b7-6e98-4480-8411-d859d2b2b67a",
            "generatedFromUUID": "9074b6bb-f4e8-47a4-b1c9-d41a91834a50"
          },
          "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": "a1dbc4b7-6e98-4480-8411-d859d2b2b67a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTI3NTc2NDQ0OTYxMDc3MmJiYmU2ZGY5NzhlMzQwMTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b784f335-6ace-41e4-a27c-98bc5b41f37b"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T07:43:49.602Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T07:43:49.602Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 314f9dda-eaa3-4631-bc70-6d84873fa950 ASDC
2023-01-21T07:43:49.603Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:0a44b251-9086-4591-869c-39155a6fc2fe
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:314f9dda-eaa3-4631-bc70-6d84873fa950
ServiceInvariantUUID:b2da8e08-8301-4c4d-9ca8-c618eb598ba5
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:b784f335-6ace-41e4-a27c-98bc5b41f37b
ArtifactChecksum:OTI3NTc2NDQ0OTYxMDc3MmJiYmU2ZGY5NzhlMzQwMTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ae671855-3d5a-43ec-a53e-c043b9f7c0d6
ResourceInvariantUUID:cace200f-24fc-497b-ae43-4f547a3e2194
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:547e8c99-da9d-409d-84c9-3646a8ebc62d
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:a475c44f-2857-4ba0-bdfc-7fd2a2819122
ArtifactChecksum:MDUxMTY3MWM1ZmJjYWVkZjhjZjI4MzZhYjBhZjVlZmU=
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:9074b6bb-f4e8-47a4-b1c9-d41a91834a50
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:a1dbc4b7-6e98-4480-8411-d859d2b2b67a
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:a1dbc4b7-6e98-4480-8411-d859d2b2b67a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-01-21T07:43:49.605Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 314f9dda-eaa3-4631-bc70-6d84873fa950 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-21T07:43:49.644Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:43:49.645Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-21T07:43:49.645Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-21T07:43:49.645Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b784f335-6ace-41e4-a27c-98bc5b41f37b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-01-21T07:43:49.645Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-21T07:43:49.645Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:49.736Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-21T07:43:49.740Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar b784f335-6ace-41e4-a27c-98bc5b41f37b 82993
2023-01-21T07:43:49.741Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:49.741Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:49.741Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:43:49.741Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:49.741Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:49.742Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287029741,
  "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-21T07:43:50.742Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:43:50.743Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-21T07:43:50.743Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b784f335-6ace-41e4-a27c-98bc5b41f37b, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-21T07:43:50.743Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-01-21T07:43:50.744Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-21T07:43:50.744Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-21T07:43:50.932Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8336478184584621045/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-21T07:43:52.266Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T07:43:52.266Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-01-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.267Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.268Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:52.268Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-21T07:43:52.268Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.268Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.268Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.269Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:52.269Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-21T07:43:52.269Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.269Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.269Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-01-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-01-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-01-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-01-21T07:43:52.270Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.271Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.271Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.271Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:52.271Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:43:52.271Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.271Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:52.271Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-21T07:43:52.272Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=61fef5bb-a098-4551-93a2-e6ea0f4c25a6
2023-01-21T07:43:52.273Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.273Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.273Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.273Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.273Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.274Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.274Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:52.274Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.274Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:314f9dda-eaa3-4631-bc70-6d84873fa950
Model Version:NULL
Model InvariantUuid:b2da8e08-8301-4c4d-9ca8-c618eb598ba5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:38882118-6120-4f84-8395-03104e509cbe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cace200f-24fc-497b-ae43-4f547a3e2194
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ae671855-3d5a-43ec-a53e-c043b9f7c0d6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a03ce3be-75ce-4c1c-ae71-46896acf8408
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:53bd45ba-b8d1-43fa-a60d-e371735dae20
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:61fef5bb-a098-4551-93a2-e6ea0f4c25a6
ModelInvariantUuid:47a1e0c0-6041-46e7-a1cc-bbebe4d5ce12
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:04998508-3c41-4212-91c2-db9cbadc9992
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9997a6a3-dcb3-489c-a442-1fec932a9f29
ModelInvariantUuid:a93bef0a-4b57-4914-8b38-737b03c713a7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:9ada4415-73bc-4a1b-9c88-8abe7b9dee97
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-21T07:43:52.280Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 547e8c99-da9d-409d-84c9-3646a8ebc62d
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-21T07:43:52.282Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2023-01-21T07:43:52.283Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 547e8c99-da9d-409d-84c9-3646a8ebc62d
2023-01-21T07:43:52.283Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a475c44f-2857-4ba0-bdfc-7fd2a2819122 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-01-21T07:43:52.283Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-21T07:43:52.283Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.384Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-21T07:43:52.385Z|0a44b251-9086-4591-869c-39155a6fc2fe|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 a475c44f-2857-4ba0-bdfc-7fd2a2819122 792
2023-01-21T07:43:52.385Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.386Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:52.386Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:43:52.386Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:52.386Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:52.387Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287032385,
  "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-21T07:43:53.389Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a03ce3be-75ce-4c1c-ae71-46896acf8408",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53bd45ba-b8d1-43fa-a60d-e371735dae20",
    "vfModuleModelCustomizationUUID": "e549e6ae-b9ab-4ef2-adb7-dfe3c2993597",
    "isBase": true,
    "artifacts": [
      "9074b6bb-f4e8-47a4-b1c9-d41a91834a50",
      "a1dbc4b7-6e98-4480-8411-d859d2b2b67a"
    ],
    "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-21T07:43:53.393Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53bd45ba-b8d1-43fa-a60d-e371735dae20
VfModuleModelInvariantUUID:a03ce3be-75ce-4c1c-ae71-46896acf8408
VfModuleModelDescription:NULL
Artifacts UUID List:{
9074b6bb-f4e8-47a4-b1c9-d41a91834a50
,
a1dbc4b7-6e98-4480-8411-d859d2b2b67a

}
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-21T07:43:53.394Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a03ce3be-75ce-4c1c-ae71-46896acf8408",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53bd45ba-b8d1-43fa-a60d-e371735dae20",
    "vfModuleModelCustomizationUUID": "e549e6ae-b9ab-4ef2-adb7-dfe3c2993597",
    "isBase": true,
    "artifacts": [
      "9074b6bb-f4e8-47a4-b1c9-d41a91834a50",
      "a1dbc4b7-6e98-4480-8411-d859d2b2b67a"
    ],
    "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-21T07:43:53.394Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53bd45ba-b8d1-43fa-a60d-e371735dae20
VfModuleModelInvariantUUID:a03ce3be-75ce-4c1c-ae71-46896acf8408
VfModuleModelDescription:NULL
Artifacts UUID List:{
9074b6bb-f4e8-47a4-b1c9-d41a91834a50
,
a1dbc4b7-6e98-4480-8411-d859d2b2b67a

}
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-21T07:43:53.395Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9074b6bb-f4e8-47a4-b1c9-d41a91834a50 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-01-21T07:43:53.395Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-21T07:43:53.395Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:53.457Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-21T07:43:53.458Z|0a44b251-9086-4591-869c-39155a6fc2fe|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 9074b6bb-f4e8-47a4-b1c9-d41a91834a50 5033
2023-01-21T07:43:53.458Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:53.458Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:53.459Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:43:53.459Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:53.459Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:53.459Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287033458,
  "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-21T07:43:54.460Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a1dbc4b7-6e98-4480-8411-d859d2b2b67a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-01-21T07:43:54.460Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-21T07:43:54.461Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:54.507Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-21T07:43:54.507Z|0a44b251-9086-4591-869c-39155a6fc2fe|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 a1dbc4b7-6e98-4480-8411-d859d2b2b67a 903
2023-01-21T07:43:54.507Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:54.507Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:54.508Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:43:54.508Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:54.508Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:54.508Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287034507,
  "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-21T07:43:55.509Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 314f9dda-eaa3-4631-bc70-6d84873fa950
2023-01-21T07:43:55.509Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 547e8c99-da9d-409d-84c9-3646a8ebc62d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-01-21T07:43:55.531Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61f07424, org.onap.sdc.toscaparser.api.parameters.Input@43f438bd, org.onap.sdc.toscaparser.api.parameters.Input@1d53fae3, org.onap.sdc.toscaparser.api.parameters.Input@f5d21d1, org.onap.sdc.toscaparser.api.parameters.Input@6d6e354a]
2023-01-21T07:43:55.533Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.533Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.533Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-01-21T07:43:55.534Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ae671855-3d5a-43ec-a53e-c043b9f7c0d6
2023-01-21T07:43:55.534Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ae671855-3d5a-43ec-a53e-c043b9f7c0d6 matches Tosca VF Customization UUID: ae671855-3d5a-43ec-a53e-c043b9f7c0d6
2023-01-21T07:43:55.534Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ae671855-3d5a-43ec-a53e-c043b9f7c0d6  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-21T07:43:55.536Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.537Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.538Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ae671855-3d5a-43ec-a53e-c043b9f7c0d6: {\"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-21T07:43:55.538Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b0e45b3
2023-01-21T07:43:55.538Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.538Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.538Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e549e6ae-b9ab-4ef2-adb7-dfe3c2993597
2023-01-21T07:43:55.539Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e549e6ae-b9ab-4ef2-adb7-dfe3c2993597
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-21T07:43:55.541Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.541Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:55.541Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:43:55.541Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.542Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:55.542Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:43:55.542Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.542Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-01-21T07:43:55.542Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-01-21T07:43:55.542Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-01-21T07:43:55.543Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=61fef5bb-a098-4551-93a2-e6ea0f4c25a6
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-21T07:43:55.544Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.545Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:55.545Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-01-21T07:43:55.545Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.545Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-01-21T07:43:55.545Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ae671855-3d5a-43ec-a53e-c043b9f7c0d6
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-21T07:43:55.547Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.547Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.547Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 314f9dda-eaa3-4631-bc70-6d84873fa950: basic_vm_macro
2023-01-21T07:43:55.547Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.547Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.548Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.548Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.548Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.548Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.548Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.548Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.548Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:43:55.549Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.549Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.636Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 547e8c99-da9d-409d-84c9-3646a8ebc62d 1 ASDC deployResourceStructure
2023-01-21T07:43:55.636Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.637Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:55.637Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:43:55.637Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:55.637Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:55.637Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287035636,
  "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-21T07:43:56.639Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:56.639Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:56.639Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:43:56.640Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:56.640Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:56.640Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287036639,
  "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-21T07:43:57.642Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:57.642Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:57.642Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:43:57.642Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:57.642Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:57.642Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287037641,
  "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-21T07:43:58.644Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:58.645Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:58.645Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:43:58.646Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:43:58.646Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:43:58.646Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287038644,
  "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-21T07:43:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:43:59.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:43:59.451Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1674286918859,
  "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-21T07:43:59.460Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3895e458-7a50-479e-b8a0-d2263dc8d7bc
2023-01-21T07:43:59.461Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3895e458-7a50-479e-b8a0-d2263dc8d7bc 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-21T07:43:59.648Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a44b251-9086-4591-869c-39155a6fc2fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:43:59.657Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a44b251-9086-4591-869c-39155a6fc2fe
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-21T07:43:59.659Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:43:59.659Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:43:59.659Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:43:59.659Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:43:59.659Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:59.660Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:59.660Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:59.660Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:59.660Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:43:59.660Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:43:59.665Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:44:29.665Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a44b251-9086-4591-869c-39155a6fc2fe 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-21T07:44:29.672Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a44b251-9086-4591-869c-39155a6fc2fe and serviceModelVersionId: 314f9dda-eaa3-4631-bc70-6d84873fa950
2023-01-21T07:44:29.672Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b2da8e08-8301-4c4d-9ca8-c618eb598ba5
2023-01-21T07:44:29.673Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0
2023-01-21T07:44:29.677Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:44:29.719Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0|INFO|500||Invoke
2023-01-21T07:44:29.719Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a44b251-9086-4591-869c-39155a6fc2fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c3c8323-102f-4432-9cc7-b1a30fb37be0], X-ECOMP-RequestID=[0a44b251-9086-4591-869c-39155a6fc2fe], X-TransactionId=[], X-ONAP-RequestID=[0a44b251-9086-4591-869c-39155a6fc2fe], Content-Type=[application/merge-patch+json]}
2023-01-21T07:44:29.738Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T07:44:29.891Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?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/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:44:28 GMT], content-length=[0], vertex-id=[217216], x-aai-txid=[0-aai-resources-230121-07:44:28:695-14712], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:44:29.891Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:44:29.892Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b2da8e08-8301-4c4d-9ca8-c618eb598ba5/model-vers/model-ver/314f9dda-eaa3-4631-bc70-6d84873fa950?depth=0|INFO|500||InvokeReturn
2023-01-21T07:44:29.893Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:44:29.893Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:44:29.897Z|0a44b251-9086-4591-869c-39155a6fc2fe|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-21T07:44:29.897Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a44b251-9086-4591-869c-39155a6fc2fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:44:29.898Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:44:29.898Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:29.898Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:29.899Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287069898,
  "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-21T07:44:30.911Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-01-21T07:44:30.911Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"3895e458-7a50-479e-b8a0-d2263dc8d7bc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f","serviceDescription":"service","serviceInvariantUUID":"cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"42ce8c2c-a79f-42fb-976e-c746689938f2","resourceInvariantUUID":"ab77a4b1-b2b0-4c3b-b71a-402f247459b1","resourceCustomizationUUID":"6ed1bb82-2ae6-4392-9235-d80ccbc5e145","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":"ZDA0NmZmYzY3ZTI2ZDViOGM1MDEyMDg0MGFkNjIxZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"be942552-027b-4c32-8d23-e1bc4f46e892","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":"1a2a0211-d571-464b-a888-d714d464046f","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":"f022234a-c91c-4acf-8159-f2a27dd97b8c","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":"MTgxZDY5NjE0YjQ5MTI2NmM5MDFiYzkwZDNjYzMzYjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6252e557-f8a7-429d-9fec-754858022c0b","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":"aaa17c02-a89b-47b4-9584-c007b8850a0c","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":"38751b00-e69b-4b06-a30d-9488851e1769","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":"3e1190ae-2de3-4173-a9e1-ebeeee94c584","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":"NGZlMGNiZmZiODAwYWZjOTI3MmQyMTRlNzhjNzVmNWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af1d946e-b340-4290-992c-d4dd1899029f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzM2NmRmNTE5NjVhOWNlYmUyY2I5NTgyOTc5M2QwYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"805500f0-c53c-4785-bd2d-5e81af1517a3","artifactVersion":"1"}],"workloadContext":"Production"}
2023-01-21T07:44:30.912Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:30.912Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:30.912Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:30.913Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:31.914Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:31.914Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:31.914Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:31.915Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:32.916Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:32.916Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:32.917Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:32.917Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:33.918Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:33.919Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:33.919Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:33.919Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:34.920Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:34.920Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:34.920Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:34.921Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:35.921Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:35.922Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:35.922Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:35.922Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:36.923Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:36.924Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:36.924Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:36.924Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:37.925Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:37.926Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:37.926Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:37.926Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "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-21T07:44:38.927Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-01-21T07:44:38.927Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:38.928Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:38.928Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:44:39.929Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "6ed1bb82-2ae6-4392-9235-d80ccbc5e145",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "42ce8c2c-a79f-42fb-976e-c746689938f2",
      "resourceInvariantUUID": "ab77a4b1-b2b0-4c3b-b71a-402f247459b1",
      "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": "YzM2NmRmNTE5NjVhOWNlYmUyY2I5NTgyOTc5M2QwYjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "805500f0-c53c-4785-bd2d-5e81af1517a3"
    }
  ],
  "workloadContext": "Production"
}
2023-01-21T07:44:39.929Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-01-21T07:44:39.929Z|0a44b251-9086-4591-869c-39155a6fc2fe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f ASDC
2023-01-21T07:44:39.930Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3895e458-7a50-479e-b8a0-d2263dc8d7bc
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f
ServiceInvariantUUID:cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4
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:805500f0-c53c-4785-bd2d-5e81af1517a3
ArtifactChecksum:YzM2NmRmNTE5NjVhOWNlYmUyY2I5NTgyOTc5M2QwYjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:6ed1bb82-2ae6-4392-9235-d80ccbc5e145
ResourceInvariantUUID:ab77a4b1-b2b0-4c3b-b71a-402f247459b1
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:42ce8c2c-a79f-42fb-976e-c746689938f2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-01-21T07:44:39.930Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f 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-21T07:44:39.956Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:44:39.956Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-21T07:44:39.956Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-21T07:44:39.957Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 805500f0-c53c-4785-bd2d-5e81af1517a3 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-01-21T07:44:39.957Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-01-21T07:44:39.957Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:40.104Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-01-21T07:44:40.109Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 805500f0-c53c-4785-bd2d-5e81af1517a3 111096
2023-01-21T07:44:40.110Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:40.110Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:40.110Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-01-21T07:44:40.111Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:40.111Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:40.111Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287080110,
  "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-21T07:44:41.112Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-01-21T07:44:41.113Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-01-21T07:44:41.113Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 805500f0-c53c-4785-bd2d-5e81af1517a3, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-21T07:44:41.113Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-01-21T07:44:41.114Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-21T07:44:41.114Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-21T07:44:41.207Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP181619218047948843/Definitions/service-TestPnfMacro-template.yml
2023-01-21T07:44:41.972Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-01-21T07:44:41.972Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-21T07:44:41.972Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-01-21T07:44:41.973Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-01-21T07:44:41.973Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.973Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.973Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.973Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.973Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.973Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.974Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.974Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-01-21T07:44:41.974Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.974Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.974Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-21T07:44:41.974Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-21T07:44:41.975Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:44:41.975Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.975Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.975Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-01-21T07:44:41.975Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-01-21T07:44:41.975Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-01-21T07:44:41.976Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.976Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.976Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.976Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.976Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.976Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.976Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.977Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.977Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.977Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.977Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f
Model Version:NULL
Model InvariantUuid:cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4
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-21T07:44:41.984Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 42ce8c2c-a79f-42fb-976e-c746689938f2
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-21T07:44:41.986Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||test-pnf 0
2023-01-21T07:44:41.986Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 42ce8c2c-a79f-42fb-976e-c746689938f2
2023-01-21T07:44:41.987Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f
2023-01-21T07:44:41.987Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f
2023-01-21T07:44:41.987Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 42ce8c2c-a79f-42fb-976e-c746689938f2 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-21T07:44:41.991Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@151547c1, org.onap.sdc.toscaparser.api.parameters.Input@3e9c0f93, org.onap.sdc.toscaparser.api.parameters.Input@732baf46, org.onap.sdc.toscaparser.api.parameters.Input@4e7978a0, org.onap.sdc.toscaparser.api.parameters.Input@71ed15e1]
2023-01-21T07:44:41.991Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.991Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.991Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f: test-pnf
2023-01-21T07:44:41.991Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Processing PNF resource: 42ce8c2c-a79f-42fb-976e-c746689938f2
2023-01-21T07:44:41.992Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-01-21T07:44:41.992Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:41.992Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Resource customization UUID: 6ed1bb82-2ae6-4392-9235-d80ccbc5e145 is the same as notified resource customizationUUID: 6ed1bb82-2ae6-4392-9235-d80ccbc5e145
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-21T07:44:42.020Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 42ce8c2c-a79f-42fb-976e-c746689938f2 0 ASDC deployResourceStructure
2023-01-21T07:44:42.020Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:42.020Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:42.021Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-01-21T07:44:42.021Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:44:42.021Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:44:42.022Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287082020,
  "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-21T07:44:43.023Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3895e458-7a50-479e-b8a0-d2263dc8d7bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-21T07:44:43.035Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3895e458-7a50-479e-b8a0-d2263dc8d7bc
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-21T07:44:43.038Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-01-21T07:44:43.038Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-01-21T07:44:43.038Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-01-21T07:44:43.038Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-01-21T07:44:43.039Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:44:43.039Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:44:43.039Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:44:43.039Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:44:43.039Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:44:43.039Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-01-21T07:44:43.040Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:44:43.046Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-01-21T07:44:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:44:59.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.451Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "c38b199e-5678-4fef-9804-baafc69fc65e",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287020566,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T07:44:59.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:44:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-01-21T07:44:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-01-21T07:44:59.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:44:59.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-01-21T07:44:59.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.455Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:44:59.455Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.455Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:44:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.456Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:44:59.456Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287029741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:44:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.457Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287032385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:44:59.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287033458,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:44:59.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.458Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287034507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:44:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.459Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287035636,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-01-21T07:44:59.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287036639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-01-21T07:44:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.460Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287037641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-01-21T07:44:59.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:44:59.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:44:59.461Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287038644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:44:59.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:13.046Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3895e458-7a50-479e-b8a0-d2263dc8d7bc 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-21T07:45:13.052Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3895e458-7a50-479e-b8a0-d2263dc8d7bc and serviceModelVersionId: 46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f
2023-01-21T07:45:13.053Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4
2023-01-21T07:45:13.053Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0
2023-01-21T07:45:13.057Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-01-21T07:45:13.104Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0|INFO|500||Invoke
2023-01-21T07:45:13.105Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3895e458-7a50-479e-b8a0-d2263dc8d7bc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ae95e700-458c-4668-9f17-386b51018e22], X-ECOMP-RequestID=[3895e458-7a50-479e-b8a0-d2263dc8d7bc], X-TransactionId=[], X-ONAP-RequestID=[3895e458-7a50-479e-b8a0-d2263dc8d7bc], Content-Type=[application/merge-patch+json]}
2023-01-21T07:45:13.125Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-01-21T07:45:13.219Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?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/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0 has http status code:200 and response headers:{date=[Sat, 21 Jan 2023 07:45:12 GMT], content-length=[0], vertex-id=[294944], x-aai-txid=[1-aai-resources-230121-07:45:12:081-36781], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-01-21T07:45:13.220Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-01-21T07:45:13.222Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc4dd5b6-89ff-42f5-8e6a-799bd51f28d4/model-vers/model-ver/46ebbb34-ed7f-4cb6-9b9b-930ede1dbc5f?depth=0|INFO|500||InvokeReturn
2023-01-21T07:45:13.222Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-01-21T07:45:13.222Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:45:13.290Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|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-21T07:45:13.290Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3895e458-7a50-479e-b8a0-d2263dc8d7bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-01-21T07:45:13.291Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-01-21T07:45:13.291Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-01-21T07:45:13.292Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-01-21T07:45:13.292Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287113291,
  "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-21T07:45:14.303Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:45:59.449Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:45:59.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.451Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "0a44b251-9086-4591-869c-39155a6fc2fe",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287069898,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.453Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287021577,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287080110,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287082020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-01-21T07:45:59.454Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:46:14.304Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:46:59.449Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:46:59.453Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||received message from topic
2023-01-21T07:46:59.453Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "3895e458-7a50-479e-b8a0-d2263dc8d7bc",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1674287113291,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-01-21T07:46:59.455Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-01-21T07:47:14.305Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:47:59.449Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:48:14.307Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:48:59.451Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:49:14.309Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:49:59.452Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:50:14.309Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:50:59.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:51:14.311Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:51:59.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:52:14.312Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:52:59.453Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:53:14.313Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:53:59.456Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:54:14.315Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:54:59.457Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:55:14.316Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:55:59.459Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:56:14.318Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:56:59.460Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:57:14.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:57:59.461Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:58:14.319Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:58:59.462Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T07:59:14.321Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T07:59:59.464Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:00:14.322Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:00:59.465Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:01:14.324Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:01:59.466Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:02:14.324Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:02:59.468Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:03:14.326Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:03:59.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:04:14.328Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:04:59.469Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:05:14.329Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:05:59.471Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:06:14.329Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:06:59.471Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:07:14.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:07:59.473Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:08:14.332Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:08:59.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:09:14.333Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:09:59.474Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:10:14.334Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:10:59.476Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:11:14.335Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:11:59.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:12:14.336Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:12:59.478Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:13:14.337Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:13:59.480Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:14:14.337Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:14:59.482Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:15:14.339Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:15:59.483Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:16:14.340Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:16:59.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:17:14.342Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:17:59.487Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:18:14.342Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:18:59.488Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:19:14.344Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:19:59.490Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:20:14.344Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:20:59.491Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:21:14.346Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:21:59.493Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:22:14.348Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:22:59.495Z|3895e458-7a50-479e-b8a0-d2263dc8d7bc|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:23:14.350Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:23:59.497Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:24:14.352Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:24:59.497Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:25:14.353Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:25:59.499Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:26:14.354Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:26:59.500Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:27:14.355Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:27:59.502Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:28:14.356Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:28:59.505Z|c38b199e-5678-4fef-9804-baafc69fc65e|pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:29:14.357Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:29:59.506Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:30:14.358Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:30:59.506Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:31:14.358Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:31:59.507Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:32:14.359Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:32:59.508Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:33:14.360Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:33:59.508Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:34:14.361Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:34:59.509Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:35:14.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:35:59.510Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:36:14.363Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:36:59.511Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:37:14.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:37:59.512Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:38:14.365Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:38:59.512Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:39:14.367Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:39:59.513Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:40:14.368Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:40:59.515Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:41:14.369Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:41:59.516Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:42:14.370Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:42:59.518Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:43:14.371Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:43:59.519Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:44:14.371Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:44:59.520Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:45:14.372Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:45:59.521Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:46:14.373Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-01-21T08:46:59.523Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-01-21T08:47:14.374Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO